Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element between_predicate
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_row_value_predicand.tmp#row_value_predicand ansi2003_xsd_Element_between_predicate_part_2.tmp#between_predicate_part_2
Properties
content complex
Used by
Element predicate
Element Group predicates
Model
Children between_predicate_part_2, row_value_predicand
Instance
<between_predicate xmlns="http://www.sqlparser.com/xml/ansi2003">
  <row_value_predicand>{1,1}</row_value_predicand>
  <between_predicate_part_2>{1,1}</between_predicate_part_2>
</between_predicate>
Source
<xs:element name="between_predicate">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="row_value_predicand"/>
      <xs:element ref="between_predicate_part_2"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>