att.coordinated

This attribute class records the position of a feature within a two-dimensional coordinate system.
Module
MEI.shared
Attributes
lrx, lry, ulx, uly
lrx(optional)Indicates the lower-right corner x coordinate. Value of datatype nonNegativeInteger.
lry(optional)Indicates the lower-left corner x coordinate. Value of datatype nonNegativeInteger.
ulx(optional)Indicates the upper-left corner x coordinate. Value of datatype nonNegativeInteger.
uly(optional)Indicates the upper-left corner y coordinate. Value of datatype nonNegativeInteger.
ulx(optional)Indicates the upper-left corner x coordinate. Value of datatype nonNegativeInteger.
uly(optional)Indicates the upper-left corner y coordinate. Value of datatype nonNegativeInteger.
lrx(optional)Indicates the lower-right corner x coordinate. Value of datatype nonNegativeInteger.
lry(optional)Indicates the lower-left corner x coordinate. Value of datatype nonNegativeInteger.
Component declarations that are shared between two or more modules.
lrx(optional)Indicates the lower-right corner x coordinate. Value of datatype nonNegativeInteger.
lry(optional)Indicates the lower-left corner x coordinate. Value of datatype nonNegativeInteger.
ulx(optional)Indicates the upper-left corner x coordinate. Value of datatype nonNegativeInteger.
uly(optional)Indicates the upper-left corner y coordinate. Value of datatype nonNegativeInteger.
Available at
surfaceDefines a writing surface in terms of a rectangular coordinate space, optionally grouping one or more graphic representations of that space, and rectangular zones of interest within it.
symbolDef(symbol definition) – Declaration of an individual symbol in a symbolTable.
zoneDefines an area of interest within a surface or graphic file.
surfaceDefines a writing surface in terms of a rectangular coordinate space, optionally grouping one or more graphic representations of that space, and rectangular zones of interest within it.
zoneDefines an area of interest within a surface or graphic file.
symbolDef(symbol definition) – Declaration of an individual symbol in a symbolTable.
Declaration
<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>