all-margins

The all-margins group specifies both horizontal and vertical margins in tenths.

Element Group Information

Model

Used By

Complex Type page-margins

Source

<xs:group name="all-margins">
  <xs:annotation>
    <xs:documentation>The all-margins group specifies both horizontal and vertical margins in tenths.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="left-right-margins"/>
    <xs:element name="top-margin" type="tenths"/>
    <xs:element name="bottom-margin" type="tenths"/>
  </xs:sequence>
</xs:group>