QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
from | restriction of xs:token | optional |
|
Attribute Group | tei:att.citing.attributes |
<xs:attributeGroup name="att.citing.attribute.from"> <xs:attribute name="from"> <xs:annotation> <xs:documentation>specifies the starting point of the range of units indicated by the unit attribute.</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> |