att.xy2

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.
Module MEI.shared
Members
curve (direct member of att.xy2)
Attributes
@x2(optional)Encodes the optional 2nd x coordinate. Value of datatype decimal. att.xy2
@y2(optional)Encodes the optional 2nd y coordinate. Value of datatype decimal. att.xy2
Declaration
<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>