DataConstraintAttachmentType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/DataConstraintAttachmentType
TTL - owl:Class
- Data Constraint Attachment Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
DataConstraintAttachmentType restricts the base ConstraintAttachmentType to only allow artefacts related to data.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataConstraintAttachmentType">
<xs:annotation>
<xs:documentation>DataConstraintAttachmentType restricts the base ConstraintAttachmentType to only allow artefacts related to data.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="ConstraintAttachmentType">
<xs:choice>
<xs:element name="DataProvider" type="common:DataProviderReferenceType" />
<xs:element name="DataStructure" type="common:DataStructureReferenceType" maxOccurs="unbounded" />
<xs:element name="Dataflow" type="common:DataflowReferenceType" maxOccurs="unbounded" />
<xs:element name="ProvisionAgreement" type="common:ProvisionAgreementReferenceType" maxOccurs="unbounded" /> </xs:choice>
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:ConstraintAttachmentType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:DataProvider ;
owl:allValuesFrom sip-sdmx-ML-common:DataProviderReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:DataProvider ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:DataProviderReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:DataStructure ;
owl:allValuesFrom sip-sdmx-ML-common:DataStructureReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:DataStructure ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:DataStructureReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Dataflow ;
owl:allValuesFrom sip-sdmx-ML-common:DataflowReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Dataflow ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:DataflowReferenceType
] ;
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:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:ProvisionAgreementReferenceType
] ;