Definition Type: ComplexType
Name: TriangulatedSurfaceType
Namespace: http://www.opengis.net/gml
Type: gml:SurfaceType
Containing Schema: geometryPrimitives.xsd
Abstract False
Documentation:
A triangulated surface is a polyhedral surface that is composed only of triangles. There is no restriction on how the triangulation is derived.
Collapse XSD Schema Diagram:
Drilldown into trianglePatches Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into patches Drilldown into uomLabels Drilldown into axisLabels Drilldown into srsDimension Drilldown into srsName Drilldown into gid Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractGeometryType Drilldown into AbstractGeometricPrimitiveType Drilldown into AbstractSurfaceType Drilldown into SurfaceTypeXSD Diagram of TriangulatedSurfaceType
Collapse XSD Schema Code:
<complexType name="TriangulatedSurfaceType">
    <annotation>
        <documentation>A triangulated surface is a polyhedral 

   surface that is composed only of triangles. There is no

   restriction on how the triangulation is derived.</documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:SurfaceType">
            <sequence>
                <group ref="gml:StandardObjectProperties" />
                <element ref="gml:trianglePatches">
                    <annotation>
                        <documentation>This property encapsulates the patches of 

      the triangulated surface.</documentation>
                    </annotation>
                </element>
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
patches gml:patches (1) (1)
trianglePatches gml:trianglePatches (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
axisLabels gml:axisLabels Optional
uomLabels gml:uomLabels Optional
Collapse Derivation Tree:
Collapse References:
gml:TinType, gml:TriangulatedSurface
Collapse Comments:
blog comments powered by Disqus