The empty-placement type represents an empty element with print-style and placement attributes. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| color | color | optional | ||||
| default-x | tenths | optional | ||||
| default-y | tenths | optional | ||||
| font-family | comma-separated-text | optional | ||||
| font-size | font-size | optional | ||||
| font-style | font-style | optional | ||||
| font-weight | font-weight | optional | ||||
| placement | above-below | optional | ||||
| relative-x | tenths | optional | ||||
| relative-y | tenths | optional |
<xs:complexType name="empty-placement"> <xs:annotation> <xs:documentation>The empty-placement type represents an empty element with print-style and placement attributes.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="print-style"/> <xs:attributeGroup ref="placement"/> </xs:complexType> |