Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element table_reference_or_partitioned_join_table
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_table_reference.tmp#table_reference ansi2003_xsd_Element_partitioned_join_table.tmp#partitioned_join_table
Properties
content complex
Used by
Model
Children partitioned_join_table, table_reference
Instance
<table_reference_or_partitioned_join_table xmlns="http://www.sqlparser.com/xml/ansi2003">
  <table_reference>{1,1}</table_reference>
  <partitioned_join_table>{1,1}</partitioned_join_table>
</table_reference_or_partitioned_join_table>
Source
<xs:element name="table_reference_or_partitioned_join_table">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="table_reference"/>
      <xs:element ref="partitioned_join_table"/>
    </xs:choice>
  </xs:complexType>
</xs:element>