<xs:attribute name="scope">
<xs:annotation>
<xs:documentation>specifies how widely this hand is used in the manuscript.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="sole">
<xs:annotation>
<xs:documentation>only this hand is used throughout the manuscript</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="major">
<xs:annotation>
<xs:documentation>this hand is used through most of the manuscript</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="minor">
<xs:annotation>
<xs:documentation>this hand is used occasionally in the manuscript</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |