Actual elapsed time offset |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
unit | crd:timeUnitType | s | optional |
<xs:element name="TimeOffset" substitutionGroup="crd:RelativeTime"> <xs:annotation> <xs:documentation>Actual elapsed time offset</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="unit" type="crd:timeUnitType" use="optional" default="s"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |