Showing:

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