Definition Type: ComplexType
Name: GetLocationServiceType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:BusinessObjectDocumentType
Containing Schema: GetLocationService.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into DataArea in schema getlocationservice_xsd Drilldown into ApplicationArea in schema meta_xsd Drilldown into languageCode in schema meta_xsd Drilldown into systemEnvironmentCode in schema meta_xsd Drilldown into versionID in schema meta_xsd Drilldown into releaseID in schema meta_xsd Drilldown into BusinessObjectDocumentType in schema meta_xsdXSD Diagram of GetLocationServiceType in schema getlocationservice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicationArea nsA:ApplicationArea (1) (1)
DataArea nsA:DataArea (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
releaseID nsA:releaseID Required
versionID nsA:versionID Optional
systemEnvironmentCode nsA:systemEnvironmentCode Production Optional
languageCode nsA:languageCode en-US Optional
Collapse Derivation Tree:
Collapse References:
nsA:GetLocationService