DataKeyValueType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/DataKeyValueType
TTL - owl:Class
- Data Key Value Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
DataKeyValueType is a type for providing one or more dimension values for the purpose of defining a distinct data key.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataKeyValueType">
<xs:annotation>
<xs:documentation>DataKeyValueType is a type for providing one or more dimension values for the purpose of defining a distinct data key.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="MemberSelectionType">
<xs:sequence>
<xs:annotation>
<xs:documentation>v3.1 allows for unbounded Values to support use case with keys that define multiple values for a Dimension i.e. FREQ=A or M or Q and REF_AREA=DE and CURR=EUR</xs:documentation>
</xs:annotation>
<xs:element name="Value" type="SimpleKeyValueType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="id" type="common:SingleNCNameIDType" use="required" />
<xs:attribute name="include" type="xs:boolean" use="optional" fixed="true" />
<xs:attribute name="validFrom" type="common:StandardTimePeriodType" use="prohibited" />
<xs:attribute name="validTo" type="common:StandardTimePeriodType" use="prohibited" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:MemberSelectionType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Value ;
owl:allValuesFrom sip-sdmx-ML-structure:SimpleKeyValueType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Value ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:SimpleKeyValueType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:id ;
owl:allValuesFrom sip-sdmx-ML-common:SingleNCNameIDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:id ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:SingleNCNameIDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:include ;
owl:allValuesFrom xsd:boolean
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:include ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:boolean
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validFrom ;
owl:allValuesFrom sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validFrom ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validTo ;
owl:allValuesFrom sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validTo ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:StandardTimePeriodType
] ;