Documentation for FMI Meteorological Objects

Complex Type: KnownPlaceType

[Table of contents]

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