OrganisationUnitSchemesType

Version 7.1 by Artur K. on 2026/05/25 16:19

  

https://purl.semanticip.org/linked-data/sdmx/ML/OrganisationUnitSchemesType page_white_text TTL
complexType

OrganisationUnitSchemesType describes the structure of the organisation unit schemes container. It contains one or more organisation unit scheme, 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="OrganisationUnitSchemesType">
  <xs:annotation>
   <xs:documentation>OrganisationUnitSchemesType describes the structure of the organisation unit schemes container. It contains one or more organisation unit scheme, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="OrganisationUnitScheme" type="OrganisationUnitSchemeType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>OrganisationUnitScheme provides the details of an organisation unit scheme, in which organisation units are described.</xs:documentation>
    </xs:annotation>
    <xs:unique name="OrganisationUnitScheme_UniqueOrganisationUnit">
     <xs:selector xpath="structure:OrganisationUnit" />
     <xs:field xpath="@id" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026