QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
function | restriction of xs:token | optional |
|
Attribute Group | tei:att.segLike.attributes |
<xs:attributeGroup name="att.segLike.attribute.function"> <xs:attribute name="function"> <xs:annotation> <xs:documentation>characterizes the function of the segment.</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> |