ArcGIS Pro DAML Schema
ST_ShortcutKeyFlag Simple Type
ArcGIS Pro DAML Schema : ST_ShortcutKeyFlag Simple Type
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of ST_String Simple Type
Diagram
ST_ShortcutKeyFlag Simple Type
Overview
Facets
EnumerationCtrl
EnumerationAlt
EnumerationShift
EnumerationCtrl+Shift
EnumerationAlt+Shift
EnumerationCtrl+Alt
EnumerationCtrl+Alt+Shift
EnumerationNone
Source
<xs:simpleType name="ST_ShortcutKeyFlag" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="ST_String">
    <xs:enumeration value="Ctrl" />
    <xs:enumeration value="Alt" />
    <xs:enumeration value="Shift" />
    <xs:enumeration value="Ctrl+Shift" />
    <xs:enumeration value="Alt+Shift" />
    <xs:enumeration value="Ctrl+Alt" />
    <xs:enumeration value="Ctrl+Alt+Shift" />
    <xs:enumeration value="None" />
  </xs:restriction>
</xs:simpleType>
See Also
ArcGIS Pro DAML Schema