Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type accordion-middle
Namespace No namespace
Annotations
The accordion-middle type may have values of 1, 2, or 3, corresponding to have 1 to 3 dots in the middle section of the accordion registration symbol.
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
maxInclusive 3
minInclusive 1
Used by
Source
<xs:simpleType name="accordion-middle">
  <xs:annotation>
    <xs:documentation>The accordion-middle type may have values of 1, 2, or 3, corresponding to have 1 to 3 dots in the middle section of the accordion registration symbol.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="3"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd