<classSpec ident="att.coordinated" module="MEI.shared" type="atts">
<desc xml:lang="en">This attribute class records the position of a feature within a two-dimensional coordinate
system.</desc>
<attList>
<attDef ident="lrx" usage="opt">
<desc xml:lang="en">Indicates the lower-right corner x coordinate.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="lry" usage="opt">
<desc xml:lang="en">Indicates the lower-left corner x coordinate.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="rotate">
<desc xml:lang="en">
Indicates the amount by which the contents of this element have been rotated clockwise
or, if applicable, how the orientation of
the element self should be interpreted, with respect to the normal orientation of
the parent surface.
The orientation is expressed in arc degrees.
</desc>
<defaultVal>0</defaultVal>
<remarks xml:lang="en">
<p>This attribute is based on the TEI attribute of the same name.</p>
</remarks>
</attDef>
</attList>
</classSpec>