
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| shadow | ST_BorderShadow | optional | ||||
| type | ST_BorderType | optional | ||||
| width | xsd:positiveInteger | optional |
| Elements | borderbottom, borderleft, borderright, bordertop |
<xsd:complexType name="CT_Border"> <xsd:attribute name="type" type="ST_BorderType" use="optional"/> <xsd:attribute name="width" type="xsd:positiveInteger" use="optional"/> <xsd:attribute name="shadow" type="ST_BorderShadow" use="optional"/> </xsd:complexType> |