<classSpec ident="att.xy2" module="MEI.shared" type="atts">
<desc>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 org="group">
<attDef ident="x2" usage="opt">
<desc>Encodes the optional 2nd x coordinate.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="y2" usage="opt">
<desc>Encodes the optional 2nd y coordinate.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>