Records the function of the dot. |
Attribute Group | mei:mei_att.dot.log.attribute.form |
<xs:attribute name="form"> <xs:annotation> <xs:documentation>Records the function of the dot.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="aug"> <xs:annotation> <xs:documentation>Augmentation dot.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="div"> <xs:annotation> <xs:documentation>Dot of division.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> |