DataStructureComponentsType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/DataStructureComponentsType
TTL - owl:Class
- Data Structure Components Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
DataStructureComponentsType describes the structure of the grouping to the sets of metadata concepts that have a defined structural role in the data structure definition. At a minimum at least one dimension must be defined.
- SDMXStructureDataStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataStructureComponentsType">
<xs:annotation>
<xs:documentation>DataStructureComponentsType describes the structure of the grouping to the sets of metadata concepts that have a defined structural role in the data structure definition. At a minimum at least one dimension must be defined.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DataStructureComponentsBaseType">
<xs:sequence>
<xs:element ref="DimensionList" />
<xs:element ref="Group" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AttributeList" minOccurs="0" />
<xs:element ref="MeasureList" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:DataStructureComponentsBaseType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:DimensionList ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:DimensionList ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:Group ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:AttributeList ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:AttributeList ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:MeasureList ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:MeasureList ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;