tei:att.citing.attribute.to

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
to restriction of xs:token optional
specifies the end-point of the range of units indicated by the unit
attribute.

Used By

Attribute Group tei:att.citing.attributes

Source

<xs:attributeGroup name="att.citing.attribute.to">
  <xs:attribute name="to">
    <xs:annotation>
      <xs:documentation>specifies the end-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>