Showing:

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