2.2.5.20 MemberType

The MemberType simple type specifies the type of member record within an entity.

The following is the XML schema definition of the MemberType simple type.

   <xs:simpleType name="MemberType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="NotSpecified" />
       <xs:enumeration value="Leaf" />
       <xs:enumeration value="Consolidated" />
       <xs:enumeration value="Collection" />
       <xs:enumeration value="Hierarchy" />
       <xs:enumeration value="CollectionMember" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

NotSpecified

The member type is unspecified.

Leaf

The members are leaf members. These members do not have children in explicit hierarchies.

Consolidated

The members are consolidated members that participate in explicit hierarchies. These members can have children in explicit hierarchies.

Collection

The members are collection members.

Hierarchy

The member record is an explicit hierarchy relationship record.

CollectionMember

The member record is a collection hierarchy relationship record.