<classSpec ident="att.xy" module="MEI.shared" type="atts">
<desc>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 org="group">
<attDef ident="x" usage="opt">
<desc>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 maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="y" usage="opt">
<desc>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 maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>