GeoGridCodelistsType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/GeoGridCodelistsType
TTL - owl:Class
- Geo Grid Codelists Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
GeoGridCodelistsType describes the structure of the codelists container. It contains one or more geographic grid 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="GeoGridCodelistsType">
<xs:annotation>
<xs:documentation>GeoGridCodelistsType describes the structure of the codelists container. It contains one or more geographic grid 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="GeoGridCodelist" type="GeoGridCodelistType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>GeoGridCodelist provides the details of a geographic grid code list, which comprises a set of GridCodes, which are related to the gridDefinition specified in the GeoGridCodelist.</xs:documentation>
</xs:annotation>
<xs:unique name="Codelist_UniqueGeoGridCode">
<xs:selector xpath="structure:GeoGridCode" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:GeoGridCodelist ;
owl:allValuesFrom sip-sdmx-ML-structure:GeoGridCodelistType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:GeoGridCodelist ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:GeoGridCodelistType
] ;