tei:att.global.linking.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
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.
next xs:anyURI optional
points to the next element of a virtual aggregate of which the current
element is part.
prev xs:anyURI optional
(previous) points to the previous element of a virtual aggregate of which
the current element is part.
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.
synch restriction of list of xs:anyURI optional
(synchronous) points to elements that are synchronous with the current
element.

Used By

Attribute Group tei:att.global.attributes

Source

<xs:attributeGroup name="att.global.linking.attributes">
  <xs:attributeGroup ref="tei:att.global.linking.attribute.corresp"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.synch"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.sameAs"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.copyOf"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.next"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.prev"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.exclude"/>
  <xs:attributeGroup ref="tei:att.global.linking.attribute.select"/>
</xs:attributeGroup>