crd:TimeOffset

Actual elapsed time offset

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
unit crd:timeUnitType s optional

Source

<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>

Sample