States whether the line break follows a single line or a line group. |
Element | mei:lb |
<xs:attribute name="func"> <xs:annotation> <xs:documentation>States whether the line break follows a single line or a line group.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="line"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="group"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> |