Defines a list of allowed wrapping types.
Namespace | urn:schemas-microsoft-com:office:word |
Schema name | Auxiliary XML Document 2002 |
<xsd:simpleType name="wrapTypeElt" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="topandbottom" />
<xsd:enumeration value="square" />
<xsd:enumeration value="none" />
<xsd:enumeration value="tight" />
<xsd:enumeration value="through" />
</xsd:restriction>
</xsd:simpleType>