<ST_TextDirection>
(Text Direction)
This simple type defines different way the growth of additional text can occur within a node.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies additional text grows from the bottom. |
|
Specifies additional text grows from the top. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextDirection" final="restriction">
<restriction base="xsd:token">
<enumeration value="fromT"/>
<enumeration value="fromB"/>
</restriction>
</simpleType>