Showing:

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