string-number

The string-number type indicates a string number. Strings are numbered from high to low, with 1 being the highest pitched string.

Simple Type Information

Used By

Complex Type string
Attributes accord/@string, tuning/@string

Source

<xs:simpleType name="string-number">
  <xs:annotation>
    <xs:documentation>The string-number type indicates a string number. Strings are numbered from high to low, with 1 being the highest pitched string.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger"/>
</xs:simpleType>