Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Element score-timewise
Namespace No namespace
Annotations
The score-timewise element is the root element for a timewise MusicXML score. It includes a score-header group followed by a series of measures with parts inside. The document-attributes attribute group includes the version attribute.
Diagram
Diagram musicxml49.tmp#id106 musicxml50.tmp#id919 musicxml50.tmp#id920 musicxml50.tmp#id921 musicxml50.tmp#id922 musicxml50.tmp#id923 musicxml50.tmp#id924 musicxml50.tmp#id925 musicxml50.tmp#id918 musicxml199.tmp#id930
Properties
content: complex
block: extension substitution
final: all
Model work{0,1} , movement-number{0,1} , movement-title{0,1} , identification{0,1} , defaults{0,1} , credit* , part-list , measure+
Children credit, defaults, identification, measure, movement-number, movement-title, part-list, work
Instance
<score-timewise version="1.0">
  <work>{0,1}</work>
  <movement-number>{0,1}</movement-number>
  <movement-title>{0,1}</movement-title>
  <identification>{0,1}</identification>
  <defaults>{0,1}</defaults>
  <credit page="">{0,unbounded}</credit>
  <part-list>{1,1}</part-list>
  <measure implicit="" non-controlling="" number="" width="">{1,unbounded}</measure>
</score-timewise>
Attributes
QName Type Fixed Default Use Annotation
version xs:token 1.0 optional
Source
<xs:element name="score-timewise" block="extension substitution" final="#all">
  <xs:annotation>
    <xs:documentation>The score-timewise element is the root element for a timewise MusicXML score. It includes a score-header group followed by a series of measures with parts inside. The document-attributes attribute group includes the version attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="score-header"/>
      <xs:element name="measure" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="part" maxOccurs="unbounded">
              <xs:complexType>
                <xs:group ref="music-data"/>
                <xs:attributeGroup ref="part-attributes"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attributeGroup ref="measure-attributes"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="document-attributes"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element score-timewise/measure
Namespace No namespace
Diagram
Diagram musicxml198.tmp#id197 musicxml199.tmp#id931
Properties
content: complex
maxOccurs: unbounded
Model part+
Children part
Instance
<measure implicit="" non-controlling="" number="" width="">
  <part id="">{1,unbounded}</part>
</measure>
Attributes
QName Type Fixed Default Use Annotation
implicit yes-no optional
non-controlling yes-no optional
number xs:token required
width tenths optional
Source
<xs:element name="measure" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="part" maxOccurs="unbounded">
        <xs:complexType>
          <xs:group ref="music-data"/>
          <xs:attributeGroup ref="part-attributes"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="measure-attributes"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element measure/score-timewise/part
Namespace No namespace
Diagram
Diagram musicxml126.tmp#id202 musicxml168.tmp#id905 musicxml168.tmp#id906 musicxml168.tmp#id907 musicxml168.tmp#id908 musicxml168.tmp#id909 musicxml168.tmp#id910 musicxml168.tmp#id911 musicxml168.tmp#id912 musicxml168.tmp#id913 musicxml168.tmp#id914 musicxml168.tmp#id915 musicxml168.tmp#id916 musicxml168.tmp#id917 musicxml168.tmp#id904
Properties
content: complex
maxOccurs: unbounded
Model (note | backup | forward | direction | attributes | harmony | figured-bass | print | sound | barline | grouping | link | bookmark)
Children attributes, backup, barline, bookmark, direction, figured-bass, forward, grouping, harmony, link, note, print, sound
Instance
<part id="">
  <note attack="" color="" default-x="" default-y="" dynamics="" end-dynamics="" font-family="" font-size="" font-style="" font-weight="" pizzicato="" print-dot="" print-lyric="" print-object="" print-spacing="" relative-x="" relative-y="" release="" time-only="">{1,1}</note>
  <backup>{1,1}</backup>
  <forward>{1,1}</forward>
  <direction directive="" placement="">{1,1}</direction>
  <attributes>{1,1}</attributes>
  <harmony color="" default-x="" default-y="" font-family="" font-size="" font-style="" font-weight="" placement="" print-frame="" print-object="" relative-x="" relative-y="" type="">{1,1}</harmony>
  <figured-bass color="" default-x="" default-y="" font-family="" font-size="" font-style="" font-weight="" parentheses="" print-dot="" print-lyric="" print-object="" print-spacing="" relative-x="" relative-y="">{1,1}</figured-bass>
  <print blank-page="" new-page="" new-system="" page-number="" staff-spacing="">{1,1}</print>
  <sound coda="" dacapo="" dalsegno="" damper-pedal="" divisions="" dynamics="" elevation="" fine="" forward-repeat="" pan="" pizzicato="" segno="" soft-pedal="" sostenuto-pedal="" tempo="" time-only="" tocoda="">{1,1}</sound>
  <barline coda="" divisions="" location="right" segno="">{1,1}</barline>
  <grouping member-of="" number="1" type="">{1,1}</grouping>
  <link xlink:actuate="onRequest" default-x="" default-y="" element="" xlink:href="" name="" position="" relative-x="" relative-y="" xlink:role="" xlink:show="replace" xlink:title="" type="simple">{1,1}</link>
  <bookmark element="" id="" name="" position="">{1,1}</bookmark>
</part>
Attributes
QName Type Fixed Default Use Annotation
id xs:IDREF required
Source
<xs:element name="part" maxOccurs="unbounded">
  <xs:complexType>
    <xs:group ref="music-data"/>
    <xs:attributeGroup ref="part-attributes"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd