specifies the end-point of the location in a normalized form, typically as a page number. |
<xs:attribute name="to"> <xs:annotation> <xs:documentation>specifies the end-point of the location in a normalized form, typically as a page number.</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> |