ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_DockPaneSet Complex Type
In This Topic
    CT_DockPaneSet Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    DockPaneID Element Choice CT_DockPaneSet Complex Type
    Overview
    id required ST_ID Simple Type
    caption required xs:string
    Choice 0..∞
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    idST_ID Simple Typerequired   
    captionxs:stringrequired   
    Source
    <xs:complexType name="CT_DockPaneSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="DockPaneID" type="CT_DockPaneID" />
      </xs:choice>
      <xs:attribute name="id" type="ST_ID" use="required" />
      <xs:attribute name="caption" type="xs:string" use="required" />
    </xs:complexType>
    See Also