complexType PolygonPatchArrayPropertyType
diagram index_p1541.png
namespace http://www.opengis.net/gml
type restriction of gml:SurfacePatchArrayPropertyType
properties
base gml:SurfacePatchArrayPropertyType
children gml:PolygonPatch
used by
element polygonPatches
annotation
documentation
This type defines a container for an array of
   polygon patches.
source <xs:complexType name="PolygonPatchArrayPropertyType">
 
<xs:annotation>
   
<xs:documentation>This type defines a container for an array of
   polygon patches.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="gml:SurfacePatchArrayPropertyType">
     
<xs:sequence minOccurs="0" maxOccurs="unbounded">
       
<xs:element ref="gml:PolygonPatch"/>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy