ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_GroupTooltip Complex Type
In This Topic
    CT_GroupTooltip Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    CT_GroupTooltip Complex Type
    Overview
    image optional ST_Uri Simple Type
    heading optional xs:string
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    imageST_Uri Simple Typeoptional   
    headingxs:stringoptional   
    Source
    <xs:complexType name="CT_GroupTooltip" mixed="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="image" type="ST_Uri" use="optional" />
      <xs:attribute name="heading" type="xs:string" use="optional" />
    </xs:complexType>
    See Also