mei:mei_att.dot.log.attribute.form

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
form restriction of xs:token optional
Records the function of the dot.

Used By

Source

<xs:attributeGroup name="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>
</xs:attributeGroup>