Documentation for FMI Meteorological Objects

Simple Type: timeInterpolationMethodType

[Table of contents]

Super-types: xs:string < timeInterpolationMethodType (by restriction)
Sub-types: None
Name timeInterpolationMethodType
Used by (from the same schema document) Complex Type timeInterpolationType
Content
  • Base XSD Type: string
  • value comes from list: {'linear'|'nearest-neighbour'}
Diagram
Schema Component Representation
<xs:simpleType name="timeInterpolationMethodType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="linear"/>
<xs:enumeration value="nearest-neighbour"/>
</xs:restriction>
</xs:simpleType>