You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: page-layout

Complex Type: page-layout

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.

Component  Type  Occurs  Default  Description 
  1..1 
  0..1 
page-height  tenths  1..1 
page-width  tenths  1..1 
page-margins  page-margins  0..2  Page margins are specified either for both even and odd pages, or via separate odd and even page number values.
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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301