complexType "WeightedAveragingObservation"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
averagingObservation
Known Usage Locations
Annotation
A single weighted averaging observation.
XML Source (w/o annotations (5); see within schema source)
<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>
Content Element Detail (all declarations; defined within this component only; 3/3)
dateTime
Type:
xsd:dateTime, predefined, simple content
Observation date time, which should be used when literal observation dates are required.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dateTime" type="xsd:dateTime"/>

observationNumber
Type:
xsd:positiveInteger, predefined, simple content
Observation number, which should be unique, within a series generated by a date schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationNumber" type="xsd:positiveInteger"/>

weight
Type:
NonNegativeDecimal, simple content
Observation weight, which is used as a multiplier for the observation value.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="weight" type="NonNegativeDecimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.