uly

gives the y coordinate value for the upper left corner of a rectangular
space.

Attribute Information

Used By

Source

<xs:attribute name="uly">
  <xs:annotation>
    <xs:documentation>gives the y coordinate value for the upper left 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>

Sample