att.coordinated.ul

This attribute class records the upper left position of a feature within a two-dimensional coordinate system.
Module
Attributes
@ulx, @uly
@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.
@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.
@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
<graphic>Indicates the location of an inline graphic.
<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.
Figures and tables component declarations.
<graphic>Indicates the location of an inline graphic.
User-defined symbols component declarations.
<symbolDef>Declaration of an individual symbol in a symbolTable.
Declaration
<classSpec ident="att.coordinated.ul" module="MEI.shared" type="atts">
<desc xml:lang="en">This attribute class records the upper left position of a feature within a two-dimensional coordinate system.</desc>
<attList>
<attDef ident="ulx" usage="opt">
<desc xml:lang="en">Indicates the upper-left corner x coordinate.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="uly" usage="opt">
<desc xml:lang="en">Indicates the upper-left corner y coordinate.</desc>
<datatype>
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>