complexType ArrayAssociationType
diagram index_p1648.png
namespace http://www.opengis.net/gml
children gml:_Object
used by
element members
annotation
documentation
A base for derived types used to specify complex types containing an array of objects, by unspecified UML association - either composition or aggregation.  An instance of this type contains elements representing Objects.

Ideally this type would be derived by extension of AssociationType. 
However, this leads to a non-deterministic content model, since both the base and the extension have minOccurs="0", and is thus prohibited in XML Schema.
source <xs:complexType name="ArrayAssociationType">
 
<xs:annotation>
   
<xs:documentation>A base for derived types used to specify complex types containing an array of objects, by unspecified UML association - either composition or aggregation.  An instance of this type contains elements representing Objects.

Ideally this type would be derived by extension of AssociationType. 
However, this leads to a non-deterministic content model, since both the base and the extension have minOccurs="0", and is thus prohibited in XML Schema.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="gml:_Object" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy