2.2.4.2.2.10.3 Command

The Command complex type represents a command in the MDX script.

   <xsd:complexType name="Command">
     <xsd:all>
       <xsd:element name="Text" type="xsd:string"/>
       <xsd:element name="Annotations" minOccurs="0">
         <xsd:complexType>
           <xsd:sequence>
             <xsd:element name="Annotation"  type="Annotation" minOccurs="0"
                          maxOccurs="unbounded"/>
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element> 
     </xsd:all>
   </xsd:complexType>

Element

Read-Only

Default value

Description

Text

[Required]

The MDX command text.

Annotations<84>

Empty

A collection of Annotation objects.