ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_InsertShortcutTables Complex Type
In This Topic
    CT_InsertShortcutTables Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    deleteShortcut Element Choice deleteShortcutTable Element deleteShortcut Element insertShortcut Element Choice updateShortcutTable Element shortcut Element Choice insertShortcutTable Element Choice CT_InsertShortcutTables Complex Type
    Overview
    Choice 0..∞
    targetID required ST_ID Simple Type
    category required xs:string
    condition optional 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
    Choice 0..∞
    refID required ST_ID Simple Type
    onKeyUp optional xs:boolean
    cancelOnMouseMove optional xs:boolean
    refID required ST_ID Simple Type
    refID required ST_ID Simple Type
    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