Definition Type: ComplexType
Name: TriangleType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSurfacePatchType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
Represents a triangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be four.
Collapse XSD Schema Diagram:
Drilldown into exterior in schema geometrybasic2d_xsd Drilldown into AbstractSurfacePatchType in schema geometryprimitives_xsd Drilldown into interpolation in schema geometryprimitives_xsdXSD Diagram of TriangleType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TriangleType">
    <annotation>
        <documentation>Represents a triangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be four.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractSurfacePatchType">
            <sequence>
                <element ref="gml:exterior">
                    <annotation>
                        <documentation>
								Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.
							</documentation>
                    </annotation>
                </element>
            </sequence>
            <attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar">
                <annotation>
                    <documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exterior gml:exterior (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
interpolation gml:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gml:Triangle