CT_UpdateCommands Complex Type
In This Topic
Diagram
Overview
|
|
Choice 0..∞
|
|
loadOnClick optional xs:boolean
|
|
isChecked optional xs:boolean
|
|
flipImageRTL optional xs:boolean
|
|
Sequence optional
|
|
heading optional xs:string
|
|
Sequence optional
| |
| |
|
|
Sequence optional
|
|
heading optional xs:string
|
|
Sequence optional
| | | | | |
Source
<xs:complexType name="CT_UpdateCommands" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteCommand" type="CT_Delete" />
<xs:element name="insertCommand" type="CT_Command" />
<xs:element name="updateCommand" type="CT_UpdateCommand" />
</xs:choice>
</xs:complexType>
|
See Also