2.44 Measures

The Measures  element specifies a collection of measure expressions in a measure group.

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

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

Parent elements

MeasureGroup

Child elements

Measures.Expression

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

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