tei:att.interpLike.attribute.type

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:token optional
indicates what kind of phenomenon is being noted in the passage. Sample
values include: 1] image; 2] character; 3] theme; 4] allusion

Used By

Source

<xs:attributeGroup name="att.interpLike.attribute.type">
  <xs:attribute name="type">
    <xs:annotation>
      <xs:documentation>indicates what kind of phenomenon is being noted in the passage. Sample values include: 1] image; 2] character; 3] theme; 4] allusion</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>