mei:mei_att.mensural.vis.attribute.mensur.form

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
mensur.form restriction of xs:token optional
Indicates whether the base symbol is written vertically or
horizontally.

Used By

Source

<xs:attributeGroup name="mei_att.mensural.vis.attribute.mensur.form">
  <xs:attribute name="mensur.form">
    <xs:annotation>
      <xs:documentation>Indicates whether the base symbol is written vertically or horizontally.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="horizontal">
          <xs:annotation>
            <xs:documentation/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="vertical">
          <xs:annotation>
            <xs:documentation/>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>