ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_VerticalAlignment Simple Type
In This Topic
    ST_VerticalAlignment Simple Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of xs:string
    Diagram
    ST_VerticalAlignment Simple Type
    Overview
    ST_VerticalAlignment Restriction of xs:string
    Facets
    EnumerationTop
    EnumerationCenter
    Source
    <xs:simpleType name="ST_VerticalAlignment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Top" />
        <xs:enumeration value="Center" />
      </xs:restriction>
    </xs:simpleType>
    See Also