QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
interpolation | gml:SurfaceInterpolationType | planar | optional |
Element | gml:PolygonPatch |
<complexType name="PolygonPatchType"> <complexContent> <extension base="gml:AbstractSurfacePatchType"> <sequence> <element ref="gml:exterior" minOccurs="0"/> <element ref="gml:interior" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar"/> </extension> </complexContent> </complexType> |