gradual

indicates whether the writing is revealed all at once or
gradually.

Attribute Information

Used By

Element tei:writing

Source

<xs:attribute name="gradual">
  <xs:annotation>
    <xs:documentation>indicates whether the writing is revealed all at once or gradually.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:boolean">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="unknown"/>
          <xs:enumeration value="inapplicable"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>

Sample