<xsd:simpleType name="ST_TextWrappingType">
<xsd:annotation>
<xsd:documentation>Text Wrapping Types</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="none">
<xsd:annotation>
<xsd:documentation>Text Wrapping Type Enum ( None )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="square">
<xsd:annotation>
<xsd:documentation>Text Wrapping Type Enum ( Square )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|