<complexType name="LocalityPropertyType">
<annotation>
<documentation>PointLocation property choice is depreceated; use LocalCoordinate instead</documentation>
</annotation>
<choice>
<element ref="diggs:Locality" minOccurs="1" maxOccurs="1"/>
<element ref="diggs:PointLocation"/>
</choice>
</complexType>
|