Showing:

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