QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
interpolation | gml:SurfaceInterpolationType | planar | optional |
Element | gmltin:SimpleTrianglePatch |
<complexType name="SimpleTrianglePatchType"> <complexContent> <extension base="gml:AbstractSurfacePatchType"> <sequence> <choice> <choice minOccurs="3" maxOccurs="3"> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> </choice> <element ref="gml:posList"/> </choice> </sequence> <attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar"/> </extension> </complexContent> </complexType> |