GeographicCodelistsType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/GeographicCodelistsType
TTL - owl:Class
- Geographic Codelists Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
GeographicCodelistsType describes the structure of the geographic code lists container. It contains one or more geographic codelist, 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="GeographicCodelistsType">
<xs:annotation>
<xs:documentation>GeographicCodelistsType describes the structure of the geographic code lists container. It contains one or more geographic codelist, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="GeographicCodelist" type="GeographicCodelistType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>GeographiCodelist provides the details of a geographic codelists container, which comprises a set of GeoFeatureSetCodes, by adding a value in the Code that follows a pattern to represent a geo feature set.</xs:documentation>
</xs:annotation>
<xs:unique name="Codelist_UniqueGeoFeatureSetCode">
<xs:selector xpath="structure:GeoFeatureSetCode" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:GeographicCodelist ;
owl:allValuesFrom sip-sdmx-ML-structure:GeographicCodelistType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:GeographicCodelist ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:GeographicCodelistType
] ;