DataStructureType
- https://purl.semanticip.org/linked-data/sdmx/ML/common/DataStructureType
TTL - owl:Class
- Data Structure Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- complexType
DataStructureType is an abstract base type the forms the basis for the structural information for a data set.
- SDMXCommon.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataStructureType" abstract="true">
<xs:annotation>
<xs:documentation>DataStructureType is an abstract base type the forms the basis for the structural information for a data set.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="PayloadStructureType">
<xs:sequence>
<xs:choice>
<xs:element name="ProvisionAgreement" type="ProvisionAgreementReferenceType">
<xs:annotation>
<xs:documentation>ProvisionAgreement references a provision agreement which the data is reported against.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StructureUsage" type="DataflowReferenceType">
<xs:annotation>
<xs:documentation>StructureUsage references a dataflow which the data is reported against.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Structure" type="DataStructureReferenceType">
<xs:annotation>
<xs:documentation>Structure references the data structure definition which defines the structure of the data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-common:PayloadStructureType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ProvisionAgreement ;
owl:allValuesFrom sip-sdmx-ML-common:ProvisionAgreementReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ProvisionAgreement ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:ProvisionAgreementReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StructureUsage ;
owl:allValuesFrom sip-sdmx-ML-common:DataflowReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StructureUsage ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:DataflowReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-message:Structure ;
owl:allValuesFrom sip-sdmx-ML-common:DataStructureReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-message:Structure ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:DataStructureReferenceType
] ;