2.2.4.124 HierarchyMembers

The HierarchyMembers complex type represents a class used by HierarchyMembersGet.

The following is the XML schema definition of the HierarchyMembers complex type.

 <xs:complexType name="HierarchyMembers">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="EntityId" nillable="true" type="q999:Identifier">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="HierarchyId" nillable="true" type="q999:Identifier">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="HierarchyType" type="q999:HierarchyType" />
         <xs:element minOccurs="0" name="Members" nillable="true" type="q999:ArrayOfParentChild">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element name="ModelId" nillable="true" type="q999:Identifier">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element name="VersionId" nillable="true" type="q999:Identifier">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
       </xs:sequence>
       </xs:extension>
   </xs:complexContent>
 </xs:complexType>

EntityId: Specifies the entity identifier of the parent child data to get.

HierarchyId: Specifies the hierarchy identifier of the parent child data to get.

HierarchyType: Specifies the hierarchy type (explicit or derived).

Members: Specifies the member data retrieved by the operation.

ModelId: Specifies the model identifier of the parent child data to get.

VersionId: Specifies the version identifier of the parent child data to get.