QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
distL | ST_WrapDistance | optional | ||||
distR | ST_WrapDistance | optional | ||||
wrapText | ST_WrapText | required |
Element | EG_WrapType/wrapThrough |
<xsd:complexType name="CT_WrapThrough"> <xsd:sequence> <xsd:element name="wrapPolygon" type="CT_WrapPath" minOccurs="1" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="wrapText" type="ST_WrapText" use="required"/> <xsd:attribute name="distL" type="ST_WrapDistance" use="optional"/> <xsd:attribute name="distR" type="ST_WrapDistance" use="optional"/> </xsd:complexType> |