ArcGIS Pro DAML Schema
ST_CmdType Simple Type
ArcGIS Pro DAML Schema : ST_CmdType Simple Type
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of ST_String Simple Type
Diagram
ST_CmdType Simple Type
Overview
Facets
Enumerationbutton
Enumerationtool
Source
<xs:simpleType name="ST_CmdType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="ST_String">
    <xs:enumeration value="button" />
    <xs:enumeration value="tool" />
  </xs:restriction>
</xs:simpleType>
See Also
ArcGIS Pro DAML Schema