GeoCodelistTypeType

Last modified by Artur K. on 2026/06/05 16:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/GeoCodelistTypeType page_white_text TTL
rdfs:Datatype
Geo Codelist Type Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
simpleType

GeoCodelistTypeType defines an enumeration of the specific types of geographic codelists.

SDMXStructureCodelist.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeoCodelistTypeType">
  <xs:annotation>
   <xs:documentation>GeoCodelistTypeType defines an enumeration of the specific types of geographic codelists.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="GeographicCodelist" />
   <xs:enumeration value="GeoGridCodelist" />
  </xs:restriction>
 </xs:simpleType>

 

xsd:string

owl:withRestrictions (
    [ xsd:enumeration (
        "GeographicCodelist"xsd:string
        "GeoGridCodelist"
xsd:string
    ) ]
)

© Semantic R&D Group, 2026