Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element layout/page-layout
Namespace No namespace
Diagram
Diagram musicxml202.tmp#id566 musicxml202.tmp#id567 musicxml202.tmp#id568 musicxml202.tmp#id565
Type page-layout
Properties
content: complex
minOccurs: 0
Model page-height , page-width , page-margins{0,2}
Children page-height, page-margins, page-width
Instance
<page-layout>
  <page-height>{1,1}</page-height>
  <page-width>{1,1}</page-width>
  <page-margins type="">{0,2}</page-margins>
</page-layout>
Source
<xs:element name="page-layout" type="page-layout" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element layout/system-layout
Namespace No namespace
Diagram
Diagram musicxml154.tmp#id580 musicxml154.tmp#id582 musicxml154.tmp#id583 musicxml154.tmp#id579
Type system-layout
Properties
content: complex
minOccurs: 0
Model system-margins{0,1} , system-distance{0,1} , top-system-distance{0,1}
Children system-distance, system-margins, top-system-distance
Instance
<system-layout>
  <system-margins>{0,1}</system-margins>
  <system-distance>{0,1}</system-distance>
  <top-system-distance>{0,1}</top-system-distance>
</system-layout>
Source
<xs:element name="system-layout" type="system-layout" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element layout/staff-layout
Namespace No namespace
Diagram
Diagram musicxml117.tmp#id587 musicxml117.tmp#id586 musicxml117.tmp#id585
Type staff-layout
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model staff-distance{0,1}
Children staff-distance
Instance
<staff-layout number="">
  <staff-distance>{0,1}</staff-distance>
</staff-layout>
Attributes
QName Type Fixed Default Use Annotation
number xs:nonNegativeInteger optional
Source
<xs:element name="staff-layout" type="staff-layout" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group layout
Namespace No namespace
Diagram
Diagram musicxml116.tmp#id564 musicxml116.tmp#id578 musicxml116.tmp#id584
Used by
Complex Types defaults, print
Model page-layout{0,1} , system-layout{0,1} , staff-layout*
Children page-layout, staff-layout, system-layout
Source
<xs:group name="layout">
  <xs:annotation>
    <xs:documentation>The layout group specifies the sequence of page, system, and staff layout elements that is common to both the defaults and print elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="page-layout" type="page-layout" minOccurs="0"/>
    <xs:element name="system-layout" type="system-layout" minOccurs="0"/>
    <xs:element name="staff-layout" type="staff-layout" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd