Showing:

Annotations
Diagrams
Properties
Source
Used by
Element scaling/millimeters
Namespace No namespace
Diagram
Diagram musicxml91.tmp#id73
Type millimeters
Properties
content: simple
Source
<xs:element name="millimeters" type="millimeters"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element scaling/tenths
Namespace No namespace
Diagram
Diagram musicxml19.tmp#id37
Type tenths
Properties
content: simple
Source
<xs:element name="tenths" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type scaling
Namespace No namespace
Annotations
Margins, page sizes, and distances are all measured in tenths to keep MusicXML data in a consistent coordinate system as much as possible. The translation to absolute units is done with the scaling type, which specifies how many millimeters are equal to how many tenths. For a staff height of 7 mm, millimeters would be set to 7 while tenths is set to 40. The ability to set a formula rather than a single scaling factor helps avoid roundoff errors.
Diagram
Diagram musicxml134.tmp#id847 musicxml134.tmp#id848
Used by
Model millimeters , tenths
Children millimeters, tenths
Source
<xs:complexType name="scaling">
  <xs:annotation>
    <xs:documentation>Margins, page sizes, and distances are all measured in tenths to keep MusicXML data in a consistent coordinate system as much as possible. The translation to absolute units is done with the scaling type, which specifies how many millimeters are equal to how many tenths. For a staff height of 7 mm, millimeters would be set to 7 while tenths is set to 40. The ability to set a formula rather than a single scaling factor helps avoid roundoff errors.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="millimeters" type="millimeters"/>
    <xs:element name="tenths" type="tenths"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd