<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="att.xy" module="MEI.shared" type="atts">
<desc xml:lang="en">Output coordinate attributes. Some elements may have their exact rendered *output*
coordinates recorded. x and y attributes indicate where to place the rendered output.
Recording the coordinates of a feature in a facsimile requires the use of the facs
attribute.</desc>
<attList>
<attDef ident="x" usage="opt">
<desc xml:lang="en">Encodes an x coordinate for a feature in an output coordinate system. When it is
necessary to record the placement of a feature in a facsimile image, use the facs
attribute.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="y" usage="opt">
<desc xml:lang="en">Encodes a y coordinate for a feature in an output coordinate system. When it is
necessary to record the placement of a feature in a facsimile image, use the facs
attribute.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>