<complexType name="ValueArrayPropertyType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">valueObjects.xsd</appinfo>
<documentation>GML property which refers to, or contains, a set of homogeneously typed Values.
PwD 2006-01-07 derive from gml:AssociationType
</documentation>
</annotation>
<!-- <complexContent>
<restriction base="gml:AssociationType"> -->
<sequence>
<group ref="gml:Value" maxOccurs="unbounded" />
</sequence>
<!-- </restriction>
</complexContent> -->
</complexType>
|