StructureMapsType

Version 12.1 by Artur K. on 2026/05/26 14:03

  

https://purl.semanticip.org/linked-data/sdmx/ML/StructureMapsType page_white_text TTL
Structure Maps Type
complexType

StructureMapsType describes the structure of the structure maps container. It contains one or more structure maps, 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="StructureMapsType">
  <xs:annotation>
   <xs:documentation>StructureMapsType describes the structure of the structure maps container. It contains one or more structure maps, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="StructureMap" type="StructureMapType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>StructureMap provides the details or a structure map, which describes mapping between data structures or dataflows.</xs:documentation>
    </xs:annotation>
    <xs:unique name="StructureMap_UniqueEpochMap">
     <xs:selector xpath="structure:EpochMap" />
     <xs:field xpath="@id" />
    </xs:unique>
    <xs:unique name="StructureMap_UniqueDatePatternMap">
     <xs:selector xpath="structure:DatePatternMap" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026