ReportingTaxonomyMapsType

Last modified by Artur K. on 2026/06/05 16:25

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/ReportingTaxonomyMapsType page_white_text TTL
owl:Class
Reporting Taxonomy Maps Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

ReportingTaxonomyMapsType describes the structure of the reporting taxonomy maps container. It contains one or reporting taxonomy map, which can be explicitly detailed or referenced from an external structure document or registry service.

SDMXStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReportingTaxonomyMapsType">
  <xs:annotation>
   <xs:documentation>ReportingTaxonomyMapsType describes the structure of the reporting taxonomy maps container. It contains one or reporting taxonomy map, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="ReportingTaxonomyMap" type="ReportingTaxonomyMapType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>ReportingTaxonomyMap provides the details of a reporting taxonomy map, which describes mappings between reporting taxonomies.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ReportingTaxonomyMap ;
    owl:allValuesFrom sip-sdmx-ML-structure:ReportingTaxonomyMapType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ReportingTaxonomyMap ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:ReportingTaxonomyMapType
] ;

© Semantic R&D Group, 2026