ArcGIS Pro DAML Schema
CT_UpdateShortcutTable Complex Type
ArcGIS Pro DAML Schema : CT_UpdateShortcutTable Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
deleteShortcut Element insertShortcut Element Choice CT_UpdateShortcutTable Complex Type
Overview
refID required ST_ID Simple Type
Choice 0..∞
refID required ST_ID Simple Type
onKeyUp optional xs:boolean
cancelOnMouseMove optional xs:boolean
refID required ST_ID Simple Type
Used By
updateShortcutTable Element
Attributes
NameTypeUseDefaultFixedDescription
refIDST_ID Simple Typerequired   
Source
<xs:complexType name="CT_UpdateShortcutTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="insertShortcut" type="CT_Shortcut" />
    <xs:element name="deleteShortcut" type="CT_Delete" />
  </xs:choice>
  <xs:attribute name="refID" type="ST_ID" use="required" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema