Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element system-layout/system-margins
Namespace No namespace
Diagram
Diagram musicxml89.tmp#id572 musicxml89.tmp#id573 musicxml89.tmp#id571 musicxml152.tmp#id581
Type system-margins
Properties
content: complex
minOccurs: 0
Model left-margin , right-margin
Children left-margin, right-margin
Instance
<system-margins>
  <left-margin>{1,1}</left-margin>
  <right-margin>{1,1}</right-margin>
</system-margins>
Source
<xs:element name="system-margins" type="system-margins" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element system-layout/system-distance
Namespace No namespace
Diagram
Diagram musicxml19.tmp#id37
Type tenths
Properties
content: simple
minOccurs: 0
Source
<xs:element name="system-distance" type="tenths" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element system-layout/top-system-distance
Namespace No namespace
Diagram
Diagram musicxml19.tmp#id37
Type tenths
Properties
content: simple
minOccurs: 0
Source
<xs:element name="top-system-distance" type="tenths" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type system-layout
Namespace No namespace
Annotations
System layout includes left and right margins and the vertical distance from the previous system. The system distance is measured from the bottom line of the previous system to the top line of the current system. It is ignored for the first system on a page. The top system distance is measured from the page's top margin to the top line of the first system. It is ignored for all but the first system on a page.
	
Sometimes the sum of measure widths in a system may not equal the system width specified by the layout elements due to roundoff or other errors. The behavior when reading MusicXML files in these cases is application-dependent. For instance, applications may find that the system layout data is more reliable than the sum of the measure widths, and adjust the measure widths accordingly.
Diagram
Diagram musicxml154.tmp#id580 musicxml154.tmp#id582 musicxml154.tmp#id583
Used by
Model system-margins{0,1} , system-distance{0,1} , top-system-distance{0,1}
Children system-distance, system-margins, top-system-distance
Source
<xs:complexType name="system-layout">
  <xs:annotation>
    <xs:documentation>System layout includes left and right margins and the vertical distance from the previous system. The system distance is measured from the bottom line of the previous system to the top line of the current system. It is ignored for the first system on a page. The top system distance is measured from the page's top margin to the top line of the first system. It is ignored for all but the first system on a page. Sometimes the sum of measure widths in a system may not equal the system width specified by the layout elements due to roundoff or other errors. The behavior when reading MusicXML files in these cases is application-dependent. For instance, applications may find that the system layout data is more reliable than the sum of the measure widths, and adjust the measure widths accordingly.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="system-margins" type="system-margins" minOccurs="0"/>
    <xs:element name="system-distance" type="tenths" minOccurs="0"/>
    <xs:element name="top-system-distance" type="tenths" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd