The margin-type type specifies whether margins apply to even page, odd pages, or both. |
Attributes | all-margins/@type, page-margins/@type |
<xs:simpleType name="margin-type"> <xs:annotation> <xs:documentation>The margin-type type specifies whether margins apply to even page, odd pages, or both.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="odd"/> <xs:enumeration value="even"/> <xs:enumeration value="both"/> </xs:restriction> </xs:simpleType> |