2.36 Hierarchy

The Hierarchy element specifies a grouping hierarchy for a query.

The following are the parent and child elements of the Hierarchy element.

Parent elements

Hierarchies

Child elements

Hierarchy.BaseEntity

Hierarchy.Filter

Hierarchy.Groupings

The following is the XML Schema definition of the Hierarchy element.          

 <xsd:complexType name="HierarchyType">
   <xsd:all>
     <xsd:element name="BaseEntity" type="BaseEntityType" />
     <xsd:element name="Groupings" type="GroupingsType" minOccurs="0" />
     <xsd:element name="Filter" minOccurs="0">
       <xsd:complexType>
         <xsd:all>
           <xsd:element name="Expression" type="ExpressionType" />
         </xsd:all>
       </xsd:complexType>
     </xsd:element>
   </xsd:all>
 </xsd:complexType>