ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdatePage Complex Type
In This Topic
    CT_UpdatePage Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    disabledText Element Sequence tooltip Element Sequence CT_UpdatePage Complex Type
    Overview
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    insertST_Insert Simple Typeoptional   
    placeWithST_ID Simple Typeoptional   
    Source
    <xs:complexType name="CT_UpdatePage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence minOccurs="0" maxOccurs="1">
        <xs:element name="tooltip" type="CT_Tooltip" />
      </xs:sequence>
      <xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
      <xs:attribute name="insert" type="ST_Insert" use="optional" />
      <xs:attribute name="placeWith" type="ST_ID" use="optional" />
    </xs:complexType>
    See Also