CT_ShortcutTable Complex Type
In This Topic
Diagram
Overview
|
|
category required xs:string
|
|
Choice 0..∞
|
|
onKeyUp optional xs:boolean
|
|
cancelOnMouseMove optional xs:boolean
| | | |
Used By
Attributes
Source
<xs:complexType name="CT_ShortcutTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="shortcut" type="CT_Shortcut" />
</xs:choice>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
<xs:attribute name="targetID" type="ST_ID" use="required" />
<xs:attribute name="category" type="xs:string" use="required" />
<!--<xs:attribute name="mode" type="xs:string" use="required"/>-->
<xs:attribute name="condition" type="ST_ID" use="optional" />
</xs:complexType>
|
See Also