<xsd:complexType name="GetLocationServiceType">
<xsd:annotation>
<xsd:documentation>The purpose of ReceiveLocationService is to enable a mechanism to ensure that the physical location owned by the business applications are validated, geocoded, and standardized by the location service providers. This BOD may also be initiated by the service provider in response to receiving a request for a particular service such as geocoding, address validation, etc. There are many possible business applications in several environments that may use this capability. For example, the customer management, the supplier management, or HRMS business applications could use this to communicate Location information to location service providers.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BusinessObjectDocumentType">
<xsd:sequence>
<xsd:element name="DataArea" type="GetLocationServiceDataAreaType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis">Is where the information that the BOD message carries is provided, in this case ReceiveLocationService. The information consists of a Verb and one or more Nouns. The verb (Receive) indicates the action to be performed on the Noun (LocationService).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|