Definition Type: ComplexType
Name: wrapElt
Namespace: urn:schemas-microsoft-com:office:word
Containing Schema: w10.xsd
Abstract
Documentation:
Defines the contents of the wrap element.
Collapse XSD Schema Diagram:
Drilldown into anchory in schema w10_xsd Drilldown into anchorx in schema w10_xsd Drilldown into side in schema w10_xsd Drilldown into type in schema w10_xsdXSD Diagram of wrapElt in schema w10_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="wrapElt">
    <xsd:annotation>
        <xsd:documentation>Defines the contents of the wrap element.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence />
    <xsd:attribute name="type" type="wrapTypeElt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the type of wrapping.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="side" type="wrapSideElt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the side that text can wrap around.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="anchorx" type="wrapAnchorxElt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets of sets the type of horizontal (x) anchor.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="anchory" type="wrapAnchoryElt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets of sets the type of vertical (y) anchor.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type nsD:type Optional
side nsD:side Optional
anchorx nsD:anchorx Optional
anchory nsD:anchory Optional
Collapse Derivation Tree:
Collapse References:
nsD:wrap