Documentation for FMI Meteorological Objects

Complex Type: ParameterValueAreaType

[Table of contents]

Super-types: gml:RingType < ParameterValueAreaType (by extension)
Sub-types: None
Name ParameterValueAreaType
Used by (from the same schema document) Element ParameterValueArea
Abstract no
XML Instance Representation
<...>
<!-- ' gml:RingType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<metobj:value> xs:double </metobj:value> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="ParameterValueAreaType">
<xs:complexContent>
<xs:extension base=" gml:RingType ">
<xs:sequence>
<xs:element name="parameter" type=" metobj:GeophysicalParameterPropertyType " minOccurs="1" maxOccurs="1"/>
<xs:element name="value" type=" xs:double " minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>