Definition Type: ComplexType
Name: PolyhedralSurfaceType
Namespace: http://www.opengis.net/gml
Type: gml:SurfaceType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves. This differs from the surface type only in the restriction on the types of surface patches acceptable.
Collapse XSD Schema Diagram:
Drilldown into polygonPatches in schema geometryprimitives_xsd Drilldown into patches in schema geometryprimitives_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsdXSD Diagram of PolyhedralSurfaceType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="PolyhedralSurfaceType">
    <annotation>
        <documentation>A polyhedral surface is a surface composed
   of polygon surfaces connected along their common boundary 
   curves. This differs from the surface type only in the
   restriction on the types of surface patches acceptable.</documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:SurfaceType">
            <sequence>
                <group ref="gml:StandardObjectProperties" />
                <element ref="gml:polygonPatches">
                    <annotation>
                        <documentation>This property encapsulates the patches of 
      the polyhedral 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)
polygonPatches gml:polygonPatches (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:PolyhedralSurface