mei:mei_att.syl.log.attribute.wordpos

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
wordpos restriction of xs:token optional
Records the position of a syllable within a word.

Used By

Source

<xs:attributeGroup name="mei_att.syl.log.attribute.wordpos">
  <xs:attribute name="wordpos">
    <xs:annotation>
      <xs:documentation>Records the position of a syllable within a word.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="i">
          <xs:annotation>
            <xs:documentation>(initial) first syllable.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="m">
          <xs:annotation>
            <xs:documentation>(medial) neither first nor last syllable.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="t">
          <xs:annotation>
            <xs:documentation>(terminal) last syllable.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>