gml:TriangleType

Complex Type Information

Model

Children: gml:exterior

Attributes

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

Used By

Element gml:Triangle

Source

<complexType name="TriangleType">
  <complexContent>
    <extension base="gml:AbstractSurfacePatchType">
      <sequence>
        <element ref="gml:exterior"/>
      </sequence>
      <attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar"/>
    </extension>
  </complexContent>
</complexType>