MetadataConstraintsType

Last modified by Artur K. on 2026/06/05 16:23

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataConstraintsType page_white_text 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-structure:MetadataConstraintType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:MetadataConstraint ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:MetadataConstraintType
] ;

© Semantic R&D Group, 2026