gives the x coordinate value for the lower right corner of a rectangular space. |
Attribute Group | tei:att.coordinated.attribute.lrx |
<xs:attribute name="lrx"> <xs:annotation> <xs:documentation>gives the x coordinate value for the lower right corner of a rectangular space.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:union memberTypes="xs:double xs:decimal"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="(\-?[\d]+/\-?[\d]+)"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> |