2.41 Details

The Details element specifies a collection of detail expressions to include in the results of the query. Detail expressions return additional data about the parent Grouping element.

The Details element specifies a collection of Expression elements. This element MUST contain at least one Details.Expression element and can contain more.

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

Parent elements

Grouping

Child elements

Details.Expression

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

 <xsd:complexType name="ExpressionsType">
   <xsd:sequence>
     <xsd:element name="Expression" type="ExpressionType" maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>