<complexType name="GeocodingQOSType">
<annotation>
<appinfo source="ADT.xsd" />
<documentation>Quality of service type</documentation>
</annotation>
<attribute name="accuracy" type="float" use="optional">
<annotation>
<documentation>This is the score (probability) assocaited with the match function</documentation>
</annotation>
</attribute>
<attribute name="matchType" type="string" use="optional">
<annotation>
<documentation>Describes the type of match made by the function, example zip+4</documentation>
</annotation>
</attribute>
</complexType>
|