Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element match_predicate_part_2
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_match.tmp#kw_match ansi2003_xsd_Element_kw_unique.tmp#kw_unique ansi2003_xsd_Element_match_predicate_part_2.tmp#match_predicate_part_2_kw_simple_partial_full ansi2003_xsd_Element_table_subquery.tmp#table_subquery
Properties
content complex
Used by
Model
Children kw_match, kw_simple_partial_full, kw_unique, table_subquery
Instance
<match_predicate_part_2 xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_match>{1,1}</kw_match>
  <kw_unique>{0,1}</kw_unique>
  <kw_simple_partial_full>{0,1}</kw_simple_partial_full>
  <table_subquery>{1,1}</table_subquery>
</match_predicate_part_2>
Source
<xs:element name="match_predicate_part_2">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_match"/>
      <xs:element ref="kw_unique" minOccurs="0"/>
      <xs:element name="kw_simple_partial_full" minOccurs="0">
        <xs:complexType>
          <xs:choice>
            <xs:element name="kw_simple"/>
            <xs:element name="kw_partial"/>
            <xs:element name="kw_full"/>
          </xs:choice>
        </xs:complexType>
      </xs:element>
      <xs:element ref="table_subquery"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element match_predicate_part_2 / kw_simple_partial_full
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_match_predicate_part_2.tmp#match_predicate_part_2_match_predicate_part_2_kw_simple_partial_full_kw_simple ansi2003_xsd_Element_match_predicate_part_2.tmp#match_predicate_part_2_match_predicate_part_2_kw_simple_partial_full_kw_partial ansi2003_xsd_Element_match_predicate_part_2.tmp#match_predicate_part_2_match_predicate_part_2_kw_simple_partial_full_kw_full
Properties
content complex
minOccurs 0
Model
Children kw_full, kw_partial, kw_simple
Instance
<kw_simple_partial_full xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_simple>{1,1}</kw_simple>
  <kw_partial>{1,1}</kw_partial>
  <kw_full>{1,1}</kw_full>
</kw_simple_partial_full>
Source
<xs:element name="kw_simple_partial_full" minOccurs="0">
  <xs:complexType>
    <xs:choice>
      <xs:element name="kw_simple"/>
      <xs:element name="kw_partial"/>
      <xs:element name="kw_full"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element match_predicate_part_2 / kw_simple_partial_full / kw_simple
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Source
<xs:element name="kw_simple"/>
Element match_predicate_part_2 / kw_simple_partial_full / kw_partial
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Source
<xs:element name="kw_partial"/>
Element match_predicate_part_2 / kw_simple_partial_full / kw_full
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Source
<xs:element name="kw_full"/>