margin-type

The margin-type type specifies whether margins apply to even page, odd pages, or both.

Simple Type Information

Used By

Source

<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>