Definition Type: SimpleType
Name: ST_WrapType
Namespace: urn:schemas-microsoft-com:office:word
Containing Schema: vml-wordprocessingDrawing.xsd
Documentation:
Text Wrapping Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_WrapType in schema vml-wordprocessingdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_WrapType">
    <xsd:annotation>
        <xsd:documentation>Text Wrapping Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="topAndBottom">
            <xsd:annotation>
                <xsd:documentation>Top and bottom wrapping</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="square">
            <xsd:annotation>
                <xsd:documentation>Square wrapping</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>No wrapping</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="tight">
            <xsd:annotation>
                <xsd:documentation>Tight wrapping</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="through">
            <xsd:annotation>
                <xsd:documentation>Through wrapping</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration topAndBottom
Enumeration square
Enumeration none
Enumeration tight
Enumeration through
Collapse Derivation Tree:
Collapse References:
wvml:type