Definition Type: ComplexType
Name: ProcessedLocationType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:LocationABIEType
Containing Schema: LocationService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into LocationServiceMatchCode in schema locationservice_xsd Drilldown into Address in schema components_xsd Drilldown into Coordinate in schema components_xsd Drilldown into Directions in schema fields_xsd Drilldown into Name in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into type in schema components_xsd Drilldown into LocationABIEType in schema components_xsdXSD Diagram of ProcessedLocationType in schema locationservice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
Name nsA:Name 0 unbounded
Directions nsA:Directions 0 (1)
Coordinate nsA:Coordinate 0 (1)
Address nsA:Address 0 unbounded
LocationServiceMatchCode nsA:LocationServiceMatchCode 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ProcessedLocation