Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element join_type
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_inner.tmp#kw_inner ansi2003_xsd_Element_join_type.tmp#join_type_outer_join_type_with_outer
Properties
content complex
Used by
Model
Children kw_inner, outer_join_type_with_outer
Instance
<join_type xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_inner>{1,1}</kw_inner>
  <outer_join_type_with_outer>{1,1}</outer_join_type_with_outer>
</join_type>
Source
<xs:element name="join_type">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_inner"/>
      <xs:element name="outer_join_type_with_outer">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="outer_join_type"/>
            <xs:element ref="kw_outer" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element join_type / outer_join_type_with_outer
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_outer_join_type.tmp#outer_join_type ansi2003_xsd_Element_kw_outer.tmp#kw_outer
Properties
content complex
Model
Children kw_outer, outer_join_type
Instance
<outer_join_type_with_outer xmlns="http://www.sqlparser.com/xml/ansi2003">
  <outer_join_type>{1,1}</outer_join_type>
  <kw_outer>{0,1}</kw_outer>
</outer_join_type_with_outer>
Source
<xs:element name="outer_join_type_with_outer">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="outer_join_type"/>
      <xs:element ref="kw_outer" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>