- https://purl.semanticip.org/linked-data/sdmx/ML/structure/StructureMapsType
TTL - owl:Class
- Structure Maps Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StructureMap ;
owl:allValuesFrom sip-sdmx-ML-structure:StructureMapType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StructureMap ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:StructureMapType
] ;