CubeRegionKeyType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/CubeRegionKeyType
TTL - owl:Class
- Cube Region Key Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
CubeRegionKeyType is a type for providing a set of values for a dimension for the purpose of defining a data cube region. A set of distinct value can be provided, or if this dimension is represented as time, and time range can be specified.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CubeRegionKeyType">
<xs:annotation>
<xs:documentation>CubeRegionKeyType is a type for providing a set of values for a dimension for the purpose of defining a data cube region. A set of distinct value can be provided, or if this dimension is represented as time, and time range can be specified.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="MemberSelectionType">
<xs:choice>
<xs:element name="Value" type="CubeKeyValueType" maxOccurs="unbounded" />
<xs:element name="TimeRange" type="TimeRangeValueType" />
</xs:choice>
<xs:attribute name="id" type="common:SingleNCNameIDType" use="required" />
</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:CubeKeyValueType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Value ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:CubeKeyValueType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TimeRange ;
owl:allValuesFrom sip-sdmx-ML-structure:TimeRangeValueType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TimeRange ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:TimeRangeValueType
] ;
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
] ;