2.2.4.1.1.2.1.1.4 TupleType Complex Type
The TupleType type describes the set of members that identifies a point in the axis hierarchy. A TupleType type is a collection of MemberType objects.
-
<xsd:complexType name="TupleType"> <xsd:sequence> <xsd:element name="Member" type="MemberType" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType>
Element |
Description |
---|---|
Member |
A collection of MemberType elements that form the tuples along this axis of the mddataset result. |