ST_How

Simple Type Information

Used By

Attribute CT_R/@how

Source

<xsd:simpleType name="ST_How">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="top"/>
    <xsd:enumeration value="middle"/>
    <xsd:enumeration value="bottom"/>
    <xsd:enumeration value="left"/>
    <xsd:enumeration value="center"/>
    <xsd:enumeration value="right"/>
  </xsd:restriction>
</xsd:simpleType>