tei:interaction

describes the extent, cardinality and nature of any interaction among those
producing and experiencing the text, for example in the form of response or interjection,
commentary, etc. [15.2.1. The Text Description]

Element Information

Model

(tei:hi) | tei:foreign | tei:emph | tei:distinct | tei:mentioned | tei:soCalled | tei:gloss | tei:term | tei:title | tei:code | tei:ident | tei:catchwords | tei:dimensions | tei:heraldry | tei:locus | tei:locusGrp | tei:material | tei:objectType | tei:origDate | tei:origPlace | tei:secFol | tei:signatures | tei:stamp | tei:watermark | tei:choice | tei:abbr | tei:expan | tei:ex | tei:am | tei:subst | tei:ptr | tei:ref | tei:att | tei:gi | tei:tag | tei:val | tei:date | tei:time | tei:num | tei:measure | tei:measureGrp | tei:dim | tei:height | tei:depth | tei:width | tei:geo | tei:email | tei:address | tei:affiliation | tei:name | tei:orgName | tei:persName | tei:offset | tei:geogFeat | tei:placeName | tei:bloc | tei:country | tei:region | tei:district | tei:settlement | tei:geogName | tei:climate | tei:location | tei:population | tei:state | tei:terrain | tei:trait | tei:rs | tei:lang | tei:idno | tei:surname | tei:forename | tei:genName | tei:nameLink | tei:addName | tei:roleName | tei:index | tei:span | tei:spanGrp | tei:interp | tei:interpGrp | tei:precision | tei:certainty | tei:respons | tei:fs | tei:fLib | tei:fvLib | tei:link | tei:linkGrp | tei:timeline | tei:join | tei:joinGrp | tei:alt | tei:altGrp | tei:substJoin | tei:listTranspose | tei:milestone | tei:gb | tei:pb | tei:lb | tei:cb | tei:anchor | tei:fw | tei:note | tei:witDetail | tei:gap | tei:app | tei:addSpan | tei:damageSpan | tei:delSpan | tei:space | tei:notatedMusic | tei:figure | tei:pause | tei:vocal | tei:kinesic | tei:incident | tei:writing | tei:shift | tei:metamark

Attributes

QName Type Fixed Default Use Inheritable Annotation
active union of(restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
specifies the number of active participants (or addressors)
producing parts of the text. Suggested values include: 1] singular; 2] plural; 3]
corporate; 4] unknown
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.
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.
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.
exclude restriction of list of xs:anyURI optional
points to elements that are in exclusive alternation with the current
element.
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.
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.
passive 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
specifies the number of passive participants (or addressees) to whom
a text is directed or in whose presence it is created or performed. Suggested values
include: 1] self; 2] single; 3] many; 4] group; 5] world
prev xs:anyURI optional
(previous) points to the previous element of a virtual aggregate of which
the current element is part.
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.
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.
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.
type restriction of xs:token optional
specifies the degree of interaction between active and passive
participants in the text.
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 tei:textDesc

Source

<xs:element name="interaction">
  <xs:annotation>
    <xs:documentation>describes the extent, cardinality and nature of any interaction among those producing and experiencing the text, for example in the form of response or interjection, commentary, etc. [15.2.1. The Text Description]</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tei:macro.phraseSeq.limited">
        <xs:attributeGroup ref="tei:att.global.attributes"/>
        <xs:attribute name="type">
          <xs:annotation>
            <xs:documentation>specifies the degree of interaction between active and passive participants in the text.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="none">
                <xs:annotation>
                  <xs:documentation>no interaction of any kind, e.g. a monologue</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="partial">
                <xs:annotation>
                  <xs:documentation>some degree of interaction, e.g. a monologue with set responses</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="complete">
                <xs:annotation>
                  <xs:documentation>complete interaction, e.g. a face to face conversation</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="inapplicable">
                <xs:annotation>
                  <xs:documentation>this parameter is inappropriate or inapplicable in this case</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="active">
          <xs:annotation>
            <xs:documentation>specifies the number of active participants (or addressors) producing parts of the text. Suggested values include: 1] singular; 2] plural; 3] corporate; 4] unknown</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:union>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="singular">
                    <xs:annotation>
                      <xs:documentation>a single addressor</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="plural">
                    <xs:annotation>
                      <xs:documentation>many addressors</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="corporate">
                    <xs:annotation>
                      <xs:documentation>a corporate addressor</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="unknown">
                    <xs:annotation>
                      <xs:documentation>number of addressors unknown or unspecifiable</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:union>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="passive">
          <xs:annotation>
            <xs:documentation>specifies the number of passive participants (or addressees) to whom a text is directed or in whose presence it is created or performed. Suggested values include: 1] self; 2] single; 3] many; 4] group; 5] world</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:union>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="self">
                    <xs:annotation>
                      <xs:documentation>text is addressed to the originator e.g. a diary</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="single">
                    <xs:annotation>
                      <xs:documentation>text is addressed to one other person e.g. a personal letter</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="many">
                    <xs:annotation>
                      <xs:documentation>text is addressed to a countable number of others e.g. a conversation in which all participants are identified</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="group">
                    <xs:annotation>
                      <xs:documentation>text is addressed to an undefined but fixed number of participants e.g. a lecture</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="world">
                    <xs:annotation>
                      <xs:documentation>text is addressed to an undefined and indeterminately large number e.g. a published book</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:union>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample