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