Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element accordion-registration/accordion-high
Namespace No namespace
Annotations
The accordion-high element indicates the presence of a dot in the high (4') section of the registration symbol.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
Source
<xs:element name="accordion-high" type="empty" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The accordion-high element indicates the presence of a dot in the high (4') section of the registration symbol.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element accordion-registration/accordion-middle
Namespace No namespace
Annotations
The accordion-middle element indicates the presence of 1 to 3 dots in the middle (8') section of the registration symbol.
Diagram
Diagram musicxml257.tmp#id61
Type accordion-middle
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 3
minInclusive 1
Source
<xs:element name="accordion-middle" type="accordion-middle" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The accordion-middle element indicates the presence of 1 to 3 dots in the middle (8') section of the registration symbol.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element accordion-registration/accordion-low
Namespace No namespace
Annotations
The accordion-low element indicates the presence of a dot in the low (16') section of the registration symbol.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
Source
<xs:element name="accordion-low" type="empty" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The accordion-low element indicates the presence of a dot in the low (16') section of the registration symbol.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type accordion-registration
Namespace No namespace
Annotations
The accordion-registration type is use for accordion registration symbols. These are circular symbols divided horizontally into high, middle, and low sections that correspond to 4', 8', and 16' pipes. Each accordion-high, accordion-middle, and accordion-low element represents the presence of one or more dots in the registration diagram. An accordion-registration element needs to have at least one of the child elements present.
Diagram
Diagram musicxml6.tmp#id142 musicxml187.tmp#id382 musicxml187.tmp#id383 musicxml187.tmp#id384
Used by
Model accordion-high{0,1} , accordion-middle{0,1} , accordion-low{0,1}
Children accordion-high, accordion-low, accordion-middle
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
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="accordion-registration">
  <xs:annotation>
    <xs:documentation>The accordion-registration type is use for accordion registration symbols. These are circular symbols divided horizontally into high, middle, and low sections that correspond to 4', 8', and 16' pipes. Each accordion-high, accordion-middle, and accordion-low element represents the presence of one or more dots in the registration diagram. An accordion-registration element needs to have at least one of the child elements present.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="accordion-high" type="empty" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The accordion-high element indicates the presence of a dot in the high (4') section of the registration symbol.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="accordion-middle" type="accordion-middle" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The accordion-middle element indicates the presence of 1 to 3 dots in the middle (8') section of the registration symbol.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="accordion-low" type="empty" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The accordion-low element indicates the presence of a dot in the low (16') section of the registration symbol.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="print-style"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd