- https://purl.semanticip.org/linked-data/sdmx/ML/structure/DataConstraintsType
TTL - owl:Class
- Data Constraints Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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-structure:DataConstraintType
] ;