CodelistsType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/CodelistsType
TTL - owl:Class
- Codelists Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
CodelistsType describes the structure of the codelists container. It contains one or more 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="CodelistsType">
<xs:annotation>
<xs:documentation>CodelistsType describes the structure of the codelists container. It contains one or more 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="Codelist" type="CodelistType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Codelist provides the details of a codelist, which is defined as a list from which some statistical concepts (coded concepts) take their values.</xs:documentation>
</xs:annotation>
<xs:unique name="Codelist_UniqueCode">
<xs:selector xpath="structure:Code" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Codelist ;
owl:allValuesFrom sip-sdmx-ML-structure:CodelistType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Codelist ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:CodelistType
] ;