type

Captures the nature of the content of a list. Suggested values include:
1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism

Attribute Information

Used By

Element mei:list

Source

<xs:attribute name="type">
  <xs:annotation>
    <xs:documentation>Captures the nature of the content of a list. Suggested values include: 1] gloss; 2] index; 3] instructions; 4] litany; 5] syllogism</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:NMTOKEN">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="gloss">
            <xs:annotation>
              <xs:documentation>Each list item glosses some term or concept, which is given by a label element preceding the list item.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="index">
            <xs:annotation>
              <xs:documentation>Each list item is an entry in an index such as the alphabetical topical index at the back of a print volume.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="instructions">
            <xs:annotation>
              <xs:documentation>Each list item is a step in a sequence of instructions, as in a recipe.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="litany">
            <xs:annotation>
              <xs:documentation>Each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="syllogism">
            <xs:annotation>
              <xs:documentation>Each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.</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>