Documentation for FMI Meteorological Objects

Complex Type: MeteorologicalObjectMetaDataType

[Table of contents]

Super-types: gml:AbstractMetaDataType < MeteorologicalObjectMetaDataType (by extension)
Sub-types: None
Name MeteorologicalObjectMetaDataType
Used by (from the same schema document) Element MeteorologicalObjectMetaData
Abstract no
XML Instance Representation
<...>
<!-- Mixed content -->
<!-- ' gml:AbstractMetaDataType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dc:title> ... </dc:title> [0..1]
<dc:creator> ... </dc:creator> [0..1]
<dc:subject> ... </dc:subject> [0..1]
<dc:description> ... </dc:description> [0..1]
<dc:publisher> ... </dc:publisher> [0..1]
<dc:contributor> ... </dc:contributor> [0..1]
<dc:date> ... </dc:date> [0..1]
<dc:type> ... </dc:type> [0..1]
<dc:format> ... </dc:format> [0..1]
<dc:identifier> ... </dc:identifier> [0..1]
<dc:source> ... </dc:source> [0..1]
<dc:language> ... </dc:language> [0..1]
<dc:relation> ... </dc:relation> [0..1]
<dc:coverage> ... </dc:coverage> [0..1]
<dc:rights> ... </dc:rights> [0..1]
<metobj:keyword> metobj:meteorologicalKeywordType </metobj:keyword> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="MeteorologicalObjectMetaDataType" mixed="true">
<xs:complexContent>
<xs:extension base=" gml:AbstractMetaDataType ">
<xs:sequence>
<xs:element ref=" dc:title " minOccurs="0"/>
<xs:element ref=" dc:creator " minOccurs="0"/>
<xs:element ref=" dc:subject " minOccurs="0"/>
<xs:element ref=" dc:description " minOccurs="0"/>
<xs:element ref=" dc:publisher " minOccurs="0"/>
<xs:element ref=" dc:contributor " minOccurs="0"/>
<xs:element ref=" dc:date " minOccurs="0"/>
<xs:element ref=" dc:type " minOccurs="0"/>
<xs:element ref=" dc:format " minOccurs="0"/>
<xs:element ref=" dc:identifier " minOccurs="0"/>
<xs:element ref=" dc:source " minOccurs="0"/>
<xs:element ref=" dc:language " minOccurs="0"/>
<xs:element ref=" dc:relation " minOccurs="0"/>
<xs:element ref=" dc:coverage " minOccurs="0"/>
<xs:element ref=" dc:rights " minOccurs="0"/>
<xs:element name="keyword" type=" metobj:meteorologicalKeywordType " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>