Documentation for FMI Meteorological Objects

Complex Type: SplineSurfacePatchType

[Table of contents]

Super-types: gml:AbstractSurfacePatchType < SplineSurfacePatchType (by extension)
Sub-types: None
Name SplineSurfacePatchType
Used by (from the same schema document) Element SplineSurfacePatch
Abstract no
XML Instance Representation
<...
interpolation="polynomialSpline [0..1]">
<!-- ' gml:AbstractSurfacePatchType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<gml:exterior> ... </gml:exterior> [0..1]
<gml:interior> ... </gml:interior> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="SplineSurfacePatchType">
<xs:complexContent>
<xs:extension base=" gml:AbstractSurfacePatchType ">
<xs:sequence>
<xs:element ref=" gml:exterior " minOccurs="0"/>
<xs:element ref=" gml:interior " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="interpolation" type=" gml:SurfaceInterpolationType " fixed="polynomialSpline"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>