gmltin:SimpleTrianglePatchType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
interpolation gml:SurfaceInterpolationType planar optional

Used By

Source

<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>