Documentation for FMI Meteorological Objects

Complex Type: GeophysicalParameterType

[Table of contents]

Super-types: gml:AbstractGMLType < GeophysicalParameterType (by extension)
Sub-types: None
Name GeophysicalParameterType
Used by (from the same schema document) Element GeophysicalParameter
Abstract no
XML Instance Representation
<...>
<!-- ' gml:AbstractGMLType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<metobj:abbreviation> metobj:shortStringType </metobj:abbreviation> [0..1]
<metobj:reference> metobj:catalogReferenceType </metobj:reference> [0..*]
<metobj:aggregation> metobj:timeAggregationType </metobj:aggregation> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="GeophysicalParameterType">
<xs:complexContent>
<xs:extension base=" gml:AbstractGMLType ">
<xs:sequence>
<xs:element name="name" type=" metobj:longLocalizedStringType " minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="abbreviation" type=" metobj:shortStringType " minOccurs="0" maxOccurs="1"/>
<xs:element name="reference" type=" metobj:catalogReferenceType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="aggregation" type=" metobj:timeAggregationType " minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>