XML Schema Documentation

Complex Type: AveragingObservation

[Table of contents]

Super-types: None
Sub-types: None
Name AveragingObservation
Used by (from the same schema document) Complex Type AveragingObservationList
Abstract no
Documentation A single weighted averaging observation.
XML Instance Representation
<...>
<dateTime> xsd:dateTime </dateTime> [1]

'Observation date time.'

<weight> NonNegativeDecimal </weight> [1]

'Observation weight, which is used as a multiplier for the observation value.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AveragingObservation">
<xsd:sequence>
<xsd:element name="dateTime" type=" xsd:dateTime "/>
<xsd:element name="weight" type=" NonNegativeDecimal "/>
</xsd:sequence>
</xsd:complexType>