SimpleKeyValueType

Version 22.3 by Artur K. on 2026/05/28 23:28

  

https://purl.semanticip.org/linked-data/sdmx/ML/SimpleKeyValueType page_white_text TTL
owl:Class
Simple Key Value Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

SimpleKeyValueType derives from the SimpleValueType, but does not allow for the cascading of value in the hierarchy, as keys are meant to describe a distinct full or partial key.

SDMXStructureConstraint.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SimpleKeyValueType">
  <xs:annotation>
   <xs:documentation>SimpleKeyValueType derives from the SimpleValueType, but does not allow for the cascading of value in the hierarchy, as keys are meant to describe a distinct full or partial key.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
   <xs:restriction base="SimpleComponentValueType">
    <xs:attribute name="cascadeValues" type="common:CascadeSelectionType" use="prohibited" />
    <xs:attribute ref="xml:lang" use="prohibited" />
    <xs:attribute name="validFrom" type="common:StandardTimePeriodType" use="prohibited" />
    <xs:attribute name="validTo" type="common:StandardTimePeriodType" use="prohibited" />
   </xs:restriction>
  </xs:simpleContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML:SimpleComponentValueType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:cascadeValues ;
    owl:allValuesFrom sip-sdmx-ML:CascadeSelectionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:cascadeValues ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:CascadeSelectionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty xml:lang ;
    owl:allValuesFrom xsd:language
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty xml:lang ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange xsd:language
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validFrom ;
    owl:allValuesFrom sip-sdmx-ML:StandardTimePeriodType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validFrom ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:StandardTimePeriodType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validTo ;
    owl:allValuesFrom sip-sdmx-ML:StandardTimePeriodType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:validTo ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:StandardTimePeriodType
] ;

© Semantic R&D Group, 2026