Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element simple_table
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_query_specification.tmp#query_specification ansi2003_xsd_Element_table_value_constructor.tmp#table_value_constructor ansi2003_xsd_Element_explicit_table.tmp#explicit_table
Properties
content complex
Used by
Element query_primary
Model
Children explicit_table, query_specification, table_value_constructor
Instance
<simple_table xmlns="http://www.sqlparser.com/xml/ansi2003">
  <query_specification>{1,1}</query_specification>
  <table_value_constructor>{1,1}</table_value_constructor>
  <explicit_table>{1,1}</explicit_table>
</simple_table>
Source
<xs:element name="simple_table">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="query_specification"/>
      <xs:element ref="table_value_constructor"/>
      <xs:element ref="explicit_table"/>
    </xs:choice>
  </xs:complexType>
</xs:element>