Definition Type: ComplexType
Name: LocationServiceType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: LocationService.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into ProcessedLocation in schema locationservice_xsd Drilldown into ResultCode in schema fields_xsd Drilldown into Location in schema components_xsdXSD Diagram of LocationServiceType in schema locationservice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Location nsA:Location 0 (1)
ResultCode nsA:ResultCode 0 (1)
ProcessedLocation nsA:ProcessedLocation 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:LocationService