DataConstraintsType

Version 19.1 by Artur K. on 2026/05/27 16:58

  

https://purl.semanticip.org/linked-data/sdmx/ML/DataConstraintsType page_white_text TTL
owl:Class
Data Constraints Type
complexType

DataConstraintsType describes the structure of the container for data constraints.

SDMXStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataConstraintsType">
  <xs:annotation>
   <xs:documentation>DataConstraintsType describes the structure of the container for data constraints.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="DataConstraint" type="DataConstraintType" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>DataConstraint specifies the allowed content for a set of data.</xs:documentation>
    </xs:annotation>
    <xs:unique name="DataConstraint_CubeRegionInclusion">
     <xs:selector xpath="structure:CubeRegion" />
     <xs:field xpath="@include" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:DataConstraint ;
    owl:allValuesFrom sip-sdmx-ML:DataConstraintType
] ;

© Semantic R&D Group, 2026