CT_InsertShortcutTables Complex Type
In This Topic
Diagram
Overview
|
|
Choice 0..∞
|
|
category required xs:string
|
|
Choice 0..∞
|
|
onKeyUp optional xs:boolean
|
|
cancelOnMouseMove optional xs:boolean
| | | |
|
|
Choice 0..∞
|
|
onKeyUp optional xs:boolean
|
|
cancelOnMouseMove optional xs:boolean
| |
| |
|
|
Choice 0..∞
| | | |
Used By
Source
<xs:complexType name="CT_InsertShortcutTables" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="insertShortcutTable" type="CT_ShortcutTable" />
<xs:element name="updateShortcutTable" type="CT_UpdateShortcutTable" />
<xs:element name="deleteShortcutTable" type="CT_DeleteShortcutTable" />
</xs:choice>
</xs:complexType>
|
See Also