diagram | ![]() |
||
namespace | http://www.opengis.net/gml | ||
type | restriction of gml:SurfacePatchArrayPropertyType | ||
properties |
|
||
children | gml:PolygonPatch | ||
used by |
|
||
annotation |
|
||
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> |