att.visualoffset2.to

Horizontal offset attributes requiring a pair of attributes specified in terms of time.
Module MEI.shared
Members
Attributes
@endto(optional)Records a timestamp adjustment of a feature's programmatically-determined end point. Value conforms to data.TSTAMPOFFSET. att.visualoffset2.to
@startto(optional)Records a timestamp adjustment of a feature's programmatically-determined start point. Value conforms to data.TSTAMPOFFSET. att.visualoffset2.to
Declaration
<attDef ident="startto" usage="opt">
<desc>Records a timestamp adjustment of a feature's programmatically-determined start point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.TSTAMPOFFSET" />
</datatype>
</attDef>
<attDef ident="endto" usage="opt">
<desc>Records a timestamp adjustment of a feature's programmatically-determined end point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.TSTAMPOFFSET" />
</datatype>
</attDef>