QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
type | restriction of xs:token | optional |
|
Attribute Group | tei:att.interpLike.attributes |
<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> |