ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Tooltip Complex Type
CT_Tooltip Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
disabledText Element Sequence CT_Tooltip Complex Type
Overview
image optional ST_Uri Simple Type
heading optional xs:string
Sequence optional
Used By
Attributes
NameTypeUseDefaultFixedDescription
imageST_Uri Simple Typeoptional   
headingxs:stringoptional   
Source
<xs:complexType name="CT_Tooltip" mixed="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence minOccurs="0" maxOccurs="1">
    <xs:element name="disabledText" />
  </xs:sequence>
  <xs:attribute name="image" type="ST_Uri" use="optional" />
  <xs:attribute name="heading" type="xs:string" use="optional" />
</xs:complexType>
See Also