<!--
** OAGISĀ® Revision: 9.0 **
** Date: 08 April 2005 **
** Copyright 1998-2005, All Rights Reserved **
This is an OAGISĀ® BOD XML Schema (XSD) Definition.
License information for this file is provided in the file **2005 OAGi License Agreement.txt** that is provided with this download package.
For support, more information, or to report implementation bugs, please contact the Open Applications Group at xml@openapplications.org.
XML Schema
Name: \OAGIS\9.0\Resources\Nouns\LocationService.xsd
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.openapplications.org/oagis/9" targetNamespace="http://www.openapplications.org/oagis/9" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:include schemaLocation="../Components/Common/Components.xsd"/>
<xsd:element name="LocationService" type="LocationServiceType"/>
<xsd:element name="ProcessedLocation" type="ProcessedLocationType">
<xsd:annotation>
<xsd:documentation>The resulting location(s) after processing. A Match Code is returned for each location that has been processed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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>
<xsd:complexType name="ProcessedLocationType">
<xsd:complexContent>
<xsd:extension base="LocationABIEType">
<xsd:sequence>
<xsd:element ref="LocationServiceMatchCode" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>MatchCode represents the response or result for each location in the service request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="LocationServiceMatchCode" type="CodeType">
<xsd:annotation>
<xsd:documentation>MatchCode represents the response or result for each location in the service request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>
|