Definition Type: Element
Name: Operator
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:TokenType
Containing Schema: OnlineSession.xsd
Abstract
Documentation:
The Operator element defines operator criteria for the SearchValue. For instance if the requester wishes to return a result set of all prices > $600, the transaction would contain a SearchTerm data type with a SearchValue of ‘600’, an SearchValueInclusive of ‘0’ and an OPERATOR value of ‘>.’ The valid values for OPERATOR are: "Greater Then, Less Then, Greater Then or Equals, Less Then or Equals, Equals
Collapse XSD Schema Diagram:
XSD Diagram of Operator in schema onlinesession_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="Operator" type="TokenType">
    <xsd:annotation>
        <xsd:documentation>The Operator element defines operator criteria for the SearchValue. For instance if the requester wishes to return a result set of all prices &gt; $600, the transaction would contain a SearchTerm data type with a SearchValue of ‘600’, an SearchValueInclusive of ‘0’ and an OPERATOR value of ‘&gt;.’
The valid values for OPERATOR are: "Greater Then, Less Then, Greater Then or Equals, Less Then or Equals, Equals</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: