Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element page-layout/page-height
Namespace No namespace
Diagram
Diagram musicxml19.tmp#id37
Type tenths
Properties
content: simple
Source
<xs:element name="page-height" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element page-layout/page-width
Namespace No namespace
Diagram
Diagram musicxml19.tmp#id37
Type tenths
Properties
content: simple
Source
<xs:element name="page-width" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element page-layout/page-margins
Namespace No namespace
Diagram
Diagram musicxml88.tmp#id577 musicxml89.tmp#id572 musicxml89.tmp#id573 musicxml89.tmp#id571 musicxml90.tmp#id574 musicxml90.tmp#id575 musicxml90.tmp#id570 musicxml88.tmp#id569
Type page-margins
Properties
content: complex
minOccurs: 0
maxOccurs: 2
Model left-margin , right-margin , top-margin , bottom-margin
Children bottom-margin, left-margin, right-margin, top-margin
Instance
<page-margins type="">
  <left-margin>{1,1}</left-margin>
  <right-margin>{1,1}</right-margin>
  <top-margin>{1,1}</top-margin>
  <bottom-margin>{1,1}</bottom-margin>
</page-margins>
Attributes
QName Type Fixed Default Use Annotation
type margin-type optional
Source
<xs:element name="page-margins" type="page-margins" minOccurs="0" maxOccurs="2"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type page-layout
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml202.tmp#id566 musicxml202.tmp#id567 musicxml202.tmp#id568
Used by
Model page-height , page-width , page-margins{0,2}
Children page-height, page-margins, page-width
Source
<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"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd