<xs:attribute name="type" default="met real">
<xs:annotation>
<xs:documentation>indicates whether the notation conveys the abstract metrical form, its actual prosodic realization, or the rhyme scheme, or some combination thereof.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="met">
<xs:annotation>
<xs:documentation>(met attribute) declaration applies to the abstract metrical form recorded on the met attribute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="real">
<xs:annotation>
<xs:documentation>(real attribute) declaration applies to the actual realization of the conventional metrical structure recorded on the real attribute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="rhyme">
<xs:annotation>
<xs:documentation>declaration applies to the rhyme scheme recorded on the rhyme attribute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration |