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(optional) 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(optional) 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(optional) 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
<surface>Defines 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>Declaration of an individual symbol in a symbolTable.
<zone>Defines an area of interest within a <surface> or graphic file.
Facsimile component declarations.
<surface>Defines 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.
<zone>Defines an area of interest within a <surface> or graphic file.
User-defined symbols component declarations.
<symbolDef>Declaration 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" usage="opt">
<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>