- https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataConstraintsType
TTL - owl:Class
- Metadata Constraints Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
MetadataConstraintsType describes the structure of the metadata constraints container. It contains one or more metadata constraint, which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain both attachment and content constraints.
- SDMXStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataConstraintsType">
<xs:annotation>
<xs:documentation>MetadataConstraintsType describes the structure of the metadata constraints container. It contains one or more metadata constraint, which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain both attachment and content constraints.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MetadataConstraint" type="MetadataConstraintType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>MetadataConstraint specifies a subset of the definition of the allowable content of a metadata set.</xs:documentation>
</xs:annotation>
<xs:unique name="MetadataConstraint_MetadataTargetRegionInclusion">
<xs:selector xpath="structure:MetadataTargetRegion" />
<xs:field xpath="@include" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataConstraint ;
owl:allValuesFrom sip-sdmx-ML:MetadataConstraintType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataConstraint ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:MetadataConstraintType
] ;