2.2.7.3.4 messageBoxUI Element

The messageBoxUI XML element specifies elements that compose a message box for display in a client UI.

 <xs:element name="messageBoxUI">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         ref="title"
        />
       <xs:element
         minOccurs="0"
         ref="bitmap"
        />
       <xs:element
         maxOccurs="unbounded"
         ref="body"
        />
       <xs:element
         ref="buttons"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

title

title

 See section 2.2.7.1.3.

bitmap

bitmap

 See section 2.2.7.3.3.

body

body

 See section 2.2.7.1.4.

buttons

buttons

 See section 2.2.7.3.2.