The empty-print-style type represents an empty element with print-style 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 | ||||
| relative-x | tenths | optional | ||||
| relative-y | tenths | optional |
<xs:complexType name="empty-print-style"> <xs:annotation> <xs:documentation>The empty-print-style type represents an empty element with print-style attributes.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="print-style"/> </xs:complexType> |