<xsd:complexType name="LocationServiceType">
<xsd:annotation>
<xsd:documentation>A Location Service provides communication between Business Applications and other applications that are considered authoritative data sources for validating, correcting, geocoding or enriching location information.
A location service request can request multiple locations to be processed. Also each service request response can have multiple locations returned.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Location" minOccurs="0" />
<xsd:element ref="ResultCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>ResultCode represents the overall response or result of the service request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ProcessedLocation" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|