<classSpec ident="att.coordinated" module="MEI.shared" type="atts">
<desc>This attribute class records the position of a feature within a two-dimensional coordinate
system.</desc>
<attList org="group">
<attDef ident="ulx" usage="opt">
<desc>Indicates the upper-left corner x coordinate.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="uly" usage="opt">
<desc>Indicates the upper-left corner y coordinate.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="lrx" usage="opt">
<desc>Indicates the lower-right corner x coordinate.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="lry" usage="opt">
<desc>Indicates the lower-left corner x coordinate.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>