att.visualoffset2.ho

Horizontal offset requiring a pair of attributes.
Module MEI.shared
Members
Attributes
@endho(optional)Records the horizontal adjustment of a feature's programmatically-determined end point. Value conforms to data.MEASUREMENTREL. att.visualoffset2.ho
@startho(optional)Records the horizontal adjustment of a feature's programmatically-determined start point. Value conforms to data.MEASUREMENTREL. att.visualoffset2.ho
Declaration
<attDef ident="startho" usage="opt">
<desc>Records the horizontal adjustment of a feature's programmatically-determined start point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>
<attDef ident="endho" usage="opt">
<desc>Records the horizontal adjustment of a feature's programmatically-determined end point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>