mei:mei_att.meiversion.attribute.meiversion

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
meiversion restriction of xs:token 3.0.0 optional
Specifies a generic MEI version label.

Used By

Source

<xs:attributeGroup name="mei_att.meiversion.attribute.meiversion">
  <xs:attribute name="meiversion" default="3.0.0">
    <xs:annotation>
      <xs:documentation>Specifies a generic MEI version label.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="3.0.0">
          <xs:annotation>
            <xs:documentation>This version of MEI.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>