RepresentationMapsType

Version 24.1 by Artur K. on 2026/05/29 12:24

  

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

RepresentationMapsType describes the structure of the representation maps container. It contains one or more representation 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="RepresentationMapsType">
  <xs:annotation>
   <xs:documentation>RepresentationMapsType describes the structure of the representation maps container. It contains one or more representation 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="RepresentationMap" type="RepresentationMapType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>RepresentationMap provides the details of a representation map, which describes mappings between various component representations. </xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026