|
Namespace |
No namespace |
Annotations
|
The defaults type specifies score-wide defaults for scaling, layout, and appearance. |
|
Diagram
|
|
Used by
|
|
Model |
scaling{0,1} , page-layout{0,1} , system-layout{0,1} , staff-layout* , appearance{0,1} , music-font{0,1} , word-font{0,1} , lyric-font* , lyric-language* |
Children |
appearance, lyric-font, lyric-language, music-font, page-layout, scaling, staff-layout, system-layout, word-font |
Source
|
<xs:complexType name="defaults">
<xs:annotation>
<xs:documentation>The defaults type specifies score-wide defaults for scaling, layout, and appearance.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="scaling" type="scaling" minOccurs="0"/>
<xs:group ref="layout"/>
<xs:element name="appearance" type="appearance" minOccurs="0"/>
<xs:element name="music-font" type="empty-font" minOccurs="0"/>
<xs:element name="word-font" type="empty-font" minOccurs="0"/>
<xs:element name="lyric-font" type="lyric-font" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="lyric-language" type="lyric-language" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType> |
|
Schema location |
file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd |
|
|