<classSpec ident="att.coordinated.ul" module="MEI.shared" type="atts">
<desc xml:lang="en">This attribute class records the upper left position of a feature within a two-dimensional
coordinate
system.</desc>
<attList>
<attDef ident="ulx" usage="opt">
<desc xml:lang="en">Indicates the upper-left corner x coordinate.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="uly" usage="opt">
<desc xml:lang="en">Indicates the upper-left corner y coordinate.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>