type

Characterizes the property name.

Attribute Information

Used By

Element mei:propName

Source

<xs:attribute name="type" use="required">
  <xs:annotation>
    <xs:documentation>Characterizes the property name.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="unicode">
        <xs:annotation>
          <xs:documentation>A registered Unicode normative or informative property name.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="local">
        <xs:annotation>
          <xs:documentation>A locally defined name.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample

< title xmlns = "http://www.tei-c.org/ns/1.0" >

Music Encoding Initiative Guidelines:

< title type = "sub" >

Neumes Customization

</ title>

</ title>