<complexType name="AssociationType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">gmlBase.xsd</appinfo>
<documentation> A pattern or base for derived types used to specify complex types corresponding to an unspecified UML association - either composition or aggregation. Restricts the cardinality of Objects contained in the association to a maximum of one. An instance of this type can contain an element representing an Object, or reference one remotely via an xlink:href, but may not do both.
Descendents of this type can be restricted in an application schema to allow only specified classes as valid participants in the aggregation
</documentation>
</annotation>
<sequence minOccurs="0">
<element ref="gml:_Object" />
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
|