tei:att.textCritical.attribute.cause

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
cause restriction of xs:token optional
classifies the cause for the variant reading, according to any appropriate
typology of possible origins. Sample values include: 1] homeoteleuton; 2] homeoarchy; 3]
paleographicConfusion; 4] haplography; 5] dittography; 6]
falseEmendation

Used By

Source

<xs:attributeGroup name="att.textCritical.attribute.cause">
  <xs:attribute name="cause">
    <xs:annotation>
      <xs:documentation>classifies the cause for the variant reading, according to any appropriate typology of possible origins. Sample values include: 1] homeoteleuton; 2] homeoarchy; 3] paleographicConfusion; 4] haplography; 5] dittography; 6] falseEmendation</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>