<complexType name="PropertiesArrayPropertyYype">
<annotation>
<documentation>Property type for containing an array of DIGGS Property objects.</documentation>
</annotation>
<complexContent>
<restriction base="gml:ValueArrayPropertyType">
<sequence maxOccurs="unbounded">
<element ref="diggs:Property"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|