ArcGIS Pro DAML Schema
ST_HorizontalAlignment Simple Type
ArcGIS Pro DAML Schema : ST_HorizontalAlignment Simple Type
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of xs:string
Diagram
ST_HorizontalAlignment Simple Type
Overview
ST_HorizontalAlignment Restriction of xs:string
Facets
EnumerationLeft
EnumerationStretch
Source
<xs:simpleType name="ST_HorizontalAlignment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Left" />
    <xs:enumeration value="Stretch" />
  </xs:restriction>
</xs:simpleType>
See Also
ArcGIS Pro DAML Schema