Definition Type: SimpleType
Name: SurfaceInterpolationType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Documentation:
SurfaceInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an application schema.
Collapse XSD Schema Diagram:
XSD Diagram of SurfaceInterpolationType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<simpleType name="SurfaceInterpolationType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">geometryPrimitives.xsd</appinfo>
        <documentation>SurfaceInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an
application schema.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="none" />
        <enumeration value="planar" />
        <enumeration value="spherical" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration planar
Enumeration spherical