| namespace | http://www.opengis.net/gml | |||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="SurfaceInterpolationType"> <xs:annotation> <xs:documentation>SurfaceInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an application schema.</xs:documentation> </xs:annotation> <xs:restriction base="string"> <xs:enumeration value="none"/> <xs:enumeration value="planar"/> <xs:enumeration value="spherical"/> <xs:enumeration value="elliptical"/> <xs:enumeration value="conic"/> <xs:enumeration value="tin"/> <xs:enumeration value="parametricCurve"/> <xs:enumeration value="polynomialSpline"/> <xs:enumeration value="rationalSpline"/> <xs:enumeration value="triangulatedSpline"/> </xs:restriction> </xs:simpleType> |