ArcGIS Pro DAML Schema
CT_Tooltip Complex Type
ArcGIS Pro DAML Schema : 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
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
tooltip Element
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
ArcGIS Pro DAML Schema