tei:att.coordinated.attribute.lry

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
lry union of(xs:double, xs:decimal, restriction of xs:token) optional
gives the y coordinate value for the lower right corner of a rectangular
space.

Used By

Source

<xs:attributeGroup name="att.coordinated.attribute.lry">
  <xs:attribute name="lry">
    <xs:annotation>
      <xs:documentation>gives the y 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>
</xs:attributeGroup>