<xs:attribute name="reh.enclose">
<xs:annotation>
<xs:documentation>Describes the enclosing shape for rehearsal marks.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="box">
<xs:annotation>
<xs:documentation>Enclosed by box.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="circle">
<xs:annotation>
<xs:documentation>Enclosed by circle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="none">
<xs:annotation>
<xs:documentation>No enclosing shape.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |