type

Characterizes the element in some sense, using any convenient
classification scheme or typology. Suggested values include: 1] person; 2] corporation;
3] location; 4] process; 5] style; 6] time

Attribute Information

Used By

Element mei:name

Source

<xs:attribute name="type">
  <xs:annotation>
    <xs:documentation>Characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] person; 2] corporation; 3] location; 4] process; 5] style; 6] time</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:NMTOKEN">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="person">
            <xs:annotation>
              <xs:documentation>A personal name.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="corporation">
            <xs:annotation>
              <xs:documentation>Name of a corporate body.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="location">
            <xs:annotation>
              <xs:documentation>Name of a location.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="process">
            <xs:annotation>
              <xs:documentation>Name of a process or software application.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="style">
            <xs:annotation>
              <xs:documentation>Name of a musical style; i.e., form, genre, technique, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="time">
            <xs:annotation>
              <xs:documentation>Name of a period of time.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </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>