eol

(end-of-line) indicates whether or not end-of-line hyphenation has been
retained in a text.

Attribute Information

Source

<xs:attribute name="eol" default="some">
  <xs:annotation>
    <xs:documentation>(end-of-line) indicates whether or not end-of-line hyphenation has been retained in a text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="all">
        <xs:annotation>
          <xs:documentation>all end-of-line hyphenation has been retained, even though the lineation of the original may not have been.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="some">
        <xs:annotation>
          <xs:documentation>end-of-line hyphenation has been retained in some cases.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hard">
        <xs:annotation>
          <xs:documentation>all soft end-of-line hyphenation has been removed: any remaining end-of-line hyphenation should be retained.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="none">
        <xs:annotation>
          <xs:documentation>all end-of-line hyphenation has been removed: any remaining hyphenation occurred within the line.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample