1. SDMX Standards Version 1.0 Complete Package

The links below allow for the download of all sections of SDMX Standards (Version 1.0) in PDF – either individually or as a complete .ZIP of all 6 sections. Schemas and samples in text, xsd and xml are available as a single .ZIP file.

PDF file Section 01 Framework
Introduces the documents in the Version 1.0 package and provides requirements for conformance.

PDF file Section 02 Information Model: UML Conceptual Design
Provides a detailed explanation of the SDMX information Model complete with UML diagrams. Includes tutorials on key families and the UML notation.

PDF file Section 03A SDMX-ML
Specifies and documents the XML formats for describing structure and data.

PDF file Section 03B XML Schemas & Samples
A .ZIP file containing XML schemas and sample documents.

PDF file Section 04 SDMX-EDI
Specifies and documents the EDIFACT format for describing structure and data. Includes samples.

PDF file Section 05 Implementor’s Guide for SDMX Format Standards
Provides best practices and information for implementors, including an overview of the information model intended for those working with the formats.

PDF file Section 06 Web Services Guidelines
Provides suggestions for the use of SDMX-ML formats in web services.

PDF file .ZIP File of pdf documents for all six sections of SDMX Standards (Version 1.0)
A zip file of pdf documents for all six sections of SDMX Standards (Version 1.0)

PDF file .ZIP File of Schemas and Sample Files (In txt, xsd and xml)
A zip file containing Schemas and Sample files

2. SDMX Standards Version 1.0 Comments and Review

The links below allow for download of the Public Disposition Log showing the disposition of all comments, and a document summarizing the issues and resolutions.

PDF file COM01 Disposition Log of Public Comments
A table of all public comments and their dispositions.

PDF file COM02 Project Team Summary Review of Issues
Provides a summary of major issues during the open comment period, and describes the implemented solutions.

3 SDMX Standards Version 1.0 Developer’s Links

This page provides useful downloads for developers working with the Version 1.0 SDMX Standards. This includes .ZIP files of all schemas and samples, one with documentation and one without. It also includes direct links to each of the schema files and sample files, for browsing or other use over the internet.

ZIP Files

PDF file ZIP File of All Schemas, Sample Files, and Documentation
This includes Section 03A SDMX-ML along with all of the schemas and sample.

PDF file ZIP File of All Schemas and Samples
This includes all of the schemas and samples for SDMX-ML.

Standard Schemas

PDF file SDMXMessage.xsd
This is the schema file used by all SDMX messages for describing the common header information.

PDF file SDMXCommon.xsd
This is the schema file providing some common type definitions used in other SDMX-ML schemas.

PDF file xml.xsd
This schema is included for convenience, as it is required by the SDMXCommon.xsd schema. It provides for the use of the xml:lang attribute.

PDF file SDMXStructure.xsd
This schema provides for SDMX-ML structural descriptions: agencies, codelists, concepts, and key families.

PDF file SDMXGenericData.xsd
This schema provides a generic format for statistical data in a time-series presentation. It is not specific to the use of a specific key family.

PDF file SDMXCompactData.xsd
This is a base schema which is extended by users into key-family-specific schemas owned by their creator, which are optimized for marking up large amounts of time-series data. (See Section 03A SDMX-ML for standard mappings from a key family to a key-family-specific schema).

PDF file SDMXUtilityData.xsd
This is a base schema which is extended by users into key-family-specific schemas owned by their creator, which are optimized for validation with a generic XML parser. (See Section 03A SDMX-ML for standard mappings from a key family to a key-family-specific schema).

PDF file SDMXCrossSectionalData.xsd
This is a base schema which is extended by users into key-family-specific schemas owned by their creator, which are optimized for marking up large amounts of cross-sectional data. (See Section 03A SDMX-ML for standard mappings from a key family to a key-family-specific schema).

PDF file SDMXQuery.xsd
This is a schema for creating queries for SDMX-ML structures or data files.

Sample Key-Family-Specific Schemas

PDF file BIS_JOINT_DEBT_Compact.xsd
This is a sample Compact Data key-family-specific schema which aligns with the key family described in StructureSample.xml.

PDF file BIS_JOINT_DEBT_Utility.xsd
This is a sample Utility Data key-family-specific schema which aligns with the key family described in StructureSample.xml.

PDF file BIS_JOINT_DEBT_CrossSectional.xsd
This is a sample Cross-Sectional Data key-family-specific schema which aligns with the key family described in StructureSample.xml.

Sample XML Files

PDF file StructureSample(rev.).xml
This is a sample key family in SDMX-ML format.

PDF file GenericSample.xml
This is a sample of data marked up in the SDMX-ML Generic Data format. (It agrees with the key family in StructureSample.xml)

PDF file CompactSample.xml
This is a sample of data marked up in the SDMX-ML Compact Data format. (It agrees with the key family in StructureSample.xml)

PDF file UtilitySample.xml
This is a sample of data marked up in the SDMX-ML Utility Data format. (It agrees with the key family in StructureSample.xml)

PDF file CrossSectionalSample.xml
This is a sample of data marked up in the SDMX-ML Cross-Sectional Data format. (It agrees with the key family in StructureSample.xml)

PDF file QuerySample.xml
This is a sample of a query in SDMX-ML