Documentation for UsiXML 1.8.0

Simple Type: textVerticalAlignType

[Table of contents]

Super-types: xs:string < textVerticalAlignType (by restriction)
Sub-types: None
Name textVerticalAlignType
Used by (from the same schema document) Complex Type outputTextType , Complex Type inputTextType
Content
  • Base XSD Type: string
  • value comes from list: {'top'|'bottom'|'middle'}
Diagram
Schema Component Representation
<xs:simpleType name="textVerticalAlignType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="middle"/>
</xs:restriction>
</xs:simpleType>