att.coordinated

This attribute class records the position of a feature within a two-dimensional coordinate system.
Module
Attributes
lrx, lry, rotate, ulx, uly
lrx(optional)Indicates the lower-right corner x coordinate. Value is a positive integer, including 0.
lry(optional)Indicates the lower-right corner y coordinate. Value is a positive integer, including 0.
rotate 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. Value conforms to data.DEGREES.
ulx(optional)Indicates the upper-left corner x coordinate. Value is a positive integer, including 0.
uly(optional)Indicates the upper-left corner y coordinate. Value is a positive integer, including 0.
lrx(optional)Indicates the lower-right corner x coordinate. Value is a positive integer, including 0.
lry(optional)Indicates the lower-right corner y coordinate. Value is a positive integer, including 0.
rotate 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. Value conforms to data.DEGREES.
(MEI.shared) This attribute class records the upper left position of a feature within a two-dimensional coordinate system.
ulx(optional)Indicates the upper-left corner x coordinate. Value is a positive integer, including 0.
uly(optional)Indicates the upper-left corner y coordinate. Value is a positive integer, including 0.
Component declarations that are shared between two or more modules.
lrx(optional)Indicates the lower-right corner x coordinate. Value is a positive integer, including 0.
lry(optional)Indicates the lower-right corner y coordinate. Value is a positive integer, including 0.
rotate 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. Value conforms to data.DEGREES.
ulx(optional)Indicates the upper-left corner x coordinate. Value is a positive integer, including 0.
uly(optional)Indicates the upper-left corner y coordinate. Value is a positive integer, including 0.
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.
symbolDefDeclaration of an individual symbol in a symbolTable.
zoneDefines an area of interest within a surface or graphic file.
Facsimile component declarations.
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.
User-defined symbols component declarations.
symbolDefDeclaration of an individual symbol in a symbolTable.
Declaration
<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>
<classes>
<memberOf key="att.coordinated.ul"/>
</classes>
<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-right corner y 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>
<datatype minOccurs="1" maxOccurs="1">
<rng:ref name="data.DEGREES"/>
</datatype>
<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>