<complexType name="MultiGeometryType">
<annotation>
<documentation>
A geometry collection must include one or more geometries, referenced through geometryMember elements.
</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometricAggregateType">
<sequence>
<annotation>
<documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection.
NOTE: Array properties cannot reference remote geometry elements.</documentation>
</annotation>
<element ref="gml:geometryMember" minOccurs="0" maxOccurs="unbounded" />
<element ref="gml:geometryMembers" minOccurs="0" />
</sequence>
</extension>
</complexContent>
</complexType>
|