Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element comp_op
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_equals_operator.tmp#equals_operator ansi2003_xsd_Element_not_equals_operator.tmp#not_equals_operator ansi2003_xsd_Element_less_than_operator.tmp#less_than_operator ansi2003_xsd_Element_greater_than_operator.tmp#greater_than_operator ansi2003_xsd_Element_less_than_or_equals_operator.tmp#less_than_or_equals_operator ansi2003_xsd_Element_greater_than_or_equals_operator.tmp#greater_than_or_equals_operator
Properties
content complex
Used by
Model
Children equals_operator, greater_than_operator, greater_than_or_equals_operator, less_than_operator, less_than_or_equals_operator, not_equals_operator
Instance
<comp_op xmlns="http://www.sqlparser.com/xml/ansi2003">
  <equals_operator>{1,1}</equals_operator>
  <not_equals_operator>{1,1}</not_equals_operator>
  <less_than_operator>{1,1}</less_than_operator>
  <greater_than_operator>{1,1}</greater_than_operator>
  <less_than_or_equals_operator>{1,1}</less_than_or_equals_operator>
  <greater_than_or_equals_operator>{1,1}</greater_than_or_equals_operator>
</comp_op>
Source
<xs:element name="comp_op">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="equals_operator"/>
      <xs:element ref="not_equals_operator"/>
      <xs:element ref="less_than_operator"/>
      <xs:element ref="greater_than_operator"/>
      <xs:element ref="less_than_or_equals_operator"/>
      <xs:element ref="greater_than_or_equals_operator"/>
    </xs:choice>
  </xs:complexType>
</xs:element>