Description
Page layout can be defined both in score-wide defaults and in the print element. Page margins are specified either for both even and odd pages, or via separate odd and even page number values. The type is not needed when used as part of a print element. If omitted when used in the defaults element, "both" is the default.
Derived By
Restricting xs:anyType
Content Model
Contains elements as defined in the following table.
Referenced By
Definition
<xs:complexType name="page-layout">
<xs:annotation>
<xs:documentation>Page layout can be defined both in score-wide defaults and in the print element. Page margins are specified either for both even and odd pages, or via separate odd and even page number values. The type is not needed when used as part of a print element. If omitted when used in the defaults element, "both" is the default.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="page-height" type="tenths" />
<xs:element name="page-width" type="tenths" />
</xs:sequence>
<xs:element name="page-margins" type="page-margins" minOccurs="0" maxOccurs="2">
<xsd:annotation>
<xsd:documentation>Page margins are specified either for both even and odd pages, or via separate odd and even page number values. The type attribute is not needed when used as part of a print element. If omitted when the page-margins type is used in the defaults element, "both" is the default value.</xsd:documentation>
</xsd:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>