ST_VerticalAlignment Simple Type
Restriction of xs:string
Enumeration | Top |
Enumeration | Center |
<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>
|