Documentation for fieldgml

Complex Type: PolygonPatchArrayPropertyType

[Table of contents]

Super-types: SurfacePatchArrayPropertyType < PolygonPatchArrayPropertyType (by restriction)
Sub-types: None
Name PolygonPatchArrayPropertyType
Abstract no
Documentation This type defines a container for an array of polygon patches.
XML Instance Representation
<...>
Start Sequence [0..*]
End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="PolygonPatchArrayPropertyType">
<complexContent>
<restriction base=" gml:SurfacePatchArrayPropertyType ">
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" gml:PolygonPatch "/>
</sequence>
</restriction>
</complexContent>
</complexType>