Metadata-Version: 2.4
Name: sdmxschemas
Version: 1.1.0
Summary: Python wrapper for SDMX Schemas
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: sdmx
Author: MeaningfulData
Author-email: info@meaningfuldata.eu
Maintainer: Francisco Javier Hernandez del Caño
Maintainer-email: javier.hernandez@meaningfuldata.eu
Requires-Python: >=3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Typing :: Typed
Project-URL: MeaningfulData, https://www.meaningfuldata.eu/
Project-URL: Repository, https://github.com/Meaningful-Data/sdmx-schemas
Project-URL: SDMX, https://sdmx.org
Description-Content-Type: text/markdown

# SDMX Schemas

This repository contains the SDMX schemas for the SDMX-JSON and SDMX-ML formats. 
The schemas are provided in the form of JSON Schema files and XSD files.

- SDMX-JSON 1.0 Schema
- SDMX-JSON 2.0 Schema
- SDMX-JSON 2.1 Schema
- SDMX-ML 1.0 Schema
- SDMX-ML 2.0 Schema
- SDMX-ML 2.1 Schema
- SDMX-ML 3.0 Schema
- SDMX-ML 3.1 Schema

## Sources

The schemas in this repository are taken from the official SDMX schema publications:

- **SDMX-JSON** — [json.sdmx.org](https://json.sdmx.org/) ([sdmx-twg/sdmx-json](https://github.com/sdmx-twg/sdmx-json))
- **SDMX-ML** — [xml.sdmx.org](https://xml.sdmx.org/) ([sdmx-twg/sdmx-ml](https://github.com/sdmx-twg/sdmx-ml))

For more information about the SDMX standard, see the [SDMX website](https://sdmx.org/).

