att.visualoffset2.vo

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