mei:mei_att.staffDef.ges.tablature.attribute.tab.strings

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
tab.strings restriction of list of restriction of xs:token optional
Provides a *written* pitch and octave for each open string or course of
strings.

Used By

Source

<xs:attributeGroup name="mei_att.staffDef.ges.tablature.attribute.tab.strings">
  <xs:attribute name="tab.strings">
    <xs:annotation>
      <xs:documentation>Provides a *written* pitch and octave for each open string or course of strings.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:pattern value="[a-g][0-9](s|f|ss|x|ff|xs|sx|ts|tf|n|nf|ns|su|sd|fu|fd|nu|nd|1qf|3qf|1qs|3qs)?([a-g][0-9](s|f|ss|x|ff|xs|sx|ts|tf|n|nf|ns|su|sd|fu|fd|nu|nd|1qf|3qf|1qs|3qs)?)*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>