XML Schema Documentation

Complex Type: AveragingObservationList

[Table of contents]

Super-types: None
Sub-types: None
Name AveragingObservationList
Used by (from the same schema document) Complex Type AveragingPeriod
Abstract no
Documentation An un ordered list of weighted averaging observations.
XML Instance Representation
<...>
<averagingObservation> AveragingObservation </averagingObservation> [1..*]

'A single weighted averaging observation.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AveragingObservationList">
<xsd:sequence>
<xsd:element name="averagingObservation" type=" AveragingObservation " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>