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
Attributes
@x2, @y2
@x2(optional)Encodes the optional 2nd x coordinate. Value is a decimal number.
@y2(optional)Encodes the optional 2nd y coordinate. Value is a decimal number.
@x2(optional)Encodes the optional 2nd x coordinate. Value is a decimal number.
@y2(optional)Encodes the optional 2nd y coordinate. Value is a decimal number.
@x2(optional)Encodes the optional 2nd x coordinate. Value is a decimal number.
@y2(optional)Encodes the optional 2nd y coordinate. Value is a decimal number.
Available at
<curve>A curved line that cannot be represented by a more specific element, such as a slur.
<line>A visual line that cannot be represented by a more specific; i.e., semantic, element.
<phrase>Indication of 1) a "unified melodic idea" or 2) performance technique.
<phrase>Indication of 1) a "unified melodic idea" or 2) performance technique.
<curve>A curved line that cannot be represented by a more specific element, such as a slur.
<line>A visual line that cannot be represented by a more specific; i.e., semantic, element.
Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" 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>