<classSpec ident="att.xy2" module="MEI.shared" type="atts">
<desc xml:lang="en">Output coordinate attributes. Some elements may need 2 coordinate pairs to record
their
rendered *output* coordinates. The 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="x2" usage="opt">
<desc xml:lang="en">Encodes the optional 2nd x coordinate.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="y2" usage="opt">
<desc xml:lang="en">Encodes the optional 2nd y coordinate.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>