<xs:simpleType name="mei_data.BARPLACE"> <xs:restriction base="xs:token"> <xs:enumeration value="mensur"> <xs:annotation> <xs:documentation>Between staves only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="staff"> <xs:annotation> <xs:documentation>Between and across staves as necessary.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="takt"> <xs:annotation> <xs:documentation>Short line above staff or through top line.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |