Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element frame-note/string
Namespace No namespace
Diagram
Diagram musicxml82.tmp#id69 musicxml6.tmp#id142 musicxml7.tmp#id131 musicxml160.tmp#id254
Type string
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="string" type="string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element frame-note/fret
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml234.tmp#id240
Type fret
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="fret" type="fret"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element frame-note/fingering
Namespace No namespace
Diagram
Diagram musicxml12.tmp#id237 musicxml12.tmp#id238 musicxml6.tmp#id142 musicxml7.tmp#id131 musicxml12.tmp#id236
Type fingering
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
alternate yes-no optional
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
substitution yes-no optional
Source
<xs:element name="fingering" type="fingering" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element frame-note/barre
Namespace No namespace
Diagram
Diagram musicxml169.tmp#id386 musicxml2.tmp#id102 musicxml169.tmp#id385
Type barre
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
color color optional
type start-stop required
Source
<xs:element name="barre" type="barre" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type frame-note
Namespace No namespace
Annotations
The frame-note type represents each note included in the frame.  An open string will have a fret value of 0, while a muted string will not be associated with a frame-note element.
Diagram
Diagram musicxml220.tmp#id521 musicxml220.tmp#id522 musicxml220.tmp#id523 musicxml220.tmp#id524
Used by
Model string , fret , fingering{0,1} , barre{0,1}
Children barre, fingering, fret, string
Source
<xs:complexType name="frame-note">
  <xs:annotation>
    <xs:documentation>The frame-note type represents each note included in the frame. An open string will have a fret value of 0, while a muted string will not be associated with a frame-note element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="string" type="string"/>
    <xs:element name="fret" type="fret"/>
    <xs:element name="fingering" type="fingering" minOccurs="0"/>
    <xs:element name="barre" type="barre" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd