2.35 Hierarchies

The Hierarchies element specifies a collection of grouping hierarchies for a query.

The Hierarchies element MUST contain exactly one Hierarchies.Hierarchy element.

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

Parent elements

SemanticQuery

Child elements

Hierarchies.Hierarchy

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

 <xsd:complexType name="HierarchiesType">
   <xsd:sequence>
     <xsd:element name="Hierarchy" type="HierarchyType" maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>