Definition Type: ComplexType
Name: SimpleTrianglePatchType
Namespace: http://www.opengis.net/gml/3.3/tin
Type: gml:AbstractSurfacePatchType
Containing Schema: tin.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into posList in schema geometrybasic0d1d_xsd Drilldown into pointProperty in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into AbstractSurfacePatchType in schema geometryprimitives_xsd Drilldown into interpolation in schema tin_xsdXSD Diagram of SimpleTrianglePatchType in schema tin_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos gml:pos (1) (1)
pointProperty gml:pointProperty (1) (1)
posList gml:posList (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
interpolation gmltin:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gmltin:SimpleTrianglePatch