ValueListsType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/ValueListsType
TTL - owl:Class
- Value Lists Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
ValueListsType describes the structure of the value lists container. It contains one or more value list, 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="ValueListsType">
<xs:annotation>
<xs:documentation>ValueListsType describes the structure of the value lists container. It contains one or more value list, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ValueList" type="ValueListType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>ValueList provides the details of a value list, which is a closed set of values that can occur for a dimension, measure, or attribute. This may be a simple list of values, or a list of values with names and descriptions (similar to a codelist).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ValueList ;
owl:allValuesFrom sip-sdmx-ML-structure:ValueListType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ValueList ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:ValueListType
] ;