XML Schema Documentation

Complex Type: WeightedAveragingObservation

[Table of contents]

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

'Choice between date times for literal date values, and observation numbers for schedule generated observations.'


<dateTime> xsd:dateTime </dateTime> [1]

'Observation date time, which should be used when literal observation dates are required.'

<observationNumber> xsd:positiveInteger </observationNumber> [1]

'Observation number, which should be unique, within a series generated by a date schedule.'

End Choice
<weight> NonNegativeDecimal </weight> [1]

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

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