Documentation for UsiXML 1.8.0

Simple Type: textHorizontalAlignType

[Table of contents]

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