tei:redo

indicates one or more cancelled interventions in a document which have
subsequently been marked as reaffirmed or repeated. [11.3.4.4. Confirmation, Cancellation,
and Reinstatement of Modifications]

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ana restriction of list of xs:anyURI optional
(analysis) indicates one or more elements containing interpretations of
the element on which the ana attribute appears.
atLeast union of(xs:double, xs:decimal, restriction of xs:token) optional
gives a minimum estimated value for the approximate
measurement.
atMost union of(xs:double, xs:decimal, restriction of xs:token) optional
gives a maximum estimated value for the approximate
measurement.
cause union of(restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
documents the presumed cause for the intervention. Suggested values
include: 1] fix; 2] unclear
cert union of(xs:double, restriction of xs:token) optional
(certainty) signifies the degree of certainty associated with the
intervention or interpretation.
change restriction of list of xs:anyURI optional
points to one or more change elements documenting a state or revision
campaign to which the element bearing this attribute and its children have been assigned
by the encoder.
confidence xs:double optional
specifies the degree of statistical confidence (between zero and one) that
a value falls within the range specified by min and max, or the proportion of observed
values that fall within that range.
copyOf xs:anyURI optional
points to an element of which the current element is a
copy.
corresp restriction of list of xs:anyURI optional
(corresponds) points to elements that correspond to the current element in
some way.
evidence restriction of list of union of(restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
indicates the nature of the evidence supporting the reliability or
accuracy of the intervention or interpretation. Suggested values include: 1] internal; 2]
external; 3] conjecture
exclude restriction of list of xs:anyURI optional
points to elements that are in exclusive alternation with the current
element.
extent xs:string optional
indicates the size of the object concerned using a project-specific
vocabulary combining quantity and units in a single string of words.
facs restriction of list of xs:anyURI optional
(facsimile) points to all or part of an image which corresponds with the
content of the element.
hand xs:anyURI optional
points to a handNote element describing the hand considered responsible
for the textual content of the element concerned.
instant union of(xs:boolean, restriction of xs:token) false optional
indicates whether this is an instant revision or not.
max union of(xs:double, xs:decimal, restriction of xs:token) optional
where the measurement summarizes more than one observation or a range,
supplies the maximum value observed.
min union of(xs:double, xs:decimal, restriction of xs:token) optional
where the measurement summarizes more than one observation or a range,
supplies the minimum value observed.
n xs:string optional
(number) gives a number (or other label) for an element, which is not
necessarily unique within the document.
next xs:anyURI optional
points to the next element of a virtual aggregate of which the current
element is part.
precision restriction of xs:token optional
characterizes the precision of the values specified by the other
attributes.
prev xs:anyURI optional
(previous) points to the previous element of a virtual aggregate of which
the current element is part.
quantity union of(xs:double, xs:decimal, restriction of xs:token) optional
specifies the length in the units specified
rend restriction of list of restriction of xs:token optional
(rendition) indicates how the element in question was rendered or
presented in the source text.
rendition restriction of list of xs:anyURI optional
points to a description of the rendering or presentation used for this
element in the source text.
resp restriction of list of xs:anyURI optional
(responsible party) indicates the agency responsible for the intervention
or interpretation, for example an editor or transcriber.
sameAs xs:anyURI optional
points to an element that is the same as the current
element.
scope restriction of xs:token optional
where the measurement summarizes more than one observation, specifies the
applicability of this measurement. Sample values include: 1] all; 2] most; 3]
range
select restriction of list of xs:anyURI optional
selects one or more alternants; if one alternant is selected, the
ambiguity or uncertainty is marked as resolved. If more than one alternant is selected,
the degree of ambiguity or uncertainty is marked as reduced by the number of alternants
not selected.
seq xs:nonNegativeInteger optional
(sequence) assigns a sequence number related to the order in which the
encoded features carrying this attribute are believed to have occurred.
source restriction of list of xs:anyURI optional
provides a pointer to the bibliographical source from which a quotation or
citation is drawn.
spanTo xs:anyURI optional
indicates the end of a span initiated by the element bearing this
attribute.
status restriction of xs:token unremarkable optional
indicates the effect of the intervention, for example in the case of a
deletion, strikeouts which include too much or too little text, or in the case of an
addition, an insertion which duplicates some of the text already present. Sample values
include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] excessEnd; 5] shortStart;
6] shortEnd; 7] partial; 8] unremarkable
style xs:string optional
contains an expression in some formal style definition language which
defines the rendering or presentation used for this element in the source
text
synch restriction of list of xs:anyURI optional
(synchronous) points to elements that are synchronous with the current
element.
target restriction of list of xs:anyURI optional
points to one or more elements representing the interventions which are
being reasserted.
unit union of(restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
names the unit used for the measurement Suggested values include: 1]
cm(centimetres) ; 2] mm(millimetres) ; 3] in(inches) ; 4] lines; 5] chars(characters)
xml:base xs:anyURI optional
provides a base URI reference with which applications can resolve relative URI references into absolute URI references.
xml:id xs:ID optional
(identifier) provides a unique identifier for the element bearing the attribute.
xml:lang union of(xs:language, restriction of xs:token) optional
(language) indicates the language of the element content using a tag generated according to BCP 47.
xml:space restriction of xs:token optional
signals an intention about how white space should be managed by applications.

Used By

Source

<xs:element name="redo">
  <xs:annotation>
    <xs:documentation>indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="tei:att.global.attributes"/>
    <xs:attributeGroup ref="tei:att.spanning.attributes"/>
    <xs:attributeGroup ref="tei:att.transcriptional.attributes"/>
    <xs:attribute name="target">
      <xs:annotation>
        <xs:documentation>points to one or more elements representing the interventions which are being reasserted.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list itemType="xs:anyURI"/>
          </xs:simpleType>
          <xs:minLength value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample