
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| bottomLeft | ST_RelationshipId | optional | ||||
| bottomRight | ST_RelationshipId | optional | ||||
| color | ST_HexColor | auto | optional | |||
| frame | ST_OnOff | optional | ||||
| id | ST_RelationshipId | optional | ||||
| shadow | ST_OnOff | optional | ||||
| space | ST_PointMeasure | 0 | optional | |||
| sz | ST_EighthPointMeasure | optional | ||||
| themeColor | ST_ThemeColor | optional | ||||
| themeShade | ST_UcharHexNumber | optional | ||||
| themeTint | ST_UcharHexNumber | optional | ||||
| val | ST_Border | required |
| Element | CT_PageBorders/bottom |
<xsd:complexType name="CT_BottomPageBorder"> <xsd:complexContent> <xsd:extension base="CT_PageBorder"> <xsd:attribute ref="r:bottomLeft" use="optional"/> <xsd:attribute ref="r:bottomRight" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |