Description
The string-number type indicates a string number. Strings are numbered from high to low, with 1 being the highest pitched string.
Derived By
Restricting xs:positiveInteger
Referenced By
Definition
<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>