ST_HorizontalAlignment Simple Type
In This Topic
Type
Restriction of xs:string
Diagram
Overview
Facets
Enumeration | Left |
Enumeration | Stretch |
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