TextOperatorType
Last modified by Artur K. on 2026/06/05 16:27
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/TextOperatorType
TTL - rdfs:Datatype
- Text Operator Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- simpleType
- SDMXStructureConstraint.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TextOperatorType">
<xs:annotation>
<xs:documentation />
</xs:annotation>
<xs:union memberTypes="SimpleOperatorType TextSearchOperatorType" />
</xs:simpleType>owl:unionOf (
sip-sdmx-ML-structure:SimpleOperatorType
sip-sdmx-ML-structure:TextSearchOperatorType
)