Share via


2.2.4.338 LogicalGroupNodeChildrenEnumerationParameters

The LogicalGroupNodeChildrenEnumerationParameters complex type specifies the criteria to be used for enumerating the logical group nodes that form the next level of logical group nodes in a logical group hierarchy.

 <xs:complexType name="LogicalGroupNodeChildrenEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="ParentLogicalGroupNode" nillable="true" type="ipam:LogicalGroupNode" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ParentLogicalGroupNode: This specifies the logical group node for which the next level in the logical group hierarchy needs to be enumerated.