OrganisationSchemeMapsType

Version 21.1 by Artur K. on 2026/05/27 17:23

  

https://purl.semanticip.org/linked-data/sdmx/ML/OrganisationSchemeMapsType page_white_text TTL
owl:Class
Organisation Scheme Maps Type
complexType

OrganisationSchemeMapsType describes the structure of the organisation scheme maps container. It contains one or more organisation scheme 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="OrganisationSchemeMapsType">
  <xs:annotation>
   <xs:documentation>OrganisationSchemeMapsType describes the structure of the organisation scheme maps container. It contains one or more organisation scheme 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="OrganisationSchemeMap" type="OrganisationSchemeMapType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>OrganisationSchemeMap provides the details of an organisation scheme map, which describes mappings between organisations in different schemes.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:OrganisationSchemeMap ;
    owl:allValuesFrom sip-sdmx-ML:OrganisationSchemeMapType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:OrganisationSchemeMap ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:OrganisationSchemeMapType
] ;

© Semantic R&D Group, 2026