Documentation for fieldgml

Complex Type: InterpolationMethodType

[Table of contents]

Super-types: None
Sub-types: None
Name InterpolationMethodType
Used by (from the same schema document) Complex Type FieldType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<Kriging> KrigingType </Kriging> [1]
<NearestNeighbour> NearestNeighbourType </NearestNeighbour> [1]
<IDW> IDWType </IDW> [1]
<NaturalNeighbour> NaturalNeighbourType </NaturalNeighbour> [1]
<RST> RSTType </RST> [1]
<Piecewise> PiecewiseType </Piecewise> [1]
<MathFunction> xs:string </MathFunction> [1]
<Bilinear> BilinearType </Bilinear> [1]
<Trilinear> TrilinearType </Trilinear> [1]
End Choice
</...>
Diagram
h-339078094 h-651312834 h1458228209 h1063394131 h1282493448 h1402135175 h876303499 h-174865531
Schema Component Representation
<xs:complexType name="InterpolationMethodType">
<xs:choice>
<xs:element name="Kriging" type=" KrigingType "/>
<xs:element name="NearestNeighbour" type=" NearestNeighbourType "/>
<xs:element name="IDW" type=" IDWType "/>
<xs:element name="NaturalNeighbour" type=" NaturalNeighbourType "/>
<xs:element name="RST" type=" RSTType "/>
<xs:element name="Piecewise" type=" PiecewiseType "/>
<xs:element name="MathFunction" type=" xs:string "/>
<xs:element name="Bilinear" type=" BilinearType "/>
<xs:element name="Trilinear" type=" TrilinearType "/>
</xs:choice>
</xs:complexType>