Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element sort_specification_list
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_sort_specification.tmp#sort_specification
Properties
content complex
Used by
Model
Children sort_specification
Instance
<sort_specification_list xmlns="http://www.sqlparser.com/xml/ansi2003">
  <sort_specification>{1,unbounded}</sort_specification>
</sort_specification_list>
Source
<xs:element name="sort_specification_list">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="sort_specification" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>