<xsd:simpleType name="wrapValue">
<xsd:annotation>
<xsd:documentation>Defines text-wrapping values.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="auto">
<xsd:annotation>
<xsd:documentation>Auto wrapping</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="not-beside">
<xsd:annotation>
<xsd:documentation>Places object at insertion point in line of text in the document.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="around">
<xsd:annotation>
<xsd:documentation>Wrap text around frame.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tight">
<xsd:annotation>
<xsd:documentation>Wrap text around object instead of bounding box.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="through">
<xsd:annotation>
<xsd:documentation>Places object behind text and removes text wrapping.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="none">
<xsd:annotation>
<xsd:documentation>Places object in front of text and removes text wrapping.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|