Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element as_subquery_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_column_name_list.tmp#column_name_list ansi2003_xsd_Element_kw_as.tmp#kw_as ansi2003_xsd_Element_subquery.tmp#subquery ansi2003_xsd_Element_with_or_without_data.tmp#with_or_without_data
Properties
content complex
Used by
Model
Children column_name_list, kw_as, subquery, with_or_without_data
Instance
<as_subquery_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <column_name_list>{0,1}</column_name_list>
  <kw_as>{1,1}</kw_as>
  <subquery>{1,1}</subquery>
  <with_or_without_data>{1,1}</with_or_without_data>
</as_subquery_clause>
Source
<xs:element name="as_subquery_clause">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="column_name_list" minOccurs="0"/>
      <xs:element ref="kw_as"/>
      <xs:element ref="subquery"/>
      <xs:element ref="with_or_without_data"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>