<complexType name="LocalityPropertyType">
<annotation>
<documentation>Property type for containing either a Locatlity or PointLocation object. PointLocation is specifically used for sample storage locations where coordinates are known, othewise use the Locality object (for Projects, Sampling Features, and Sample storage non-coordinate locations.</documentation>
</annotation>
<choice>
<element ref="diggs:Locality" minOccurs="1" maxOccurs="1"/>
<element ref="diggs:PointLocation"/>
</choice>
</complexType>
|