Documentation for ATIS-Draft-03-00-79

Simple Type: SearchOperator

[Table of contents]

Super-types: None
Sub-types: None
Name SearchOperator
Used by (from the same schema document) Complex Type DirectoryKeywordPair
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 6
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'mustContain'|'shouldContain'|'shouldNotContain'|'mustNotContain'|'and'|'or'|'not'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data mustContain (0) shouldContain (1) shouldNotContain (2) mustNotContain (3) and (4) or (5) not (6)
Diagram
Schema Component Representation
<xs:simpleType name="SearchOperator">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="mustContain"/>
<xs:enumeration value="shouldContain"/>
<xs:enumeration value="shouldNotContain"/>
<xs:enumeration value="mustNotContain"/>
<xs:enumeration value="and"/>
<xs:enumeration value="or"/>
<xs:enumeration value="not"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>