Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type clef-sign
Namespace No namespace
Annotations
The clef-sign element represents the different clef symbols.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration G, F, C, percussion, TAB, none
Used by
Element clef/sign
Source
<xs:simpleType name="clef-sign">
  <xs:annotation>
    <xs:documentation>The clef-sign element represents the different clef symbols.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="G"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="C"/>
    <xs:enumeration value="percussion"/>
    <xs:enumeration value="TAB"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd