Definition Type: ComplexType
Name: TrianglePatchArrayPropertyType
Namespace: http://www.opengis.net/gml
Type: gml:SurfacePatchArrayPropertyType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
This type defines a container for an array of triangle patches.
Collapse XSD Schema Diagram:
Drilldown into Triangle in schema geometryprimitives_xsd Drilldown into _SurfacePatch in schema geometryprimitives_xsdXSD Diagram of TrianglePatchArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TrianglePatchArrayPropertyType">
    <annotation>
        <documentation>This type defines a container for an array of 
     triangle patches.</documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:SurfacePatchArrayPropertyType">
            <sequence minOccurs="0" maxOccurs="unbounded">
                <element ref="gml:Triangle" />
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_SurfacePatch gml:_SurfacePatch (1) (1)
Triangle gml:Triangle (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:trianglePatches