MetadataConstraintAttachmentType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataConstraintAttachmentType
TTL - owl:Class
- Metadata Constraint Attachment Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
MetadataConstraintAttachmentType restricts the base ConstraintAttachmentType to only allow artefacts related to metadata.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataConstraintAttachmentType">
<xs:annotation>
<xs:documentation>MetadataConstraintAttachmentType restricts the base ConstraintAttachmentType to only allow artefacts related to metadata.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="ConstraintAttachmentType">
<xs:choice>
<xs:element name="MetadataProvider" type="common:MetadataProviderReferenceType" />
<xs:element name="MetadataStructure" type="common:MetadataStructureReferenceType" maxOccurs="unbounded" />
<xs:element name="Metadataflow" type="common:MetadataflowReferenceType" maxOccurs="unbounded" />
<xs:element name="MetadataProvisionAgreement" type="common:MetadataProvisionAgreementReferenceType" 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:MetadataProvider ;
owl:allValuesFrom sip-sdmx-ML-common:MetadataProviderReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-structure:MetadataProvider ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:MetadataProviderReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataStructure ;
owl:allValuesFrom sip-sdmx-ML-common:MetadataStructureReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataStructure ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:MetadataStructureReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Metadataflow ;
owl:allValuesFrom sip-sdmx-ML-common:MetadataflowReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Metadataflow ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:MetadataflowReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataProvisionAgreement ;
owl:allValuesFrom sip-sdmx-ML-common:MetadataProvisionAgreementReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataProvisionAgreement ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:MetadataProvisionAgreementReferenceType
] ;