<sortByTuple>
(Sort By Tuple)
Represents the sort applied to a tuple.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of member names. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Tuples">
<sequence>
<element name="tpl" type="CT_Tuple" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="c" type="xsd:unsignedInt" use="optional"/>
</complexType>