Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element query_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_select.tmp#kw_select ansi2003_xsd_Element_set_quantifier.tmp#set_quantifier ansi2003_xsd_Element_select_list.tmp#select_list ansi2003_xsd_Element_table_expression.tmp#table_expression
Properties
content complex
Used by
Element simple_table
Element Group query_expressions
Model
Children kw_select, select_list, set_quantifier, table_expression
Instance
<query_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_select>{1,1}</kw_select>
  <set_quantifier>{0,1}</set_quantifier>
  <select_list>{1,1}</select_list>
  <table_expression>{1,1}</table_expression>
</query_specification>
Source
<xs:element name="query_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_select"/>
      <xs:element ref="set_quantifier" minOccurs="0"/>
      <xs:element ref="select_list"/>
      <xs:element ref="table_expression"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>