orderByClause

Complex Type Information

Model

Children: orderBySpec, stable

Used By

Element orderByClause

Source

<xsd:complexType name="orderByClause">
  <xsd:sequence>
    <xsd:element name="stable" type="emptyContent" minOccurs="0"/>
    <xsd:element ref="orderBySpec" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>