<complexType name="GeometryAssociationType">
<annotation>
<documentation>
An instance of this type (e.g. a geometryMember) can either
enclose or point to a primitive geometry element. When serving
as a simple link that references a remote geometry instance,
the value of the gml:remoteSchema attribute can be used to
locate a schema fragment that constrains the target instance.
</documentation>
</annotation>
<sequence minOccurs="0">
<element ref="gml:_Geometry" />
</sequence>
<attributeGroup ref="xlink:simpleLink" />
<attribute ref="gml:remoteSchema" use="optional" />
<!-- <attributeGroup ref="gml:AssociationAttributeGroup"/> -->
</complexType>
|