Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type symbol-size
Namespace No namespace
Annotations
The symbol-size type is used to indicate full vs. cue-sized vs. oversized symbols. The large value for oversized symbols was added in version 1.1.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration full, cue, large
Used by
Source
<xs:simpleType name="symbol-size">
  <xs:annotation>
    <xs:documentation>The symbol-size type is used to indicate full vs. cue-sized vs. oversized symbols. The large value for oversized symbols was added in version 1.1.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="full"/>
    <xs:enumeration value="cue"/>
    <xs:enumeration value="large"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd