tei:damageSpan

(damaged span of text) marks the beginning of a longer sequence of text
which is damaged in some way but still legible. [11.3.3.1. Damage, Illegibility, and
Supplied Text]

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
agent restriction of xs:token optional
categorizes the cause of the damage, if it can be identified. Sample
values include: 1] rubbing; 2] mildew; 3] smoke
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.
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.
degree union of(xs:double, restriction of xs:token) optional
provides a coded representation of the degree of damage, either as a
number between 0 (undamaged) and 1 (very extensively damaged), or as one of the codes
high, medium, low, or unknown. The damage element with the degree attribute should only be
used where the text may be read with some confidence; text supplied from other sources
should be tagged as supplied.
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.
group xs:nonNegativeInteger optional
assigns an arbitrary number to each stretch of damage regarded as forming
part of the same physical phenomenon.
hand xs:anyURI optional
points to a handNote element describing the hand considered responsible
for the textual content of the element concerned.
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.
spanTo xs:anyURI optional
indicates the end of a span initiated by the element bearing this
attribute.
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
subtype restriction of xs:token optional
provides a sub-categorization of the element, if needed
synch restriction of list of xs:anyURI optional
(synchronous) points to elements that are synchronous with the current
element.
type restriction of xs:token optional
characterizes the element in some sense, using any convenient
classification scheme or typology.
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

Element Group tei:model.global.edit

Source

<xs:element name="damageSpan">
  <xs:annotation>
    <xs:documentation>(damaged span of text) marks the beginning of a longer sequence of text which is damaged in some way but still legible. [11.3.3.1. Damage, Illegibility, and Supplied Text]</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="tei:att.global.attributes"/>
    <xs:attributeGroup ref="tei:att.damaged.attributes"/>
    <xs:attributeGroup ref="tei:att.typed.attributes"/>
    <xs:attributeGroup ref="tei:att.spanning.attributes"/>
  </xs:complexType>
</xs:element>

Sample