2.2.7.3.2 buttons Element
The buttons XML element contains a collection of button elements. The client can display these buttons to present the user with a choice of actions.
-
<xs:element name="buttons"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="5" ref="button" /> </xs:sequence> </xs:complexType> </xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
button |
button |
See section 2.2.7.3.1. |