att.coordinated

This attribute class records the position of a feature within a two-dimensional coordinate system.
Module MEI.shared
Members
surface, symbolDef, zone (direct members of att.coordinated)
Attributes
@lrx(optional)Indicates the lower-right corner x coordinate. Value of datatype nonNegativeInteger. att.coordinated
@lry(optional)Indicates the lower-left corner x coordinate. Value of datatype nonNegativeInteger. att.coordinated
@ulx(optional)Indicates the upper-left corner x coordinate. Value of datatype nonNegativeInteger. att.coordinated
@uly(optional)Indicates the upper-left corner y coordinate. Value of datatype nonNegativeInteger. att.coordinated
Declaration
<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>