Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element qualified_join
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_table_reference_or_partitioned_join_table.tmp#table_reference_or_partitioned_join_table ansi2003_xsd_Element_join_type.tmp#join_type ansi2003_xsd_Element_kw_join.tmp#kw_join ansi2003_xsd_Element_table_reference_or_partitioned_join_table.tmp#table_reference_or_partitioned_join_table ansi2003_xsd_Element_join_specification.tmp#join_specification
Properties
content complex
Used by
Element joined_table
Model
Children join_specification, join_type, kw_join, table_reference_or_partitioned_join_table
Instance
<qualified_join xmlns="http://www.sqlparser.com/xml/ansi2003">
  <table_reference_or_partitioned_join_table>{1,1}</table_reference_or_partitioned_join_table>
  <join_type>{0,1}</join_type>
  <kw_join>{1,1}</kw_join>
  <table_reference_or_partitioned_join_table>{1,1}</table_reference_or_partitioned_join_table>
  <join_specification>{1,1}</join_specification>
</qualified_join>
Source
<xs:element name="qualified_join">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="table_reference_or_partitioned_join_table"/>
      <xs:element ref="join_type" minOccurs="0"/>
      <xs:element ref="kw_join"/>
      <xs:element ref="table_reference_or_partitioned_join_table"/>
      <xs:element ref="join_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>