Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element table_primary
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_table_primary.tmp#table_primary_table_or_query_name_as_correlation_name ansi2003_xsd_Element_table_primary.tmp#table_primary_derived_table_as_correlation_name ansi2003_xsd_Element_table_primary.tmp#table_primary_lateral_derived_table_as_correlation_name ansi2003_xsd_Element_table_primary.tmp#table_primary_collection_derived_table_as_correction_name ansi2003_xsd_Element_table_primary.tmp#table_primary_table_function_derived_table_as_correction_name ansi2003_xsd_Element_table_primary.tmp#table_primary_only_spec_as_correction_name ansi2003_xsd_Element_parenthesized_joined_table.tmp#parenthesized_joined_table
Properties
content complex
Used by
Element table_factor
Model
Children collection_derived_table_as_correction_name, derived_table_as_correlation_name, lateral_derived_table_as_correlation_name, only_spec_as_correction_name, parenthesized_joined_table, table_function_derived_table_as_correction_name, table_or_query_name_as_correlation_name
Instance
<table_primary xmlns="http://www.sqlparser.com/xml/ansi2003">
  <table_or_query_name_as_correlation_name>{1,1}</table_or_query_name_as_correlation_name>
  <derived_table_as_correlation_name>{1,1}</derived_table_as_correlation_name>
  <lateral_derived_table_as_correlation_name>{1,1}</lateral_derived_table_as_correlation_name>
  <collection_derived_table_as_correction_name>{1,1}</collection_derived_table_as_correction_name>
  <table_function_derived_table_as_correction_name>{1,1}</table_function_derived_table_as_correction_name>
  <only_spec_as_correction_name>{1,1}</only_spec_as_correction_name>
  <parenthesized_joined_table>{1,1}</parenthesized_joined_table>
</table_primary>
Source
<xs:element name="table_primary">
  <xs:complexType>
    <xs:choice>
      <xs:element name="table_or_query_name_as_correlation_name">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="table_or_query_name"/>
            <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="derived_table_as_correlation_name">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="derived_table"/>
            <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="lateral_derived_table_as_correlation_name">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="lateral_derived_table"/>
            <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="collection_derived_table_as_correction_name">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="collection_derived_table"/>
            <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="table_function_derived_table_as_correction_name">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="table_function_derived_table"/>
            <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="only_spec_as_correction_name">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="only_spec"/>
            <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="parenthesized_joined_table"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element table_primary / table_or_query_name_as_correlation_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_table_or_query_name.tmp#table_or_query_name ansi2003_xsd_Element_correlation_name_with_derived_column_list.tmp#correlation_name_with_derived_column_list
Properties
content complex
Model
Children correlation_name_with_derived_column_list, table_or_query_name
Instance
<table_or_query_name_as_correlation_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <table_or_query_name>{1,1}</table_or_query_name>
  <correlation_name_with_derived_column_list>{0,1}</correlation_name_with_derived_column_list>
</table_or_query_name_as_correlation_name>
Source
<xs:element name="table_or_query_name_as_correlation_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="table_or_query_name"/>
      <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element table_primary / derived_table_as_correlation_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_derived_table.tmp#derived_table ansi2003_xsd_Element_correlation_name_with_derived_column_list.tmp#correlation_name_with_derived_column_list
Properties
content complex
Model
Children correlation_name_with_derived_column_list, derived_table
Instance
<derived_table_as_correlation_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <derived_table>{1,1}</derived_table>
  <correlation_name_with_derived_column_list>{0,1}</correlation_name_with_derived_column_list>
</derived_table_as_correlation_name>
Source
<xs:element name="derived_table_as_correlation_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="derived_table"/>
      <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element table_primary / lateral_derived_table_as_correlation_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_lateral_derived_table.tmp#lateral_derived_table ansi2003_xsd_Element_correlation_name_with_derived_column_list.tmp#correlation_name_with_derived_column_list
Properties
content complex
Model
Children correlation_name_with_derived_column_list, lateral_derived_table
Instance
<lateral_derived_table_as_correlation_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <lateral_derived_table>{1,1}</lateral_derived_table>
  <correlation_name_with_derived_column_list>{0,1}</correlation_name_with_derived_column_list>
</lateral_derived_table_as_correlation_name>
Source
<xs:element name="lateral_derived_table_as_correlation_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="lateral_derived_table"/>
      <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element table_primary / collection_derived_table_as_correction_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_collection_derived_table.tmp#collection_derived_table ansi2003_xsd_Element_correlation_name_with_derived_column_list.tmp#correlation_name_with_derived_column_list
Properties
content complex
Model
Children collection_derived_table, correlation_name_with_derived_column_list
Instance
<collection_derived_table_as_correction_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <collection_derived_table>{1,1}</collection_derived_table>
  <correlation_name_with_derived_column_list>{0,1}</correlation_name_with_derived_column_list>
</collection_derived_table_as_correction_name>
Source
<xs:element name="collection_derived_table_as_correction_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="collection_derived_table"/>
      <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element table_primary / table_function_derived_table_as_correction_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_table_function_derived_table.tmp#table_function_derived_table ansi2003_xsd_Element_correlation_name_with_derived_column_list.tmp#correlation_name_with_derived_column_list
Properties
content complex
Model
Children correlation_name_with_derived_column_list, table_function_derived_table
Instance
<table_function_derived_table_as_correction_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <table_function_derived_table>{1,1}</table_function_derived_table>
  <correlation_name_with_derived_column_list>{0,1}</correlation_name_with_derived_column_list>
</table_function_derived_table_as_correction_name>
Source
<xs:element name="table_function_derived_table_as_correction_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="table_function_derived_table"/>
      <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element table_primary / only_spec_as_correction_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_only_spec.tmp#only_spec ansi2003_xsd_Element_correlation_name_with_derived_column_list.tmp#correlation_name_with_derived_column_list
Properties
content complex
Model
Children correlation_name_with_derived_column_list, only_spec
Instance
<only_spec_as_correction_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <only_spec>{1,1}</only_spec>
  <correlation_name_with_derived_column_list>{0,1}</correlation_name_with_derived_column_list>
</only_spec_as_correction_name>
Source
<xs:element name="only_spec_as_correction_name">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="only_spec"/>
      <xs:element ref="correlation_name_with_derived_column_list" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>