ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_ShortcutTable Complex Type
In This Topic
    CT_ShortcutTable Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    shortcut Element Choice CT_ShortcutTable Complex Type
    Overview
    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
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    idST_UniqueID Simple Typerequired   
    targetIDST_ID Simple Typerequired   
    categoryxs:stringrequired   
    conditionST_ID Simple Typeoptional   
    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