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
graphicIndicates the location of an inline graphic.
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.
Figures and tables component declarations.
graphicIndicates the location of an inline graphic.
User-defined symbols component declarations.
symbolDefDeclaration 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>