<xs:simpleType name="mei_data.LINESTARTENDSYMBOL"> <xs:restriction base="xs:token"> <xs:enumeration value="angledown"> <xs:annotation> <xs:documentation>90 degree turn down (similar to Unicode 231D at end of line, 231C at start).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="angleup"> <xs:annotation> <xs:documentation>90 degree turn up (similar to Unicode 231F at end of line, 231E at start).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="angleright"> <xs:annotation> <xs:documentation>90 degree turn right (syntactic sugar for "angledown" for vertical or angled lines).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="angleleft"> <xs:annotation> <xs:documentation>90 degree turn left (syntactic sugar for "angleup" for vertical or angled lines).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="arrow"> <xs:annotation> <xs:documentation>Filled, triangular arrowhead (similar to SMuFL U+EB78).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="arrowopen"> <xs:annotation> <xs:documentation>Open triangular arrowhead (similar to SMuFL U+EB8A).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="arrowwhite"> <xs:annotation> <xs:documentation>Unfilled, triangular arrowhead (similar to SMuFL U+EB82).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="harpoonleft"> <xs:annotation> <xs:documentation>Harpoon-shaped arrowhead left of line (similar to arrowhead of Unicode U+21BD).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="harpoonright"> <xs:annotation> <xs:documentation>Harpoon-shaped arrowhead right of line (similar to arrowhead of Unicode U+21BC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="none"> <xs:annotation> <xs:documentation>No start symbol.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |