The string-number type indicates a string number. Strings are numbered from high to low, with 1 being the highest pitched string. |
Complex Type | string |
Attributes | accord/@string, tuning/@string |
<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> |