TimeValue

Element Information

Model

Children: Timestamp

Attributes

QName Type Fixed Default Use Inheritable Annotation
index INT-NUMBER optional
standardError REAL-NUMBER optional
time NUMBER optional
value REAL-NUMBER required

Used By

Source

<xs:element name="TimeValue">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Timestamp" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="index" type="INT-NUMBER" use="optional"/>
    <xs:attribute name="time" type="NUMBER" use="optional"/>
    <xs:attribute name="value" type="REAL-NUMBER" use="required"/>
    <xs:attribute name="standardError" type="REAL-NUMBER" use="optional"/>
  </xs:complexType>
</xs:element>

Sample