ArcGIS Pro DAML Schema
CT_ShortcutTable Complex Type
ArcGIS Pro DAML Schema : CT_ShortcutTable Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
shortcut Element Choice CT_ShortcutTable Complex Type
Overview
Choice 0..∞
refID required ST_ID Simple Type
onKeyUp optional xs:boolean
cancelOnMouseMove optional xs:boolean
Used By
insertShortcutTable Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
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:complexType>
See Also
ArcGIS Pro DAML Schema