Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
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> |
|