<xs:complexType name="PlaceType">
<xs:choice maxOccurs="unbounded">
<xs:element ref="geographicIdentifier"/>
<xs:element ref="boundingBox"/>
<xs:element ref="boundingGeometry"/>
<xs:element ref="postalAddress"/>
<xs:element ref="verticalExtent"/>
</xs:choice>
</xs:complexType> |