Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type step
Namespace No namespace
Annotations
The step type represents a step of the diatonic scale, represented using the English letters A through G.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration A, B, C, D, E, F, G
Used by
Source
<xs:simpleType name="step">
  <xs:annotation>
    <xs:documentation>The step type represents a step of the diatonic scale, represented using the English letters A through G.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="A"/>
    <xs:enumeration value="B"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="D"/>
    <xs:enumeration value="E"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="G"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd