Documentation for FMI Meteorological Objects

Complex Type: ValidTimePerioidType

[Table of contents]

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