wordpos

Records the position of a syllable within a word.

Attribute Information

Used By

Source

<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>

Sample