Compartilhar via


2.2.4.1.1.2.1.1.2 MemberType Complex Type

The MemberType type describes the properties of a simple element in the axis hierarchy. For example, in the Year:Quarter:Month:MonthDay axis dimension, the member type describes the Year, the Quarter, the Month, or the MonthDay member of the hierarchy.

The schema definition of the MemberType type is defined in the AxisInfo specification of this message.

 <xsd:complexType name="MemberType">
   <xsd:sequence>
     <xsd:any namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="skip" />
   </xsd:sequence>
   <xsd:attribute name="Hierarchy" type="xsd:string" />
 </xsd:complexType>

Element

Description

xsd:any

The MemberType will contain one element for each property of the member that was requested in the query. Therefore, both the content and the count of elements in the MemberType are variable.

Attribute

Description

Hierarchy

The Hierarchy of the member.