<complexType name="MultiGeometryPropertyType">
<annotation>
<documentation>A property that has a geometric aggregate as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.</documentation>
</annotation>
<sequence minOccurs="0">
<element ref="gml:AbstractGeometricAggregate" />
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup" />
<attributeGroup ref="gml:OwnershipAttributeGroup" />
</complexType>
|