Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
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> |
|