<ST_How>
(Alignment Type)
This simple type specifies types of alignment.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Bottom vertical alignment. |
|
Center horizontal alignment. |
|
Left horizontal alignment. |
|
Middle vertical alignment. |
|
Right horizontal alignment. |
|
Top vertical alignment. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_How">
<restriction base="xsd:string">
<enumeration value="top"/>
<enumeration value="middle"/>
<enumeration value="bottom"/>
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
</restriction>
</simpleType>