ArcGIS Pro DAML Schema
CT_EditBox Complex Type
ArcGIS Pro DAML Schema : CT_EditBox Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
content Element disabledText Element Sequence tooltip Element Sequence CT_EditBox Complex Type
Overview
smallImage optional ST_Uri Simple Type
condition optional ST_ID Simple Type
sizeString optional ST_String Simple Type
format optional ST_String Simple Type
helpContextID optional ST_String Simple Type
dataType optional ST_DataType Simple Type
keytip required xs:string
editHint optional ST_String Simple Type
Sequence optional
image optional ST_Uri Simple Type
heading optional xs:string
Sequence optional
content optional
Used By
editBox Element
Attributes
NameTypeUseDefaultFixedDescription
smallImageST_Uri Simple Typeoptional   
conditionST_ID Simple Typeoptional   
sizeStringST_String Simple Typeoptional   
formatST_String Simple Typeoptional   
helpContextIDST_String Simple Typeoptional   
dataTypeST_DataType Simple Typeoptional   
keytipxs:stringrequired   
editHintST_String Simple Typeoptional   
Source
<xs:complexType name="CT_EditBox" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence minOccurs="0" maxOccurs="1">
    <xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
    <xs:element name="content" minOccurs="0" />
  </xs:sequence>
  <xs:attributeGroup ref="componentGroup" />
  <xs:attribute name="smallImage" type="ST_Uri" use="optional" />
  <xs:attribute name="condition" type="ST_ID" use="optional" />
  <xs:attribute name="sizeString" type="ST_String" use="optional" />
  <xs:attribute name="format" type="ST_String" use="optional" />
  <xs:attribute name="helpContextID" type="ST_String" use="optional" />
  <xs:attribute name="dataType" type="ST_DataType" use="optional" />
  <xs:attribute name="keytip" type="xs:string" use="required" />
  <xs:attribute name="editHint" type="ST_String" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema