Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element scordatura/accord
Namespace No namespace
Diagram
Diagram musicxml213.tmp#id380 musicxml191.tmp#id313 musicxml191.tmp#id314 musicxml191.tmp#id315 musicxml191.tmp#id312 musicxml213.tmp#id378
Type accord
Properties
content: complex
maxOccurs: unbounded
Model tuning-step , tuning-alter{0,1} , tuning-octave
Children tuning-alter, tuning-octave, tuning-step
Instance
<accord string="">
  <tuning-step>{1,1}</tuning-step>
  <tuning-alter>{0,1}</tuning-alter>
  <tuning-octave>{1,1}</tuning-octave>
</accord>
Attributes
QName Type Fixed Default Use Annotation
string string-number optional
Source
<xs:element name="accord" type="accord" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type scordatura
Namespace No namespace
Annotations
Scordatura string tunings are represented by a series of accord elements, similar to the staff-tuning elements. Strings are numbered from high to low.
Diagram
Diagram musicxml25.tmp#id475
Used by
Model accord+
Children accord
Source
<xs:complexType name="scordatura">
  <xs:annotation>
    <xs:documentation>Scordatura string tunings are represented by a series of accord elements, similar to the staff-tuning elements. Strings are numbered from high to low.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="accord" type="accord" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd