Showing:

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