<xs:attributeGroup name="mei_att.mensur.vis.attribute.form">
<xs:attribute name="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> |