mei:mei_att.sb.vis.attribute.form

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
form restriction of xs:token optional
Indicates whether hash marks should be rendered between systems. See Read,
p. 436, ex. 26-3.

Used By

Source

<xs:attributeGroup name="mei_att.sb.vis.attribute.form">
  <xs:attribute name="form">
    <xs:annotation>
      <xs:documentation>Indicates whether hash marks should be rendered between systems. See Read, p. 436, ex. 26-3.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="hash">
          <xs:annotation>
            <xs:documentation>Display hash marks between systems.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>