- https://purl.semanticip.org/linked-data/sdmx/ML/OrganisationUnitSchemesType
TTL - owl:Class
- Organisation Unit Schemes Type
- 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>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:OrganisationUnitScheme ;
owl:allValuesFrom sip-sdmx-ML:OrganisationUnitSchemeType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:OrganisationUnitScheme ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:OrganisationUnitSchemeType
] ;