diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:AbstractGMLType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:members | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="ArrayType"> <xs:annotation> <xs:documentation>A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractGMLType"> <xs:sequence> <xs:element ref="gml:members" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |