MetadataConstraintsType

Version 7.1 by Artur K. on 2026/05/25 16:20

  

https://purl.semanticip.org/linked-data/sdmx/ML/MetadataConstraintsType page_white_text TTL
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>

 

© Semantic R&D Group, 2026