OrderedOperatorType
Last modified by Artur K. on 2026/06/05 16:24
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/OrderedOperatorType
TTL - rdfs:Datatype
- Ordered Operator Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- simpleType
OrderedOperatorType combines the SimpleOperatorType and the RangeOperatorType to provide a full range or operators for any ordered value.
- SDMXStructureConstraint.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OrderedOperatorType">
<xs:annotation>
<xs:documentation>OrderedOperatorType combines the SimpleOperatorType and the RangeOperatorType to provide a full range or operators for any ordered value.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="SimpleOperatorType RangeOperatorType" />
</xs:simpleType>owl:unionOf (
sip-sdmx-ML-structure:SimpleOperatorType
sip-sdmx-ML-structure:RangeOperatorType
)