Documentation for FMI Meteorological Objects

Complex Type: ConnectionPointType

[Table of contents]

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