ArcGIS Pro DAML Schema
ST_DockFlag Simple Type
ArcGIS Pro DAML Schema : ST_DockFlag Simple Type
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of ST_String Simple Type
Diagram
ST_DockFlag Simple Type
Overview
Facets
Enumerationtop
Enumerationleft
Enumerationright
Enumerationbottom
Enumerationfloat
Enumerationgroup
Source
<xs:simpleType name="ST_DockFlag" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="ST_String">
    <xs:enumeration value="top" />
    <xs:enumeration value="left" />
    <xs:enumeration value="right" />
    <xs:enumeration value="bottom" />
    <xs:enumeration value="float" />
    <xs:enumeration value="group" />
  </xs:restriction>
</xs:simpleType>
See Also
ArcGIS Pro DAML Schema