<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>
|