Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element within_group_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_within.tmp#kw_within ansi2003_xsd_Element_kw_group.tmp#kw_group ansi2003_xsd_Element_kw_order.tmp#kw_order ansi2003_xsd_Element_kw_by.tmp#kw_by ansi2003_xsd_Element_sort_specification_list.tmp#sort_specification_list
Properties
content complex
Used by
Model
Children kw_by, kw_group, kw_order, kw_within, sort_specification_list
Instance
<within_group_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_within>{1,1}</kw_within>
  <kw_group>{1,1}</kw_group>
  <kw_order>{1,1}</kw_order>
  <kw_by>{1,1}</kw_by>
  <sort_specification_list>{1,1}</sort_specification_list>
</within_group_specification>
Source
<xs:element name="within_group_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_within"/>
      <xs:element ref="kw_group"/>
      <xs:element ref="kw_order"/>
      <xs:element ref="kw_by"/>
      <xs:element ref="sort_specification_list"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>