Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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. |