QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
subtype | restriction of xs:token | optional |
|
Attribute Group | tei:att.typed.attributes |
Elements | tei:abbr, tei:correspAction, tei:list, tei:recording, tei:title |
<xs:attributeGroup name="att.typed.attribute.subtype"> <xs:attribute name="subtype"> <xs:annotation> <xs:documentation>provides a sub-categorization of the element, if needed</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> |