Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute print-attributes/@staff-spacing
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Attribute Group print-attributes
Source
<xs:attribute name="staff-spacing" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute print-attributes/@new-system
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Attribute Group print-attributes
Source
<xs:attribute name="new-system" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute print-attributes/@new-page
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Attribute Group print-attributes
Source
<xs:attribute name="new-page" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute print-attributes/@blank-page
Namespace No namespace
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group print-attributes
Source
<xs:attribute name="blank-page" type="xs:positiveInteger"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute print-attributes/@page-number
Namespace No namespace
Type xs:token
Properties
content: simple
Used by
Attribute Group print-attributes
Source
<xs:attribute name="page-number" type="xs:token"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group print-attributes
Namespace No namespace
Diagram
Diagram musicxml196.tmp#id191 musicxml196.tmp#id192 musicxml196.tmp#id193 musicxml196.tmp#id194 musicxml196.tmp#id195
Used by
Complex Type print
Attributes
QName Type Fixed Default Use Annotation
blank-page xs:positiveInteger optional
new-page yes-no optional
new-system yes-no optional
page-number xs:token optional
staff-spacing tenths optional
Source
<xs:attributeGroup name="print-attributes">
  <xs:annotation>
    <xs:documentation>The new-system and new-page attributes indicate whether to force a system or page break, or to force the current music onto the same system or page as the preceding music. Normally this is the first music data within a measure. If used in multi-part music, they should be placed in the same positions within each part, or the results are undefined. The page-number attribute sets the number of a new page; it is ignored if new-page is not "yes". Version 2.0 adds a blank-page attribute. This is a positive integer value that specifies the number of blank pages to insert before the current measure. It is ignored if new-page is not "yes". These blank pages have no music, but may have text or images specified by the credit element. This is used to allow a combination of pages that are all text, or all text and images, together with pages of music. The staff-spacing attribute specifies spacing between multiple staves in tenths of staff lines (e.g. 100 = 10 staff lines). This is deprecated as of Version 1.1; the staff-layout element should be used instead. If both are present, the staff-layout values take priority.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="staff-spacing" type="tenths"/>
  <xs:attribute name="new-system" type="yes-no"/>
  <xs:attribute name="new-page" type="yes-no"/>
  <xs:attribute name="blank-page" type="xs:positiveInteger"/>
  <xs:attribute name="page-number" type="xs:token"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd