Showing:

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