<xs:simpleType name="mei_data.TEXTRENDITIONLIST"> <xs:restriction base="xs:token"> <xs:enumeration value="italic"> <xs:annotation> <xs:documentation>Italicized (slanted to right).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="oblique"> <xs:annotation> <xs:documentation>Oblique (slanted to left).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="smcaps"> <xs:annotation> <xs:documentation>Small capitals.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="bold"> <xs:annotation> <xs:documentation>Relative font weight.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="bolder"> <xs:annotation> <xs:documentation>Relative font weight.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="lighter"> <xs:annotation> <xs:documentation>Relative font weight.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="box"> <xs:annotation> <xs:documentation>Enclosed in box.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="circle"> <xs:annotation> <xs:documentation>Enclosed in ellipse/circle.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="dbox"> <xs:annotation> <xs:documentation>Enclosed in diamond.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="tbox"> <xs:annotation> <xs:documentation>Enclosed in triangle.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="bslash"> <xs:annotation> <xs:documentation>Struck through by '\' (back slash).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="fslash"> <xs:annotation> <xs:documentation>Struck through by '/' (forward slash).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="line-through"> <xs:annotation> <xs:documentation>Struck through by '-'; may be qualified to indicate multiple lines, e.g. line-through(2).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="none"> <xs:annotation> <xs:documentation>Not rendered, invisible.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="overline"> <xs:annotation> <xs:documentation>Line above the text; may be qualified to indicate multiple lines, e.g. overline(3).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="overstrike"> <xs:annotation> <xs:documentation>obscured by other text, such as 'XXXXX'</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="strike"> <xs:annotation> <xs:documentation>Struck through by '-'; equivalent to line-through; may be qualified to indicate multiple lines, e.g. strike(3).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="sub"> <xs:annotation> <xs:documentation>Subscript.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="sup"> <xs:annotation> <xs:documentation>Superscript.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="underline"> <xs:annotation> <xs:documentation>Underlined; may be qualified to indicate multiple lines, e.g. underline(2).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ltr"> <xs:annotation> <xs:documentation>Left-to-right (BIDI embed).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="rtl"> <xs:annotation> <xs:documentation>Right-to-left (BIDI embed).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="lro"> <xs:annotation> <xs:documentation>Left-to-right (BIDI override).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="rlo"> <xs:annotation> <xs:documentation>Right-to-left (BIDI override).</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |