Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element sort_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_sort_key.tmp#sort_key ansi2003_xsd_Element_ordering_specification.tmp#ordering_specification ansi2003_xsd_Element_null_ordering.tmp#null_ordering
Properties
content complex
Used by
Model
Children null_ordering, ordering_specification, sort_key
Instance
<sort_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <sort_key>{1,1}</sort_key>
  <ordering_specification>{0,1}</ordering_specification>
  <null_ordering>{0,1}</null_ordering>
</sort_specification>
Source
<xs:element name="sort_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="sort_key"/>
      <xs:element ref="ordering_specification" minOccurs="0"/>
      <xs:element ref="null_ordering" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>