<xs:attribute name="form">
<xs:annotation>
<xs:documentation>Form of the encoded incipit. Suggested values include: 1] plaineAndEasie; 2] humdrumKern; 3] parsons</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:NMTOKEN">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="plaineAndEasie">
<xs:annotation>
<xs:documentation>Plaine & Easie Code.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="humdrumKern">
<xs:annotation>
<xs:documentation>Humdrum Kern format.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="parsons">
<xs:annotation>
<xs:documentation>Parsons code.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute> |