chromium/tools/metrics/histograms/metadata/autofill/enums.xml

<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<!--

This file describes the enumerations referenced by entries in histograms.xml for
this directory. Some enums may instead be listed in the central enums.xml file
at src/tools/metrics/histograms/enums.xml when multiple files use them.

For best practices on writing enumerations descriptions, see
https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Enum-Histograms

Please follow the instructions in the OWNERS file in this directory to find a
reviewer. If no OWNERS file exists, please consider signing up at
go/reviewing-metrics (Googlers only), as all subdirectories are expected to
have an OWNERS file. As a last resort you can send the CL to
[email protected].
-->

<histogram-configuration>

<!-- Enum types -->

<enums>

<enum name="AndroidAutofillAvailabilityStatus">
  <summary>
    Describes whether Android Autofill was available. If not, it splits the
    reasons why. Only one reason is recorded (e.g. the pref isn't checked if a
    policy makes it impossible to set the pref).
  </summary>
  <int value="0" label="Available and turned on in Chrome settings"/>
  <int value="1" label="Not allowed by policy"/>
  <int value="2" label="Android OS version is too old"/>
  <int value="3" label="The system's AutofillManager is not available"/>
  <int value="4" label="The system does not support autofill"/>
  <int value="5" label="The system's AutofillService cannot be determined."/>
  <int value="6" label="The user chose Google to as AutofillService"/>
  <int value="7" label="The user turned the Chrome setting off"/>
</enum>

<enum name="AndroidAutofillPrefillRequestState">
  <summary>
    Describes the state of a prefill request for a given, cacheable, form.
  </summary>
  <int value="0"
      label="Prefill request sent, view structure provided, bottom sheet
             shown."/>
  <int value="1"
      label="Prefill request sent, view structure provided, bottom sheet not
             shown."/>
  <int value="2" label="Prefill request sent, view structure not provided."/>
  <int value="3" label="Prefill request sent but form changed."/>
  <int value="4"
      label="Prefill request not sent - maximum number of prefill requests
             reached."/>
  <int value="5" label="Prefill request not sent - not enough time."/>
</enum>

<enum name="AufofillStructuredTokenVerificationStatus">
  <int value="0" label="No Status"/>
  <int value="1" label="Parsed"/>
  <int value="2" label="Formatted"/>
  <int value="3" label="Observed"/>
  <int value="4" label="User-Verified"/>
  <int value="5" label="Server-Parsed"/>
</enum>

<enum name="AutocompleteEvents">
  <int value="0" label="Suggestions Shown"/>
  <int value="1" label="Suggestion Selected"/>
  <int value="2" label="Suggestion Deleted"/>
</enum>

<enum name="AutofillAddNewAddressPromptOutcome">
  <summary>
    Describes the user's decision on the 'And new address' prompt.
  </summary>
  <int value="0" label="Accepted and saved a new address."/>
  <int value="1" label="Canceled explicitly or ignored"/>
</enum>

<enum name="AutofillAddressProfileImportCountrySpecificFieldRequirement">
  <int value="0" label="All required fields present"/>
  <int value="1" label="Missing: ZIP"/>
  <int value="2" label="Missing: State"/>
  <int value="3" label="Missing: Zip, State"/>
  <int value="4" label="Missing: City"/>
  <int value="5" label="Missing: Zip, City"/>
  <int value="6" label="Missing: State, City"/>
  <int value="7" label="Missing: ZIP, State, City"/>
  <int value="8" label="Missing: Line1"/>
  <int value="9" label="Missing: Line1, ZIP"/>
  <int value="10" label="Missing: Line1, State"/>
  <int value="11" label="Missing: Line1, Zip, State"/>
  <int value="12" label="Missing: Line1, City"/>
  <int value="13" label="Missing: Line1, Zip, City"/>
  <int value="14" label="Missing: Line1, State, City"/>
  <int value="15" label="Missing: Line1, ZIP, State, City"/>
</enum>

<enum name="AutofillAddressProfileImportRequirement">
  <int value="0" label="Email is unique: Fulfilled"/>
  <int value="1" label="Email is unique: Violated"/>
  <int value="2" label="No invalid field types: Fulfilled"/>
  <int value="3" label="No invalid field types: Violated"/>
  <int value="4" label="City requirement: Fulfilled"/>
  <int value="5" label="City requirement: Violated"/>
  <int value="6" label="State requirement: Fulfilled"/>
  <int value="7" label="State requirement: Violated"/>
  <int value="8" label="ZIP requirement: Fulfilled"/>
  <int value="9" label="ZIP requirement: Violated"/>
  <int value="10" label="Valid email: Fulfilled"/>
  <int value="11" label="Valid email: Violated"/>
  <int value="12"
      label="Valid country: Fulfilled (Since 113 no longer required, but
             still emitted)"/>
  <int value="13"
      label="Valid country: Violated (Since 113 no longer required, but still
             emitted)"/>
  <int value="14" label="Valid state: Fulfilled"/>
  <int value="15" label="Valid state: Violated"/>
  <int value="16" label="Valid ZIP: Fulfilled"/>
  <int value="17" label="Valid ZIP: Violated"/>
  <int value="18"
      label="Valid phone: Fulfilled (Since 107 no longer required. Replaced
             by Autofill.ProfileImport.PhoneNumberParsed)"/>
  <int value="19"
      label="Valid phone: Violated (Since 107 no longer required. Replaced by
             Autofill.ProfileImport.PhoneNumberParsed)"/>
  <int value="20" label="Overall: Fulfilled"/>
  <int value="21" label="Overall: Violated"/>
  <int value="22" label="Line1 requirement: Fulfilled"/>
  <int value="23" label="Line1 requirement: Violated"/>
  <int value="24" label="ZIP or state requirement: Fulfilled"/>
  <int value="25" label="ZIP or state requirement: Violated"/>
  <int value="26" label="Line1 or house number requirement: Fulfilled"/>
  <int value="27" label="Line1 or house number requirement: Violated"/>
  <int value="28" label="Deprecated full name requirement: Fulfilled"/>
  <int value="29" label="Deprecated full name requirement: Violated"/>
  <int value="30" label="No synthesized types: Fulfilled"/>
  <int value="31" label="No synthesized types: Violated"/>
</enum>

<enum name="AutofillAddressProfileImportStatus">
  <int value="0" label="No import"/>
  <int value="1" label="Regular import"/>
  <int value="2" label="Import with section union"/>
</enum>

<enum name="AutofillAwGSuggestionAvailability">
  <int value="0" label="No suggestion"/>
  <int value="1" label="Has suggestion, user doesn't select it"/>
  <int value="2" label="Has suggestion, user selects it"/>
</enum>

<enum name="AutofillCardholderNameFixFlowPromptEvent">
  <int value="0" label="Shown"/>
  <int value="1" label="Accepted"/>
  <int value="2" label="Dismissed"/>
  <int value="3" label="Closed without user interaction"/>
</enum>

<enum name="AutofillCardUnmaskAuthenticationSelectionDialogResult">
  <int value="0" label="Unspecified"/>
  <int value="1" label="User canceled before selecting a challenge option"/>
  <int value="2"
      label="User canceled after selecting a challenge option, while the
             dialog was in pending state"/>
  <int value="3"
      label="A challenge option was selected and the server returned success"/>
  <int value="4"
      label="A challenge option was selected and the server returned failure"/>
  <int value="5"
      label="A challenge option was selected and the user clicked accept. No
             server call is necessary."/>
</enum>

<enum name="AutofillCardUploadDecisionMetric">
  <int value="0" label="Upload offered"/>
  <int value="1" label="CVC field not detected"/>
  <int value="2" label="CVC value not filled in detected CVC field"/>
  <int value="3" label="Invalid CVC value in detected CVC field"/>
  <int value="4"
      label="CVC field not detected, found possible CVC value in another
             field"/>
  <int value="5" label="No address profile available"/>
  <int value="6"
      label="No recently used or recently modified address profile available"/>
  <int value="7" label="Address profile available but without zip code"/>
  <int value="8"
      label="Address profiles available but had conflicting zip codes"/>
  <int value="9" label="Name not found on card or address profiles"/>
  <int value="10" label="Card and/or addresses had conflicting names"/>
  <int value="11" label="Get upload details RPC failed"/>
  <int value="12" label="User requested to provide cardholder name"/>
  <int value="13" label="Max strikes, did not show infobar (mobile only)"/>
  <int value="14" label="User requested to provide expiration date"/>
  <int value="15" label="Upload was offered for a non-focusable form"/>
  <int value="16" label="Card was not in a supported bin range"/>
  <int value="17" label="Upload was offered for a dynamic form"/>
  <int value="18" label="Invalid legal message detected"/>
</enum>

<enum name="AutofillCardUploadEnabled">
  <int value="0" label="Sync service is null"/>
  <int value="1" label="Sync service throws a persistent auth error"/>
  <int value="2"
      label="Sync service missing AUTOFILL_WALLET_DATA active data type"/>
  <int value="3" label="kAutofill is not among the UserSelectableTypes"/>
  <int value="4"
      label="(Obsolete) Account wallet storage upload disabled (Deprecated in
             M78)."/>
  <int value="5" label="User has an explicit sync passphrase"/>
  <int value="6" label="Local sync is enabled"/>
  <int value="7"
      label="(Obsolete) Payments integration user setting is disabled (Never
             recorded)."/>
  <int value="8" label="(Obsolete) User email is empty"/>
  <int value="9"
      label="(Obsolete) User is logged into an unsupported domain (Deprecated
             by an M117 launch)."/>
  <int value="10"
      label="(Obsolete) Card upload feature flag disabled (Deprecated in M96,
             replaced by values 12, 13, and 14)."/>
  <int value="11"
      label="(Obsolete) Success, card upload enabled (Deprecated in M96,
             replaced by values 12, 13, and 14)."/>
  <int value="12" label="User is in an unlaunched/unsupported country"/>
  <int value="13" label="Success, card upload enabled for the user's country"/>
  <int value="14" label="Success, card upload enabled by the Finch config"/>
</enum>

<enum name="AutofillCategoryResolvedFillingAssistance">
  <int value="0" label="Autofill was not used"/>
  <int value="1" label="Only kLocalOrSyncable profiles were used"/>
  <int value="2"
      label="Only kAccount profiles originating from Chrome were used"/>
  <int value="3"
      label="Only kAccount profiles originating from outside Chrome were used"/>
  <int value="4" label="Profiles from different categories were used."/>
</enum>

<enum name="AutofillCategoryResolvedFillingReadiness">
  <int value="0" label="No profiles available"/>
  <int value="1" label="Only kLocalOrSyncable profiles available"/>
  <int value="2"
      label="Only kAccount profiles originating from Chrome available"/>
  <int value="3"
      label="Only kAccount profiles originating from outside Chrome available"/>
  <int value="4" label="Profiles from different categories available."/>
</enum>

<enum name="AutofillCreditCardAuthenticationEvents">
  <int value="0" label="Prompt shown"/>
  <int value="1" label="Prompt completed"/>
  <int value="2" label="Form submitted"/>
</enum>

<enum name="AutofillCreditCardInfoBar">
  <int value="0" label="Shown"/>
  <int value="1" label="Accepted"/>
  <int value="2" label="Denied"/>
  <int value="3" label="Ignored"/>
  <int value="4" label="NotShown, invalid legal message"/>
</enum>

<enum name="AutofillCreditCardOfferSelection">
  <int value="0" label="Selected card without offer"/>
  <int value="1" label="Selected card with offer"/>
</enum>

<enum name="AutofillCreditCardOfferSubmission">
  <int value="0" label="Submitted card without offer"/>
  <int value="1" label="Submitted card with offer"/>
</enum>

<enum name="AutofillCreditCardOfferSuggestion">
  <int value="0" label="No cards with offer suggested"/>
  <int value="1" label="Card with offer suggested"/>
</enum>

<enum name="AutofillCreditCardPreflightCallEvent">
  <int value="0" label="Preflight returned first"/>
  <int value="1" label="Card chosen first"/>
  <int value="2" label="Preflight call ignored"/>
</enum>

<enum name="AutofillCreditCardSaveFlowResult">
  <int value="0" label="Accepted"/>
  <int value="1" label="Denied"/>
  <int value="2" label="Ignored"/>
  <int value="3"
      label="Interacted then ignored (user didn't explicitly cancel/accept)"/>
</enum>

<enum name="AutofillCreditCardSeamlessnessBitmask">
  <summary>
    A bitmask indicating which credit card field types were autofilled.
  </summary>
  <int value="1" label=":-( -name, -num, -exp, +cvc"/>
  <int value="2" label=":-( -name, -num, +exp, -cvc"/>
  <int value="3" label=":-( -name, -num, +exp, +cvc"/>
  <int value="4" label=":-( -name, +num, -exp, -cvc"/>
  <int value="5" label=":-( -name, +num, -exp, +cvc"/>
  <int value="6" label=":-) -name, +num, +exp, -cvc"/>
  <int value="7" label=":-) -name, +num, +exp, +cvc"/>
  <int value="8" label=":-( +name, -num, -exp, -cvc"/>
  <int value="9" label=":-( +name, -num, -exp, +cvc"/>
  <int value="10" label=":-( +name, -num, +exp, -cvc"/>
  <int value="11" label=":-( +name, -num, +exp, +cvc"/>
  <int value="12" label=":-( +name, +num, -exp, -cvc"/>
  <int value="13" label=":-| +name, +num, -exp, +cvc"/>
  <int value="14" label=":-) +name, +num, +exp, -cvc"/>
  <int value="15" label=":-D +name, +num, +exp, +cvc"/>
</enum>

<enum name="AutofillCreditCardUnmaskDecisionMetric">
  <int value="0" label="WebAuthn only"/>
  <int value="1" label="CVC followed by WebAuthn"/>
</enum>

<enum name="AutofillCreditCardUserPerceivedLatencyFollowUp">
  <int value="0" label="User-perceived latency followed by WebAuthn"/>
  <int value="1" label="User-perceived latency followed by CVC fallback"/>
</enum>

<enum name="AutofillCreditCardWebauthnOptInParameters">
  <int value="0" label="Fetching challenge"/>
  <int value="1" label="Creating new credential"/>
  <int value="2" label="Using existing credential"/>
</enum>

<enum name="AutofillCreditCardWebauthnResultMetric">
  <int value="0" label="Success"/>
  <int value="1" label="Other error"/>
  <int value="2" label="Not-Allowed error"/>
</enum>

<enum name="AutofillCvcAuthEvent">
  <int value="0" label="Unknown result"/>
  <int value="1" label="CVC auth succeeded"/>
  <int value="2" label="CVC auth failed due to flow being cancelled"/>
  <int value="3"
      label="CVC auth failed due to auth error in UnmaskCard request"/>
  <int value="4"
      label="CVC auth failed due to virtual card retrieval error in
             UnmaskCard request"/>
  <int value="5"
      label="CVC auth failed due to technical reason, such as closing the
             page or lack of network connection"/>
  <int value="6"
      label="CVC auth temporarily failed due to the CVC being incorrect"/>
  <int value="7"
      label="CVC auth temporarily failed due to the card being expired"/>
</enum>

<enum name="AutofillDataUtilization">
  <int value="0" label="Not autofilled"/>
  <int value="1" label="Autofilled"/>
</enum>

<enum name="AutofillDataUtilizationByFieldType">
<!-- Generated from components/autofill/core/browser/field_types.h.
Called by update_autofill_enums.py.-->

  <int value="0"
      label="NO_SERVER_DATA: Not autofilled or autofilled value edited"/>
  <int value="1" label="NO_SERVER_DATA: Autofilled value accepted"/>
  <int value="64"
      label="UNKNOWN_TYPE: Not autofilled or autofilled value edited"/>
  <int value="65" label="UNKNOWN_TYPE: Autofilled value accepted"/>
  <int value="128"
      label="EMPTY_TYPE: Not autofilled or autofilled value edited"/>
  <int value="129" label="EMPTY_TYPE: Autofilled value accepted"/>
  <int value="192"
      label="NAME_FIRST: Not autofilled or autofilled value edited"/>
  <int value="193" label="NAME_FIRST: Autofilled value accepted"/>
  <int value="256"
      label="NAME_MIDDLE: Not autofilled or autofilled value edited"/>
  <int value="257" label="NAME_MIDDLE: Autofilled value accepted"/>
  <int value="320"
      label="NAME_LAST: Not autofilled or autofilled value edited"/>
  <int value="321" label="NAME_LAST: Autofilled value accepted"/>
  <int value="384"
      label="NAME_MIDDLE_INITIAL: Not autofilled or autofilled value edited"/>
  <int value="385" label="NAME_MIDDLE_INITIAL: Autofilled value accepted"/>
  <int value="448"
      label="NAME_FULL: Not autofilled or autofilled value edited"/>
  <int value="449" label="NAME_FULL: Autofilled value accepted"/>
  <int value="512"
      label="NAME_SUFFIX: Not autofilled or autofilled value edited"/>
  <int value="513" label="NAME_SUFFIX: Autofilled value accepted"/>
  <int value="576"
      label="EMAIL_ADDRESS: Not autofilled or autofilled value edited"/>
  <int value="577" label="EMAIL_ADDRESS: Autofilled value accepted"/>
  <int value="640"
      label="PHONE_HOME_NUMBER: Not autofilled or autofilled value edited"/>
  <int value="641" label="PHONE_HOME_NUMBER: Autofilled value accepted"/>
  <int value="704"
      label="PHONE_HOME_CITY_CODE: Not autofilled or autofilled value edited"/>
  <int value="705" label="PHONE_HOME_CITY_CODE: Autofilled value accepted"/>
  <int value="768"
      label="PHONE_HOME_COUNTRY_CODE: Not autofilled or autofilled value
             edited"/>
  <int value="769" label="PHONE_HOME_COUNTRY_CODE: Autofilled value accepted"/>
  <int value="832"
      label="PHONE_HOME_CITY_AND_NUMBER: Not autofilled or autofilled value
             edited"/>
  <int value="833"
      label="PHONE_HOME_CITY_AND_NUMBER: Autofilled value accepted"/>
  <int value="896"
      label="PHONE_HOME_WHOLE_NUMBER: Not autofilled or autofilled value
             edited"/>
  <int value="897" label="PHONE_HOME_WHOLE_NUMBER: Autofilled value accepted"/>
  <int value="1920"
      label="ADDRESS_HOME_LINE1: Not autofilled or autofilled value edited"/>
  <int value="1921" label="ADDRESS_HOME_LINE1: Autofilled value accepted"/>
  <int value="1984"
      label="ADDRESS_HOME_LINE2: Not autofilled or autofilled value edited"/>
  <int value="1985" label="ADDRESS_HOME_LINE2: Autofilled value accepted"/>
  <int value="2048"
      label="ADDRESS_HOME_APT_NUM: Not autofilled or autofilled value edited"/>
  <int value="2049" label="ADDRESS_HOME_APT_NUM: Autofilled value accepted"/>
  <int value="2112"
      label="ADDRESS_HOME_CITY: Not autofilled or autofilled value edited"/>
  <int value="2113" label="ADDRESS_HOME_CITY: Autofilled value accepted"/>
  <int value="2176"
      label="ADDRESS_HOME_STATE: Not autofilled or autofilled value edited"/>
  <int value="2177" label="ADDRESS_HOME_STATE: Autofilled value accepted"/>
  <int value="2240"
      label="ADDRESS_HOME_ZIP: Not autofilled or autofilled value edited"/>
  <int value="2241" label="ADDRESS_HOME_ZIP: Autofilled value accepted"/>
  <int value="2304"
      label="ADDRESS_HOME_COUNTRY: Not autofilled or autofilled value edited"/>
  <int value="2305" label="ADDRESS_HOME_COUNTRY: Autofilled value accepted"/>
  <int value="3264"
      label="CREDIT_CARD_NAME_FULL: Not autofilled or autofilled value edited"/>
  <int value="3265" label="CREDIT_CARD_NAME_FULL: Autofilled value accepted"/>
  <int value="3328"
      label="CREDIT_CARD_NUMBER: Not autofilled or autofilled value edited"/>
  <int value="3329" label="CREDIT_CARD_NUMBER: Autofilled value accepted"/>
  <int value="3392"
      label="CREDIT_CARD_EXP_MONTH: Not autofilled or autofilled value edited"/>
  <int value="3393" label="CREDIT_CARD_EXP_MONTH: Autofilled value accepted"/>
  <int value="3456"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR: Not autofilled or autofilled value
             edited"/>
  <int value="3457"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR: Autofilled value accepted"/>
  <int value="3520"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR: Not autofilled or autofilled value
             edited"/>
  <int value="3521"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR: Autofilled value accepted"/>
  <int value="3584"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR: Not autofilled or autofilled
             value edited"/>
  <int value="3585"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR: Autofilled value accepted"/>
  <int value="3648"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR: Not autofilled or autofilled
             value edited"/>
  <int value="3649"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR: Autofilled value accepted"/>
  <int value="3712"
      label="CREDIT_CARD_TYPE: Not autofilled or autofilled value edited"/>
  <int value="3713" label="CREDIT_CARD_TYPE: Autofilled value accepted"/>
  <int value="3776"
      label="CREDIT_CARD_VERIFICATION_CODE: Not autofilled or autofilled
             value edited"/>
  <int value="3777"
      label="CREDIT_CARD_VERIFICATION_CODE: Autofilled value accepted"/>
  <int value="3840"
      label="COMPANY_NAME: Not autofilled or autofilled value edited"/>
  <int value="3841" label="COMPANY_NAME: Autofilled value accepted"/>
  <int value="3904"
      label="FIELD_WITH_DEFAULT_VALUE: Not autofilled or autofilled value
             edited"/>
  <int value="3905"
      label="FIELD_WITH_DEFAULT_VALUE: Autofilled value accepted"/>
  <int value="4672"
      label="MERCHANT_EMAIL_SIGNUP: Not autofilled or autofilled value edited"/>
  <int value="4673" label="MERCHANT_EMAIL_SIGNUP: Autofilled value accepted"/>
  <int value="4736"
      label="MERCHANT_PROMO_CODE: Not autofilled or autofilled value edited"/>
  <int value="4737" label="MERCHANT_PROMO_CODE: Autofilled value accepted"/>
  <int value="4800"
      label="PASSWORD: Not autofilled or autofilled value edited"/>
  <int value="4801" label="PASSWORD: Autofilled value accepted"/>
  <int value="4864"
      label="ACCOUNT_CREATION_PASSWORD: Not autofilled or autofilled value
             edited"/>
  <int value="4865"
      label="ACCOUNT_CREATION_PASSWORD: Autofilled value accepted"/>
  <int value="4928"
      label="ADDRESS_HOME_STREET_ADDRESS: Not autofilled or autofilled value
             edited"/>
  <int value="4929"
      label="ADDRESS_HOME_STREET_ADDRESS: Autofilled value accepted"/>
  <int value="5056"
      label="ADDRESS_HOME_SORTING_CODE: Not autofilled or autofilled value
             edited"/>
  <int value="5057"
      label="ADDRESS_HOME_SORTING_CODE: Autofilled value accepted"/>
  <int value="5184"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: Not autofilled or autofilled
             value edited"/>
  <int value="5185"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: Autofilled value accepted"/>
  <int value="5312"
      label="ADDRESS_HOME_LINE3: Not autofilled or autofilled value edited"/>
  <int value="5313" label="ADDRESS_HOME_LINE3: Autofilled value accepted"/>
  <int value="5440"
      label="NOT_ACCOUNT_CREATION_PASSWORD: Not autofilled or autofilled
             value edited"/>
  <int value="5441"
      label="NOT_ACCOUNT_CREATION_PASSWORD: Autofilled value accepted"/>
  <int value="5504"
      label="USERNAME: Not autofilled or autofilled value edited"/>
  <int value="5505" label="USERNAME: Autofilled value accepted"/>
  <int value="5568"
      label="USERNAME_AND_EMAIL_ADDRESS: Not autofilled or autofilled value
             edited"/>
  <int value="5569"
      label="USERNAME_AND_EMAIL_ADDRESS: Autofilled value accepted"/>
  <int value="5632"
      label="NEW_PASSWORD: Not autofilled or autofilled value edited"/>
  <int value="5633" label="NEW_PASSWORD: Autofilled value accepted"/>
  <int value="5696"
      label="PROBABLY_NEW_PASSWORD: Not autofilled or autofilled value edited"/>
  <int value="5697" label="PROBABLY_NEW_PASSWORD: Autofilled value accepted"/>
  <int value="5760"
      label="NOT_NEW_PASSWORD: Not autofilled or autofilled value edited"/>
  <int value="5761" label="NOT_NEW_PASSWORD: Autofilled value accepted"/>
  <int value="5824"
      label="CREDIT_CARD_NAME_FIRST: Not autofilled or autofilled value
             edited"/>
  <int value="5825" label="CREDIT_CARD_NAME_FIRST: Autofilled value accepted"/>
  <int value="5888"
      label="CREDIT_CARD_NAME_LAST: Not autofilled or autofilled value edited"/>
  <int value="5889" label="CREDIT_CARD_NAME_LAST: Autofilled value accepted"/>
  <int value="5952"
      label="PHONE_HOME_EXTENSION: Not autofilled or autofilled value edited"/>
  <int value="5953" label="PHONE_HOME_EXTENSION: Autofilled value accepted"/>
  <int value="6080"
      label="CONFIRMATION_PASSWORD: Not autofilled or autofilled value edited"/>
  <int value="6081" label="CONFIRMATION_PASSWORD: Autofilled value accepted"/>
  <int value="6144"
      label="AMBIGUOUS_TYPE: Not autofilled or autofilled value edited"/>
  <int value="6145" label="AMBIGUOUS_TYPE: Autofilled value accepted"/>
  <int value="6208"
      label="SEARCH_TERM: Not autofilled or autofilled value edited"/>
  <int value="6209" label="SEARCH_TERM: Autofilled value accepted"/>
  <int value="6272" label="PRICE: Not autofilled or autofilled value edited"/>
  <int value="6273" label="PRICE: Autofilled value accepted"/>
  <int value="6336"
      label="NOT_PASSWORD: Not autofilled or autofilled value edited"/>
  <int value="6337" label="NOT_PASSWORD: Autofilled value accepted"/>
  <int value="6400"
      label="SINGLE_USERNAME: Not autofilled or autofilled value edited"/>
  <int value="6401" label="SINGLE_USERNAME: Autofilled value accepted"/>
  <int value="6464"
      label="NOT_USERNAME: Not autofilled or autofilled value edited"/>
  <int value="6465" label="NOT_USERNAME: Autofilled value accepted"/>
  <int value="6592"
      label="ADDRESS_HOME_STREET_NAME: Not autofilled or autofilled value
             edited"/>
  <int value="6593"
      label="ADDRESS_HOME_STREET_NAME: Autofilled value accepted"/>
  <int value="6656"
      label="ADDRESS_HOME_HOUSE_NUMBER: Not autofilled or autofilled value
             edited"/>
  <int value="6657"
      label="ADDRESS_HOME_HOUSE_NUMBER: Autofilled value accepted"/>
  <int value="6720"
      label="ADDRESS_HOME_SUBPREMISE: Not autofilled or autofilled value
             edited"/>
  <int value="6721" label="ADDRESS_HOME_SUBPREMISE: Autofilled value accepted"/>
  <int value="6784"
      label="ADDRESS_HOME_OTHER_SUBUNIT: Not autofilled or autofilled value
             edited"/>
  <int value="6785"
      label="ADDRESS_HOME_OTHER_SUBUNIT: Autofilled value accepted"/>
  <int value="6848"
      label="NAME_LAST_FIRST: Not autofilled or autofilled value edited"/>
  <int value="6849" label="NAME_LAST_FIRST: Autofilled value accepted"/>
  <int value="6912"
      label="NAME_LAST_CONJUNCTION: Not autofilled or autofilled value edited"/>
  <int value="6913" label="NAME_LAST_CONJUNCTION: Autofilled value accepted"/>
  <int value="6976"
      label="NAME_LAST_SECOND: Not autofilled or autofilled value edited"/>
  <int value="6977" label="NAME_LAST_SECOND: Autofilled value accepted"/>
  <int value="7040"
      label="NAME_HONORIFIC_PREFIX: Not autofilled or autofilled value edited"/>
  <int value="7041" label="NAME_HONORIFIC_PREFIX: Autofilled value accepted"/>
  <int value="7296"
      label="ADDRESS_HOME_ADDRESS: Not autofilled or autofilled value edited"/>
  <int value="7297" label="ADDRESS_HOME_ADDRESS: Autofilled value accepted"/>
  <int value="7360"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: Not autofilled or autofilled
             value edited"/>
  <int value="7361"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: Autofilled value accepted"/>
  <int value="7424"
      label="ADDRESS_HOME_FLOOR: Not autofilled or autofilled value edited"/>
  <int value="7425" label="ADDRESS_HOME_FLOOR: Autofilled value accepted"/>
  <int value="7744"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX: Not autofilled or
             autofilled value edited"/>
  <int value="7745"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX: Autofilled value
             accepted"/>
  <int value="7808"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX: Not autofilled
             or autofilled value edited"/>
  <int value="7809"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX: Autofilled
             value accepted"/>
  <int value="7872"
      label="PHONE_HOME_NUMBER_PREFIX: Not autofilled or autofilled value
             edited"/>
  <int value="7873"
      label="PHONE_HOME_NUMBER_PREFIX: Autofilled value accepted"/>
  <int value="7936"
      label="PHONE_HOME_NUMBER_SUFFIX: Not autofilled or autofilled value
             edited"/>
  <int value="7937"
      label="PHONE_HOME_NUMBER_SUFFIX: Autofilled value accepted"/>
  <int value="8000"
      label="IBAN_VALUE: Not autofilled or autofilled value edited"/>
  <int value="8001" label="IBAN_VALUE: Autofilled value accepted"/>
  <int value="8064"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE: Not autofilled or
             autofilled value edited"/>
  <int value="8065"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE: Autofilled value
             accepted"/>
  <int value="8192"
      label="NUMERIC_QUANTITY: Not autofilled or autofilled value edited"/>
  <int value="8193" label="NUMERIC_QUANTITY: Autofilled value accepted"/>
  <int value="8256"
      label="ONE_TIME_CODE: Not autofilled or autofilled value edited"/>
  <int value="8257" label="ONE_TIME_CODE: Autofilled value accepted"/>
  <int value="8512"
      label="DELIVERY_INSTRUCTIONS: Not autofilled or autofilled value edited"/>
  <int value="8513" label="DELIVERY_INSTRUCTIONS: Autofilled value accepted"/>
  <int value="8640"
      label="ADDRESS_HOME_OVERFLOW: Not autofilled or autofilled value edited"/>
  <int value="8641" label="ADDRESS_HOME_OVERFLOW: Autofilled value accepted"/>
  <int value="8704"
      label="ADDRESS_HOME_LANDMARK: Not autofilled or autofilled value edited"/>
  <int value="8705" label="ADDRESS_HOME_LANDMARK: Autofilled value accepted"/>
  <int value="8960"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: Not autofilled or autofilled
             value edited"/>
  <int value="8961"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: Autofilled value accepted"/>
  <int value="9024"
      label="ADDRESS_HOME_ADMIN_LEVEL2: Not autofilled or autofilled value
             edited"/>
  <int value="9025"
      label="ADDRESS_HOME_ADMIN_LEVEL2: Autofilled value accepted"/>
  <int value="9088"
      label="ADDRESS_HOME_STREET_LOCATION: Not autofilled or autofilled value
             edited"/>
  <int value="9089"
      label="ADDRESS_HOME_STREET_LOCATION: Autofilled value accepted"/>
  <int value="9152"
      label="ADDRESS_HOME_BETWEEN_STREETS: Not autofilled or autofilled value
             edited"/>
  <int value="9153"
      label="ADDRESS_HOME_BETWEEN_STREETS: Autofilled value accepted"/>
  <int value="9216"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: Not autofilled or
             autofilled value edited"/>
  <int value="9217"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: Autofilled value
             accepted"/>
  <int value="9280"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: Not autofilled or
             autofilled value edited"/>
  <int value="9281"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: Autofilled value
             accepted"/>
  <int value="9344"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: Not autofilled or
             autofilled value edited"/>
  <int value="9345"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: Autofilled value
             accepted"/>
  <int value="9600"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: Not autofilled or
             autofilled value edited"/>
  <int value="9601"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: Autofilled value
             accepted"/>
  <int value="9664"
      label="ADDRESS_HOME_BETWEEN_STREETS_1: Not autofilled or autofilled
             value edited"/>
  <int value="9665"
      label="ADDRESS_HOME_BETWEEN_STREETS_1: Autofilled value accepted"/>
  <int value="9728"
      label="ADDRESS_HOME_BETWEEN_STREETS_2: Not autofilled or autofilled
             value edited"/>
  <int value="9729"
      label="ADDRESS_HOME_BETWEEN_STREETS_2: Autofilled value accepted"/>
  <int value="9792"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: Not autofilled or autofilled
             value edited"/>
  <int value="9793"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: Autofilled value accepted"/>
  <int value="9856"
      label="SINGLE_USERNAME_FORGOT_PASSWORD: Not autofilled or autofilled
             value edited"/>
  <int value="9857"
      label="SINGLE_USERNAME_FORGOT_PASSWORD: Autofilled value accepted"/>
  <int value="9984"
      label="ADDRESS_HOME_APT: Not autofilled or autofilled value edited"/>
  <int value="9985" label="ADDRESS_HOME_APT: Autofilled value accepted"/>
  <int value="10048"
      label="ADDRESS_HOME_APT_TYPE: Not autofilled or autofilled value edited"/>
  <int value="10049" label="ADDRESS_HOME_APT_TYPE: Autofilled value accepted"/>
  <int value="10240"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES: Not autofilled or
             autofilled value edited"/>
  <int value="10241"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES: Autofilled value
             accepted"/>
</enum>

<enum name="AutofillDeveloperEngagement">
  <int value="0" label="Fillable form parsed without type hints"/>
  <int value="1" label="Fillable form parsed with type hints"/>
  <int value="2"
      label="(Obsolete) Includes UPI-VPA type hint (removed 04/2024)"/>
</enum>

<enum name="AutofilledFieldUserEditingStatus">
  <int value="0" label="Edited"/>
  <int value="1" label="Accepted"/>
</enum>

<enum name="AutofilledFieldUserEditingStatusByFieldType">
<!-- Generated from components/autofill/core/browser/field_types.h.
Called by update_autofill_enums.py.-->

  <int value="0" label="NO_SERVER_DATA: edited"/>
  <int value="1" label="NO_SERVER_DATA: accepted"/>
  <int value="16" label="UNKNOWN_TYPE: edited"/>
  <int value="17" label="UNKNOWN_TYPE: accepted"/>
  <int value="32" label="EMPTY_TYPE: edited"/>
  <int value="33" label="EMPTY_TYPE: accepted"/>
  <int value="48" label="NAME_FIRST: edited"/>
  <int value="49" label="NAME_FIRST: accepted"/>
  <int value="64" label="NAME_MIDDLE: edited"/>
  <int value="65" label="NAME_MIDDLE: accepted"/>
  <int value="80" label="NAME_LAST: edited"/>
  <int value="81" label="NAME_LAST: accepted"/>
  <int value="96" label="NAME_MIDDLE_INITIAL: edited"/>
  <int value="97" label="NAME_MIDDLE_INITIAL: accepted"/>
  <int value="112" label="NAME_FULL: edited"/>
  <int value="113" label="NAME_FULL: accepted"/>
  <int value="128" label="NAME_SUFFIX: edited"/>
  <int value="129" label="NAME_SUFFIX: accepted"/>
  <int value="144" label="EMAIL_ADDRESS: edited"/>
  <int value="145" label="EMAIL_ADDRESS: accepted"/>
  <int value="160" label="PHONE_HOME_NUMBER: edited"/>
  <int value="161" label="PHONE_HOME_NUMBER: accepted"/>
  <int value="176" label="PHONE_HOME_CITY_CODE: edited"/>
  <int value="177" label="PHONE_HOME_CITY_CODE: accepted"/>
  <int value="192" label="PHONE_HOME_COUNTRY_CODE: edited"/>
  <int value="193" label="PHONE_HOME_COUNTRY_CODE: accepted"/>
  <int value="208" label="PHONE_HOME_CITY_AND_NUMBER: edited"/>
  <int value="209" label="PHONE_HOME_CITY_AND_NUMBER: accepted"/>
  <int value="224" label="PHONE_HOME_WHOLE_NUMBER: edited"/>
  <int value="225" label="PHONE_HOME_WHOLE_NUMBER: accepted"/>
  <int value="480" label="ADDRESS_HOME_LINE1: edited"/>
  <int value="481" label="ADDRESS_HOME_LINE1: accepted"/>
  <int value="496" label="ADDRESS_HOME_LINE2: edited"/>
  <int value="497" label="ADDRESS_HOME_LINE2: accepted"/>
  <int value="512" label="ADDRESS_HOME_APT_NUM: edited"/>
  <int value="513" label="ADDRESS_HOME_APT_NUM: accepted"/>
  <int value="528" label="ADDRESS_HOME_CITY: edited"/>
  <int value="529" label="ADDRESS_HOME_CITY: accepted"/>
  <int value="544" label="ADDRESS_HOME_STATE: edited"/>
  <int value="545" label="ADDRESS_HOME_STATE: accepted"/>
  <int value="560" label="ADDRESS_HOME_ZIP: edited"/>
  <int value="561" label="ADDRESS_HOME_ZIP: accepted"/>
  <int value="576" label="ADDRESS_HOME_COUNTRY: edited"/>
  <int value="577" label="ADDRESS_HOME_COUNTRY: accepted"/>
  <int value="816" label="CREDIT_CARD_NAME_FULL: edited"/>
  <int value="817" label="CREDIT_CARD_NAME_FULL: accepted"/>
  <int value="832" label="CREDIT_CARD_NUMBER: edited"/>
  <int value="833" label="CREDIT_CARD_NUMBER: accepted"/>
  <int value="848" label="CREDIT_CARD_EXP_MONTH: edited"/>
  <int value="849" label="CREDIT_CARD_EXP_MONTH: accepted"/>
  <int value="864" label="CREDIT_CARD_EXP_2_DIGIT_YEAR: edited"/>
  <int value="865" label="CREDIT_CARD_EXP_2_DIGIT_YEAR: accepted"/>
  <int value="880" label="CREDIT_CARD_EXP_4_DIGIT_YEAR: edited"/>
  <int value="881" label="CREDIT_CARD_EXP_4_DIGIT_YEAR: accepted"/>
  <int value="896" label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR: edited"/>
  <int value="897" label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR: accepted"/>
  <int value="912" label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR: edited"/>
  <int value="913" label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR: accepted"/>
  <int value="928" label="CREDIT_CARD_TYPE: edited"/>
  <int value="929" label="CREDIT_CARD_TYPE: accepted"/>
  <int value="944" label="CREDIT_CARD_VERIFICATION_CODE: edited"/>
  <int value="945" label="CREDIT_CARD_VERIFICATION_CODE: accepted"/>
  <int value="960" label="COMPANY_NAME: edited"/>
  <int value="961" label="COMPANY_NAME: accepted"/>
  <int value="976" label="FIELD_WITH_DEFAULT_VALUE: edited"/>
  <int value="977" label="FIELD_WITH_DEFAULT_VALUE: accepted"/>
  <int value="1168" label="MERCHANT_EMAIL_SIGNUP: edited"/>
  <int value="1169" label="MERCHANT_EMAIL_SIGNUP: accepted"/>
  <int value="1184" label="MERCHANT_PROMO_CODE: edited"/>
  <int value="1185" label="MERCHANT_PROMO_CODE: accepted"/>
  <int value="1200" label="PASSWORD: edited"/>
  <int value="1201" label="PASSWORD: accepted"/>
  <int value="1216" label="ACCOUNT_CREATION_PASSWORD: edited"/>
  <int value="1217" label="ACCOUNT_CREATION_PASSWORD: accepted"/>
  <int value="1232" label="ADDRESS_HOME_STREET_ADDRESS: edited"/>
  <int value="1233" label="ADDRESS_HOME_STREET_ADDRESS: accepted"/>
  <int value="1264" label="ADDRESS_HOME_SORTING_CODE: edited"/>
  <int value="1265" label="ADDRESS_HOME_SORTING_CODE: accepted"/>
  <int value="1296" label="ADDRESS_HOME_DEPENDENT_LOCALITY: edited"/>
  <int value="1297" label="ADDRESS_HOME_DEPENDENT_LOCALITY: accepted"/>
  <int value="1328" label="ADDRESS_HOME_LINE3: edited"/>
  <int value="1329" label="ADDRESS_HOME_LINE3: accepted"/>
  <int value="1360" label="NOT_ACCOUNT_CREATION_PASSWORD: edited"/>
  <int value="1361" label="NOT_ACCOUNT_CREATION_PASSWORD: accepted"/>
  <int value="1376" label="USERNAME: edited"/>
  <int value="1377" label="USERNAME: accepted"/>
  <int value="1392" label="USERNAME_AND_EMAIL_ADDRESS: edited"/>
  <int value="1393" label="USERNAME_AND_EMAIL_ADDRESS: accepted"/>
  <int value="1408" label="NEW_PASSWORD: edited"/>
  <int value="1409" label="NEW_PASSWORD: accepted"/>
  <int value="1424" label="PROBABLY_NEW_PASSWORD: edited"/>
  <int value="1425" label="PROBABLY_NEW_PASSWORD: accepted"/>
  <int value="1440" label="NOT_NEW_PASSWORD: edited"/>
  <int value="1441" label="NOT_NEW_PASSWORD: accepted"/>
  <int value="1456" label="CREDIT_CARD_NAME_FIRST: edited"/>
  <int value="1457" label="CREDIT_CARD_NAME_FIRST: accepted"/>
  <int value="1472" label="CREDIT_CARD_NAME_LAST: edited"/>
  <int value="1473" label="CREDIT_CARD_NAME_LAST: accepted"/>
  <int value="1488" label="PHONE_HOME_EXTENSION: edited"/>
  <int value="1489" label="PHONE_HOME_EXTENSION: accepted"/>
  <int value="1520" label="CONFIRMATION_PASSWORD: edited"/>
  <int value="1521" label="CONFIRMATION_PASSWORD: accepted"/>
  <int value="1536" label="AMBIGUOUS_TYPE: edited"/>
  <int value="1537" label="AMBIGUOUS_TYPE: accepted"/>
  <int value="1552" label="SEARCH_TERM: edited"/>
  <int value="1553" label="SEARCH_TERM: accepted"/>
  <int value="1568" label="PRICE: edited"/>
  <int value="1569" label="PRICE: accepted"/>
  <int value="1584" label="NOT_PASSWORD: edited"/>
  <int value="1585" label="NOT_PASSWORD: accepted"/>
  <int value="1600" label="SINGLE_USERNAME: edited"/>
  <int value="1601" label="SINGLE_USERNAME: accepted"/>
  <int value="1616" label="NOT_USERNAME: edited"/>
  <int value="1617" label="NOT_USERNAME: accepted"/>
  <int value="1632" label="UPI_VPA: edited"/>
  <int value="1633" label="UPI_VPA: accepted"/>
  <int value="1648" label="ADDRESS_HOME_STREET_NAME: edited"/>
  <int value="1649" label="ADDRESS_HOME_STREET_NAME: accepted"/>
  <int value="1664" label="ADDRESS_HOME_HOUSE_NUMBER: edited"/>
  <int value="1665" label="ADDRESS_HOME_HOUSE_NUMBER: accepted"/>
  <int value="1680" label="ADDRESS_HOME_SUBPREMISE: edited"/>
  <int value="1681" label="ADDRESS_HOME_SUBPREMISE: accepted"/>
  <int value="1696" label="ADDRESS_HOME_OTHER_SUBUNIT: edited"/>
  <int value="1697" label="ADDRESS_HOME_OTHER_SUBUNIT: accepted"/>
  <int value="1712" label="NAME_LAST_FIRST: edited"/>
  <int value="1713" label="NAME_LAST_FIRST: accepted"/>
  <int value="1728" label="NAME_LAST_CONJUNCTION: edited"/>
  <int value="1729" label="NAME_LAST_CONJUNCTION: accepted"/>
  <int value="1744" label="NAME_LAST_SECOND: edited"/>
  <int value="1745" label="NAME_LAST_SECOND: accepted"/>
  <int value="1760" label="NAME_HONORIFIC_PREFIX: edited"/>
  <int value="1761" label="NAME_HONORIFIC_PREFIX: accepted"/>
  <int value="1824" label="ADDRESS_HOME_ADDRESS: edited"/>
  <int value="1825" label="ADDRESS_HOME_ADDRESS: accepted"/>
  <int value="1840" label="ADDRESS_HOME_ADDRESS_WITH_NAME: edited"/>
  <int value="1841" label="ADDRESS_HOME_ADDRESS_WITH_NAME: accepted"/>
  <int value="1856" label="ADDRESS_HOME_FLOOR: edited"/>
  <int value="1857" label="ADDRESS_HOME_FLOOR: accepted"/>
  <int value="1888" label="BIRTHDATE_DAY: edited"/>
  <int value="1889" label="BIRTHDATE_DAY: accepted"/>
  <int value="1904" label="BIRTHDATE_MONTH: edited"/>
  <int value="1905" label="BIRTHDATE_MONTH: accepted"/>
  <int value="1920" label="BIRTHDATE_4_DIGIT_YEAR: edited"/>
  <int value="1921" label="BIRTHDATE_4_DIGIT_YEAR: accepted"/>
  <int value="1936" label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX: edited"/>
  <int value="1937" label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX: accepted"/>
  <int value="1952"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX: edited"/>
  <int value="1953"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX: accepted"/>
  <int value="1968" label="PHONE_HOME_NUMBER_PREFIX: edited"/>
  <int value="1969" label="PHONE_HOME_NUMBER_PREFIX: accepted"/>
  <int value="1984" label="PHONE_HOME_NUMBER_SUFFIX: edited"/>
  <int value="1985" label="PHONE_HOME_NUMBER_SUFFIX: accepted"/>
  <int value="2000" label="IBAN_VALUE: edited"/>
  <int value="2001" label="IBAN_VALUE: accepted"/>
  <int value="2016" label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE: edited"/>
  <int value="2017" label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE: accepted"/>
  <int value="2048" label="NUMERIC_QUANTITY: edited"/>
  <int value="2049" label="NUMERIC_QUANTITY: accepted"/>
  <int value="2064" label="ONE_TIME_CODE: edited"/>
  <int value="2065" label="ONE_TIME_CODE: accepted"/>
  <int value="2128" label="DELIVERY_INSTRUCTIONS: edited"/>
  <int value="2129" label="DELIVERY_INSTRUCTIONS: accepted"/>
  <int value="2160" label="ADDRESS_HOME_OVERFLOW: edited"/>
  <int value="2161" label="ADDRESS_HOME_OVERFLOW: accepted"/>
  <int value="2176" label="ADDRESS_HOME_LANDMARK: edited"/>
  <int value="2177" label="ADDRESS_HOME_LANDMARK: accepted"/>
  <int value="2240" label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: edited"/>
  <int value="2241" label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: accepted"/>
  <int value="2256" label="ADDRESS_HOME_ADMIN_LEVEL2: edited"/>
  <int value="2257" label="ADDRESS_HOME_ADMIN_LEVEL2: accepted"/>
  <int value="2272" label="ADDRESS_HOME_STREET_LOCATION: edited"/>
  <int value="2273" label="ADDRESS_HOME_STREET_LOCATION: accepted"/>
  <int value="2288" label="ADDRESS_HOME_BETWEEN_STREETS: edited"/>
  <int value="2289" label="ADDRESS_HOME_BETWEEN_STREETS: accepted"/>
  <int value="2304" label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: edited"/>
  <int value="2305" label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: accepted"/>
  <int value="2320" label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: edited"/>
  <int value="2321"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: accepted"/>
  <int value="2336" label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: edited"/>
  <int value="2337"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: accepted"/>
  <int value="2400"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: edited"/>
  <int value="2401"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: accepted"/>
  <int value="2416" label="ADDRESS_HOME_BETWEEN_STREETS_1: edited"/>
  <int value="2417" label="ADDRESS_HOME_BETWEEN_STREETS_1: accepted"/>
  <int value="2432" label="ADDRESS_HOME_BETWEEN_STREETS_2: edited"/>
  <int value="2433" label="ADDRESS_HOME_BETWEEN_STREETS_2: accepted"/>
  <int value="2448" label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: edited"/>
  <int value="2449" label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: accepted"/>
  <int value="2464" label="SINGLE_USERNAME_FORGOT_PASSWORD: edited"/>
  <int value="2465" label="SINGLE_USERNAME_FORGOT_PASSWORD: accepted"/>
  <int value="2496" label="ADDRESS_HOME_APT: edited"/>
  <int value="2497" label="ADDRESS_HOME_APT: accepted"/>
  <int value="2512" label="ADDRESS_HOME_APT_TYPE: edited"/>
  <int value="2513" label="ADDRESS_HOME_APT_TYPE: accepted"/>
  <int value="2560" label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES: edited"/>
  <int value="2561" label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES: accepted"/>
</enum>

<enum name="AutofillErrorDialogType">
  <int value="0" label="VIRTUAL_CARD_TEMPORARY_ERROR"/>
  <int value="1" label="VIRTUAL_CARD_PERMANENT_ERROR"/>
  <int value="2" label="VIRTUAL_CARD_NOT_ELIGIBLE_ERROR"/>
  <int value="3" label="UNKNOWN"/>
  <int value="4"
      label="MASKED_SERVER_CARD_RISK_BASED_UNMASKING_PERMANENT_ERROR"/>
  <int value="5" label="MASKED_SERVER_CARD_RISK_BASED_UNMASKING_NETWORK_ERROR"/>
  <int value="6" label="MASKED_SERVER_IBAN_UNMASKING_TEMPORARY_ERROR"/>
  <int value="7" label="CREDIT_CARD_UPLOAD_ERROR"/>
  <int value="8" label="VIRTUAL_CARD_ENROLLMENT_TEMPORARY_ERROR"/>
</enum>

<enum name="AutofillExpirationDateFixFlowPromptEvent">
  <int value="0" label="Accepted"/>
  <int value="1" label="Dismissed"/>
  <int value="2" label="Closed without user interaction"/>
</enum>

<enum name="AutofillFieldByFieldFillingTypes">
  <int value="0" label="Name first"/>
  <int value="1" label="Name middle"/>
  <int value="2" label="Name last"/>
  <int value="3" label="Addres home line 1"/>
  <int value="4" label="Address home line 2"/>
  <int value="5" label="Address home zip"/>
  <int value="6" label="Phone home whole number"/>
  <int value="7" label="Email address"/>
  <int value="8" label="Address home house number"/>
  <int value="9" label="Address home street name"/>
  <int value="10" label="Credit card full name"/>
  <int value="11" label="Credit card number"/>
  <int value="12" label="Credit card expiration date"/>
  <int value="13" label="Credir card expiration year"/>
  <int value="14" label="Credit card expiration month"/>
  <int value="15" label="City"/>
  <int value="16" label="Company"/>
</enum>

<enum name="AutofillFieldPredictionQuality">
  <int value="0" label="True Positive"/>
  <int value="1" label="True Negative (Ambiguous)"/>
  <int value="2" label="True Negative (Unknown)"/>
  <int value="3" label="True Negative (Empty)"/>
  <int value="4" label="False Positive (Mismatch)"/>
  <int value="5" label="False Positive (Ambiguous)"/>
  <int value="6" label="False Positive (Unknown)"/>
  <int value="7" label="False Positive (Empty)"/>
  <int value="8" label="False Negative (Mismatch)"/>
  <int value="9" label="False Negative (Unknown)"/>
</enum>

<enum name="AutofillFieldPredictionQualityByFieldType">
<!-- Generated from components/autofill/core/browser/metrics/autofill_metrics.cc.
Called by update_autofill_enums.py.-->

  <int value="0" label="AMBIGUOUS: True Positive"/>
  <int value="1" label="AMBIGUOUS: True Negative (Ambiguous)"/>
  <int value="2" label="AMBIGUOUS: True Negative (Unknown)"/>
  <int value="3" label="AMBIGUOUS: True Negative (Empty)"/>
  <int value="4" label="AMBIGUOUS: False Positive (Mismatch)"/>
  <int value="5" label="AMBIGUOUS: False Positive (Ambiguous)"/>
  <int value="6" label="AMBIGUOUS: False Positive (Unknown)"/>
  <int value="7" label="AMBIGUOUS: False Positive (Empty)"/>
  <int value="8" label="AMBIGUOUS: False Negative (Mismatch)"/>
  <int value="9" label="AMBIGUOUS: False Negative (Unknown)"/>
  <int value="256" label="NAME: True Positive"/>
  <int value="257" label="NAME: True Negative (Ambiguous)"/>
  <int value="258" label="NAME: True Negative (Unknown)"/>
  <int value="259" label="NAME: True Negative (Empty)"/>
  <int value="260" label="NAME: False Positive (Mismatch)"/>
  <int value="261" label="NAME: False Positive (Ambiguous)"/>
  <int value="262" label="NAME: False Positive (Unknown)"/>
  <int value="263" label="NAME: False Positive (Empty)"/>
  <int value="264" label="NAME: False Negative (Mismatch)"/>
  <int value="265" label="NAME: False Negative (Unknown)"/>
  <int value="512" label="COMPANY: True Positive"/>
  <int value="513" label="COMPANY: True Negative (Ambiguous)"/>
  <int value="514" label="COMPANY: True Negative (Unknown)"/>
  <int value="515" label="COMPANY: True Negative (Empty)"/>
  <int value="516" label="COMPANY: False Positive (Mismatch)"/>
  <int value="517" label="COMPANY: False Positive (Ambiguous)"/>
  <int value="518" label="COMPANY: False Positive (Unknown)"/>
  <int value="519" label="COMPANY: False Positive (Empty)"/>
  <int value="520" label="COMPANY: False Negative (Mismatch)"/>
  <int value="521" label="COMPANY: False Negative (Unknown)"/>
  <int value="768" label="ADDRESS_LINE_1: True Positive"/>
  <int value="769" label="ADDRESS_LINE_1: True Negative (Ambiguous)"/>
  <int value="770" label="ADDRESS_LINE_1: True Negative (Unknown)"/>
  <int value="771" label="ADDRESS_LINE_1: True Negative (Empty)"/>
  <int value="772" label="ADDRESS_LINE_1: False Positive (Mismatch)"/>
  <int value="773" label="ADDRESS_LINE_1: False Positive (Ambiguous)"/>
  <int value="774" label="ADDRESS_LINE_1: False Positive (Unknown)"/>
  <int value="775" label="ADDRESS_LINE_1: False Positive (Empty)"/>
  <int value="776" label="ADDRESS_LINE_1: False Negative (Mismatch)"/>
  <int value="777" label="ADDRESS_LINE_1: False Negative (Unknown)"/>
  <int value="1024" label="ADDRESS_LINE_2: True Positive"/>
  <int value="1025" label="ADDRESS_LINE_2: True Negative (Ambiguous)"/>
  <int value="1026" label="ADDRESS_LINE_2: True Negative (Unknown)"/>
  <int value="1027" label="ADDRESS_LINE_2: True Negative (Empty)"/>
  <int value="1028" label="ADDRESS_LINE_2: False Positive (Mismatch)"/>
  <int value="1029" label="ADDRESS_LINE_2: False Positive (Ambiguous)"/>
  <int value="1030" label="ADDRESS_LINE_2: False Positive (Unknown)"/>
  <int value="1031" label="ADDRESS_LINE_2: False Positive (Empty)"/>
  <int value="1032" label="ADDRESS_LINE_2: False Negative (Mismatch)"/>
  <int value="1033" label="ADDRESS_LINE_2: False Negative (Unknown)"/>
  <int value="1280" label="ADDRESS_CITY: True Positive"/>
  <int value="1281" label="ADDRESS_CITY: True Negative (Ambiguous)"/>
  <int value="1282" label="ADDRESS_CITY: True Negative (Unknown)"/>
  <int value="1283" label="ADDRESS_CITY: True Negative (Empty)"/>
  <int value="1284" label="ADDRESS_CITY: False Positive (Mismatch)"/>
  <int value="1285" label="ADDRESS_CITY: False Positive (Ambiguous)"/>
  <int value="1286" label="ADDRESS_CITY: False Positive (Unknown)"/>
  <int value="1287" label="ADDRESS_CITY: False Positive (Empty)"/>
  <int value="1288" label="ADDRESS_CITY: False Negative (Mismatch)"/>
  <int value="1289" label="ADDRESS_CITY: False Negative (Unknown)"/>
  <int value="1536" label="ADDRESS_STATE: True Positive"/>
  <int value="1537" label="ADDRESS_STATE: True Negative (Ambiguous)"/>
  <int value="1538" label="ADDRESS_STATE: True Negative (Unknown)"/>
  <int value="1539" label="ADDRESS_STATE: True Negative (Empty)"/>
  <int value="1540" label="ADDRESS_STATE: False Positive (Mismatch)"/>
  <int value="1541" label="ADDRESS_STATE: False Positive (Ambiguous)"/>
  <int value="1542" label="ADDRESS_STATE: False Positive (Unknown)"/>
  <int value="1543" label="ADDRESS_STATE: False Positive (Empty)"/>
  <int value="1544" label="ADDRESS_STATE: False Negative (Mismatch)"/>
  <int value="1545" label="ADDRESS_STATE: False Negative (Unknown)"/>
  <int value="1792" label="ADDRESS_ZIP: True Positive"/>
  <int value="1793" label="ADDRESS_ZIP: True Negative (Ambiguous)"/>
  <int value="1794" label="ADDRESS_ZIP: True Negative (Unknown)"/>
  <int value="1795" label="ADDRESS_ZIP: True Negative (Empty)"/>
  <int value="1796" label="ADDRESS_ZIP: False Positive (Mismatch)"/>
  <int value="1797" label="ADDRESS_ZIP: False Positive (Ambiguous)"/>
  <int value="1798" label="ADDRESS_ZIP: False Positive (Unknown)"/>
  <int value="1799" label="ADDRESS_ZIP: False Positive (Empty)"/>
  <int value="1800" label="ADDRESS_ZIP: False Negative (Mismatch)"/>
  <int value="1801" label="ADDRESS_ZIP: False Negative (Unknown)"/>
  <int value="2048" label="ADDRESS_COUNTRY: True Positive"/>
  <int value="2049" label="ADDRESS_COUNTRY: True Negative (Ambiguous)"/>
  <int value="2050" label="ADDRESS_COUNTRY: True Negative (Unknown)"/>
  <int value="2051" label="ADDRESS_COUNTRY: True Negative (Empty)"/>
  <int value="2052" label="ADDRESS_COUNTRY: False Positive (Mismatch)"/>
  <int value="2053" label="ADDRESS_COUNTRY: False Positive (Ambiguous)"/>
  <int value="2054" label="ADDRESS_COUNTRY: False Positive (Unknown)"/>
  <int value="2055" label="ADDRESS_COUNTRY: False Positive (Empty)"/>
  <int value="2056" label="ADDRESS_COUNTRY: False Negative (Mismatch)"/>
  <int value="2057" label="ADDRESS_COUNTRY: False Negative (Unknown)"/>
  <int value="2304" label="ADDRESS_HOME_STREET_NAME: True Positive"/>
  <int value="2305"
      label="ADDRESS_HOME_STREET_NAME: True Negative (Ambiguous)"/>
  <int value="2306" label="ADDRESS_HOME_STREET_NAME: True Negative (Unknown)"/>
  <int value="2307" label="ADDRESS_HOME_STREET_NAME: True Negative (Empty)"/>
  <int value="2308"
      label="ADDRESS_HOME_STREET_NAME: False Positive (Mismatch)"/>
  <int value="2309"
      label="ADDRESS_HOME_STREET_NAME: False Positive (Ambiguous)"/>
  <int value="2310" label="ADDRESS_HOME_STREET_NAME: False Positive (Unknown)"/>
  <int value="2311" label="ADDRESS_HOME_STREET_NAME: False Positive (Empty)"/>
  <int value="2312"
      label="ADDRESS_HOME_STREET_NAME: False Negative (Mismatch)"/>
  <int value="2313" label="ADDRESS_HOME_STREET_NAME: False Negative (Unknown)"/>
  <int value="2560" label="ADDRESS_HOME_HOUSE_NUMBER: True Positive"/>
  <int value="2561"
      label="ADDRESS_HOME_HOUSE_NUMBER: True Negative (Ambiguous)"/>
  <int value="2562" label="ADDRESS_HOME_HOUSE_NUMBER: True Negative (Unknown)"/>
  <int value="2563" label="ADDRESS_HOME_HOUSE_NUMBER: True Negative (Empty)"/>
  <int value="2564"
      label="ADDRESS_HOME_HOUSE_NUMBER: False Positive (Mismatch)"/>
  <int value="2565"
      label="ADDRESS_HOME_HOUSE_NUMBER: False Positive (Ambiguous)"/>
  <int value="2566"
      label="ADDRESS_HOME_HOUSE_NUMBER: False Positive (Unknown)"/>
  <int value="2567" label="ADDRESS_HOME_HOUSE_NUMBER: False Positive (Empty)"/>
  <int value="2568"
      label="ADDRESS_HOME_HOUSE_NUMBER: False Negative (Mismatch)"/>
  <int value="2569"
      label="ADDRESS_HOME_HOUSE_NUMBER: False Negative (Unknown)"/>
  <int value="2816" label="ADDRESS_HOME_SUBPREMISE: True Positive"/>
  <int value="2817" label="ADDRESS_HOME_SUBPREMISE: True Negative (Ambiguous)"/>
  <int value="2818" label="ADDRESS_HOME_SUBPREMISE: True Negative (Unknown)"/>
  <int value="2819" label="ADDRESS_HOME_SUBPREMISE: True Negative (Empty)"/>
  <int value="2820" label="ADDRESS_HOME_SUBPREMISE: False Positive (Mismatch)"/>
  <int value="2821"
      label="ADDRESS_HOME_SUBPREMISE: False Positive (Ambiguous)"/>
  <int value="2822" label="ADDRESS_HOME_SUBPREMISE: False Positive (Unknown)"/>
  <int value="2823" label="ADDRESS_HOME_SUBPREMISE: False Positive (Empty)"/>
  <int value="2824" label="ADDRESS_HOME_SUBPREMISE: False Negative (Mismatch)"/>
  <int value="2825" label="ADDRESS_HOME_SUBPREMISE: False Negative (Unknown)"/>
  <int value="3072" label="PHONE: True Positive"/>
  <int value="3073" label="PHONE: True Negative (Ambiguous)"/>
  <int value="3074" label="PHONE: True Negative (Unknown)"/>
  <int value="3075" label="PHONE: True Negative (Empty)"/>
  <int value="3076" label="PHONE: False Positive (Mismatch)"/>
  <int value="3077" label="PHONE: False Positive (Ambiguous)"/>
  <int value="3078" label="PHONE: False Positive (Unknown)"/>
  <int value="3079" label="PHONE: False Positive (Empty)"/>
  <int value="3080" label="PHONE: False Negative (Mismatch)"/>
  <int value="3081" label="PHONE: False Negative (Unknown)"/>
  <int value="3328" label="FAX: True Positive"/>
  <int value="3329" label="FAX: True Negative (Ambiguous)"/>
  <int value="3330" label="FAX: True Negative (Unknown)"/>
  <int value="3331" label="FAX: True Negative (Empty)"/>
  <int value="3332" label="FAX: False Positive (Mismatch)"/>
  <int value="3333" label="FAX: False Positive (Ambiguous)"/>
  <int value="3334" label="FAX: False Positive (Unknown)"/>
  <int value="3335" label="FAX: False Positive (Empty)"/>
  <int value="3336" label="FAX: False Negative (Mismatch)"/>
  <int value="3337" label="FAX: False Negative (Unknown)"/>
  <int value="3584" label="EMAIL: True Positive"/>
  <int value="3585" label="EMAIL: True Negative (Ambiguous)"/>
  <int value="3586" label="EMAIL: True Negative (Unknown)"/>
  <int value="3587" label="EMAIL: True Negative (Empty)"/>
  <int value="3588" label="EMAIL: False Positive (Mismatch)"/>
  <int value="3589" label="EMAIL: False Positive (Ambiguous)"/>
  <int value="3590" label="EMAIL: False Positive (Unknown)"/>
  <int value="3591" label="EMAIL: False Positive (Empty)"/>
  <int value="3592" label="EMAIL: False Negative (Mismatch)"/>
  <int value="3593" label="EMAIL: False Negative (Unknown)"/>
  <int value="3840" label="CREDIT_CARD_NAME: True Positive"/>
  <int value="3841" label="CREDIT_CARD_NAME: True Negative (Ambiguous)"/>
  <int value="3842" label="CREDIT_CARD_NAME: True Negative (Unknown)"/>
  <int value="3843" label="CREDIT_CARD_NAME: True Negative (Empty)"/>
  <int value="3844" label="CREDIT_CARD_NAME: False Positive (Mismatch)"/>
  <int value="3845" label="CREDIT_CARD_NAME: False Positive (Ambiguous)"/>
  <int value="3846" label="CREDIT_CARD_NAME: False Positive (Unknown)"/>
  <int value="3847" label="CREDIT_CARD_NAME: False Positive (Empty)"/>
  <int value="3848" label="CREDIT_CARD_NAME: False Negative (Mismatch)"/>
  <int value="3849" label="CREDIT_CARD_NAME: False Negative (Unknown)"/>
  <int value="4096" label="CREDIT_CARD_NUMBER: True Positive"/>
  <int value="4097" label="CREDIT_CARD_NUMBER: True Negative (Ambiguous)"/>
  <int value="4098" label="CREDIT_CARD_NUMBER: True Negative (Unknown)"/>
  <int value="4099" label="CREDIT_CARD_NUMBER: True Negative (Empty)"/>
  <int value="4100" label="CREDIT_CARD_NUMBER: False Positive (Mismatch)"/>
  <int value="4101" label="CREDIT_CARD_NUMBER: False Positive (Ambiguous)"/>
  <int value="4102" label="CREDIT_CARD_NUMBER: False Positive (Unknown)"/>
  <int value="4103" label="CREDIT_CARD_NUMBER: False Positive (Empty)"/>
  <int value="4104" label="CREDIT_CARD_NUMBER: False Negative (Mismatch)"/>
  <int value="4105" label="CREDIT_CARD_NUMBER: False Negative (Unknown)"/>
  <int value="4352" label="CREDIT_CARD_DATE: True Positive"/>
  <int value="4353" label="CREDIT_CARD_DATE: True Negative (Ambiguous)"/>
  <int value="4354" label="CREDIT_CARD_DATE: True Negative (Unknown)"/>
  <int value="4355" label="CREDIT_CARD_DATE: True Negative (Empty)"/>
  <int value="4356" label="CREDIT_CARD_DATE: False Positive (Mismatch)"/>
  <int value="4357" label="CREDIT_CARD_DATE: False Positive (Ambiguous)"/>
  <int value="4358" label="CREDIT_CARD_DATE: False Positive (Unknown)"/>
  <int value="4359" label="CREDIT_CARD_DATE: False Positive (Empty)"/>
  <int value="4360" label="CREDIT_CARD_DATE: False Negative (Mismatch)"/>
  <int value="4361" label="CREDIT_CARD_DATE: False Negative (Unknown)"/>
  <int value="4608" label="CREDIT_CARD_TYPE: True Positive"/>
  <int value="4609" label="CREDIT_CARD_TYPE: True Negative (Ambiguous)"/>
  <int value="4610" label="CREDIT_CARD_TYPE: True Negative (Unknown)"/>
  <int value="4611" label="CREDIT_CARD_TYPE: True Negative (Empty)"/>
  <int value="4612" label="CREDIT_CARD_TYPE: False Positive (Mismatch)"/>
  <int value="4613" label="CREDIT_CARD_TYPE: False Positive (Ambiguous)"/>
  <int value="4614" label="CREDIT_CARD_TYPE: False Positive (Unknown)"/>
  <int value="4615" label="CREDIT_CARD_TYPE: False Positive (Empty)"/>
  <int value="4616" label="CREDIT_CARD_TYPE: False Negative (Mismatch)"/>
  <int value="4617" label="CREDIT_CARD_TYPE: False Negative (Unknown)"/>
  <int value="4864" label="PASSWORD: True Positive"/>
  <int value="4865" label="PASSWORD: True Negative (Ambiguous)"/>
  <int value="4866" label="PASSWORD: True Negative (Unknown)"/>
  <int value="4867" label="PASSWORD: True Negative (Empty)"/>
  <int value="4868" label="PASSWORD: False Positive (Mismatch)"/>
  <int value="4869" label="PASSWORD: False Positive (Ambiguous)"/>
  <int value="4870" label="PASSWORD: False Positive (Unknown)"/>
  <int value="4871" label="PASSWORD: False Positive (Empty)"/>
  <int value="4872" label="PASSWORD: False Negative (Mismatch)"/>
  <int value="4873" label="PASSWORD: False Negative (Unknown)"/>
  <int value="5120" label="ADDRESS_LINE_3: True Positive"/>
  <int value="5121" label="ADDRESS_LINE_3: True Negative (Ambiguous)"/>
  <int value="5122" label="ADDRESS_LINE_3: True Negative (Unknown)"/>
  <int value="5123" label="ADDRESS_LINE_3: True Negative (Empty)"/>
  <int value="5124" label="ADDRESS_LINE_3: False Positive (Mismatch)"/>
  <int value="5125" label="ADDRESS_LINE_3: False Positive (Ambiguous)"/>
  <int value="5126" label="ADDRESS_LINE_3: False Positive (Unknown)"/>
  <int value="5127" label="ADDRESS_LINE_3: False Positive (Empty)"/>
  <int value="5128" label="ADDRESS_LINE_3: False Negative (Mismatch)"/>
  <int value="5129" label="ADDRESS_LINE_3: False Negative (Unknown)"/>
  <int value="5376" label="USERNAME: True Positive"/>
  <int value="5377" label="USERNAME: True Negative (Ambiguous)"/>
  <int value="5378" label="USERNAME: True Negative (Unknown)"/>
  <int value="5379" label="USERNAME: True Negative (Empty)"/>
  <int value="5380" label="USERNAME: False Positive (Mismatch)"/>
  <int value="5381" label="USERNAME: False Positive (Ambiguous)"/>
  <int value="5382" label="USERNAME: False Positive (Unknown)"/>
  <int value="5383" label="USERNAME: False Positive (Empty)"/>
  <int value="5384" label="USERNAME: False Negative (Mismatch)"/>
  <int value="5385" label="USERNAME: False Negative (Unknown)"/>
  <int value="5632" label="STREET_ADDRESS: True Positive"/>
  <int value="5633" label="STREET_ADDRESS: True Negative (Ambiguous)"/>
  <int value="5634" label="STREET_ADDRESS: True Negative (Unknown)"/>
  <int value="5635" label="STREET_ADDRESS: True Negative (Empty)"/>
  <int value="5636" label="STREET_ADDRESS: False Positive (Mismatch)"/>
  <int value="5637" label="STREET_ADDRESS: False Positive (Ambiguous)"/>
  <int value="5638" label="STREET_ADDRESS: False Positive (Unknown)"/>
  <int value="5639" label="STREET_ADDRESS: False Positive (Empty)"/>
  <int value="5640" label="STREET_ADDRESS: False Negative (Mismatch)"/>
  <int value="5641" label="STREET_ADDRESS: False Negative (Unknown)"/>
  <int value="5888" label="CREDIT_CARD_VERIFICATION: True Positive"/>
  <int value="5889"
      label="CREDIT_CARD_VERIFICATION: True Negative (Ambiguous)"/>
  <int value="5890" label="CREDIT_CARD_VERIFICATION: True Negative (Unknown)"/>
  <int value="5891" label="CREDIT_CARD_VERIFICATION: True Negative (Empty)"/>
  <int value="5892"
      label="CREDIT_CARD_VERIFICATION: False Positive (Mismatch)"/>
  <int value="5893"
      label="CREDIT_CARD_VERIFICATION: False Positive (Ambiguous)"/>
  <int value="5894" label="CREDIT_CARD_VERIFICATION: False Positive (Unknown)"/>
  <int value="5895" label="CREDIT_CARD_VERIFICATION: False Positive (Empty)"/>
  <int value="5896"
      label="CREDIT_CARD_VERIFICATION: False Negative (Mismatch)"/>
  <int value="5897" label="CREDIT_CARD_VERIFICATION: False Negative (Unknown)"/>
  <int value="6144" label="UNFILLABLE: True Positive"/>
  <int value="6145" label="UNFILLABLE: True Negative (Ambiguous)"/>
  <int value="6146" label="UNFILLABLE: True Negative (Unknown)"/>
  <int value="6147" label="UNFILLABLE: True Negative (Empty)"/>
  <int value="6148" label="UNFILLABLE: False Positive (Mismatch)"/>
  <int value="6149" label="UNFILLABLE: False Positive (Ambiguous)"/>
  <int value="6150" label="UNFILLABLE: False Positive (Unknown)"/>
  <int value="6151" label="UNFILLABLE: False Positive (Empty)"/>
  <int value="6152" label="UNFILLABLE: False Negative (Mismatch)"/>
  <int value="6153" label="UNFILLABLE: False Negative (Unknown)"/>
  <int value="6400" label="ADDRESS_HOME_APT_NUM: True Positive"/>
  <int value="6401" label="ADDRESS_HOME_APT_NUM: True Negative (Ambiguous)"/>
  <int value="6402" label="ADDRESS_HOME_APT_NUM: True Negative (Unknown)"/>
  <int value="6403" label="ADDRESS_HOME_APT_NUM: True Negative (Empty)"/>
  <int value="6404" label="ADDRESS_HOME_APT_NUM: False Positive (Mismatch)"/>
  <int value="6405" label="ADDRESS_HOME_APT_NUM: False Positive (Ambiguous)"/>
  <int value="6406" label="ADDRESS_HOME_APT_NUM: False Positive (Unknown)"/>
  <int value="6407" label="ADDRESS_HOME_APT_NUM: False Positive (Empty)"/>
  <int value="6408" label="ADDRESS_HOME_APT_NUM: False Negative (Mismatch)"/>
  <int value="6409" label="ADDRESS_HOME_APT_NUM: False Negative (Unknown)"/>
  <int value="6656" label="ADDRESS_HOME_SORTING_CODE: True Positive"/>
  <int value="6657"
      label="ADDRESS_HOME_SORTING_CODE: True Negative (Ambiguous)"/>
  <int value="6658" label="ADDRESS_HOME_SORTING_CODE: True Negative (Unknown)"/>
  <int value="6659" label="ADDRESS_HOME_SORTING_CODE: True Negative (Empty)"/>
  <int value="6660"
      label="ADDRESS_HOME_SORTING_CODE: False Positive (Mismatch)"/>
  <int value="6661"
      label="ADDRESS_HOME_SORTING_CODE: False Positive (Ambiguous)"/>
  <int value="6662"
      label="ADDRESS_HOME_SORTING_CODE: False Positive (Unknown)"/>
  <int value="6663" label="ADDRESS_HOME_SORTING_CODE: False Positive (Empty)"/>
  <int value="6664"
      label="ADDRESS_HOME_SORTING_CODE: False Negative (Mismatch)"/>
  <int value="6665"
      label="ADDRESS_HOME_SORTING_CODE: False Negative (Unknown)"/>
  <int value="6912" label="ADDRESS_HOME_DEPENDENT_LOCALITY: True Positive"/>
  <int value="6913"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: True Negative (Ambiguous)"/>
  <int value="6914"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: True Negative (Unknown)"/>
  <int value="6915"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: True Negative (Empty)"/>
  <int value="6916"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: False Positive (Mismatch)"/>
  <int value="6917"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: False Positive (Ambiguous)"/>
  <int value="6918"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: False Positive (Unknown)"/>
  <int value="6919"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: False Positive (Empty)"/>
  <int value="6920"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: False Negative (Mismatch)"/>
  <int value="6921"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: False Negative (Unknown)"/>
  <int value="7168" label="ADDRESS_HOME_OTHER_SUBUNIT: True Positive"/>
  <int value="7169"
      label="ADDRESS_HOME_OTHER_SUBUNIT: True Negative (Ambiguous)"/>
  <int value="7170"
      label="ADDRESS_HOME_OTHER_SUBUNIT: True Negative (Unknown)"/>
  <int value="7171" label="ADDRESS_HOME_OTHER_SUBUNIT: True Negative (Empty)"/>
  <int value="7172"
      label="ADDRESS_HOME_OTHER_SUBUNIT: False Positive (Mismatch)"/>
  <int value="7173"
      label="ADDRESS_HOME_OTHER_SUBUNIT: False Positive (Ambiguous)"/>
  <int value="7174"
      label="ADDRESS_HOME_OTHER_SUBUNIT: False Positive (Unknown)"/>
  <int value="7175" label="ADDRESS_HOME_OTHER_SUBUNIT: False Positive (Empty)"/>
  <int value="7176"
      label="ADDRESS_HOME_OTHER_SUBUNIT: False Negative (Mismatch)"/>
  <int value="7177"
      label="ADDRESS_HOME_OTHER_SUBUNIT: False Negative (Unknown)"/>
  <int value="7424" label="ADDRESS_HOME_ADDRESS: True Positive"/>
  <int value="7425" label="ADDRESS_HOME_ADDRESS: True Negative (Ambiguous)"/>
  <int value="7426" label="ADDRESS_HOME_ADDRESS: True Negative (Unknown)"/>
  <int value="7427" label="ADDRESS_HOME_ADDRESS: True Negative (Empty)"/>
  <int value="7428" label="ADDRESS_HOME_ADDRESS: False Positive (Mismatch)"/>
  <int value="7429" label="ADDRESS_HOME_ADDRESS: False Positive (Ambiguous)"/>
  <int value="7430" label="ADDRESS_HOME_ADDRESS: False Positive (Unknown)"/>
  <int value="7431" label="ADDRESS_HOME_ADDRESS: False Positive (Empty)"/>
  <int value="7432" label="ADDRESS_HOME_ADDRESS: False Negative (Mismatch)"/>
  <int value="7433" label="ADDRESS_HOME_ADDRESS: False Negative (Unknown)"/>
  <int value="7680" label="ADDRESS_HOME_ADDRESS_WITH_NAME: True Positive"/>
  <int value="7681"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: True Negative (Ambiguous)"/>
  <int value="7682"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: True Negative (Unknown)"/>
  <int value="7683"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: True Negative (Empty)"/>
  <int value="7684"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: False Positive (Mismatch)"/>
  <int value="7685"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: False Positive (Ambiguous)"/>
  <int value="7686"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: False Positive (Unknown)"/>
  <int value="7687"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: False Positive (Empty)"/>
  <int value="7688"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: False Negative (Mismatch)"/>
  <int value="7689"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: False Negative (Unknown)"/>
  <int value="7936" label="ADDRESS_HOME_FLOOR: True Positive"/>
  <int value="7937" label="ADDRESS_HOME_FLOOR: True Negative (Ambiguous)"/>
  <int value="7938" label="ADDRESS_HOME_FLOOR: True Negative (Unknown)"/>
  <int value="7939" label="ADDRESS_HOME_FLOOR: True Negative (Empty)"/>
  <int value="7940" label="ADDRESS_HOME_FLOOR: False Positive (Mismatch)"/>
  <int value="7941" label="ADDRESS_HOME_FLOOR: False Positive (Ambiguous)"/>
  <int value="7942" label="ADDRESS_HOME_FLOOR: False Positive (Unknown)"/>
  <int value="7943" label="ADDRESS_HOME_FLOOR: False Positive (Empty)"/>
  <int value="7944" label="ADDRESS_HOME_FLOOR: False Negative (Mismatch)"/>
  <int value="7945" label="ADDRESS_HOME_FLOOR: False Negative (Unknown)"/>
  <int value="8192" label="UNKNOWN_TYPE: True Positive"/>
  <int value="8193" label="UNKNOWN_TYPE: True Negative (Ambiguous)"/>
  <int value="8194" label="UNKNOWN_TYPE: True Negative (Unknown)"/>
  <int value="8195" label="UNKNOWN_TYPE: True Negative (Empty)"/>
  <int value="8196" label="UNKNOWN_TYPE: False Positive (Mismatch)"/>
  <int value="8197" label="UNKNOWN_TYPE: False Positive (Ambiguous)"/>
  <int value="8198" label="UNKNOWN_TYPE: False Positive (Unknown)"/>
  <int value="8199" label="UNKNOWN_TYPE: False Positive (Empty)"/>
  <int value="8200" label="UNKNOWN_TYPE: False Negative (Mismatch)"/>
  <int value="8201" label="UNKNOWN_TYPE: False Negative (Unknown)"/>
  <int value="8448" label="BIRTHDATE: True Positive"/>
  <int value="8449" label="BIRTHDATE: True Negative (Ambiguous)"/>
  <int value="8450" label="BIRTHDATE: True Negative (Unknown)"/>
  <int value="8451" label="BIRTHDATE: True Negative (Empty)"/>
  <int value="8452" label="BIRTHDATE: False Positive (Mismatch)"/>
  <int value="8453" label="BIRTHDATE: False Positive (Ambiguous)"/>
  <int value="8454" label="BIRTHDATE: False Positive (Unknown)"/>
  <int value="8455" label="BIRTHDATE: False Positive (Empty)"/>
  <int value="8456" label="BIRTHDATE: False Negative (Mismatch)"/>
  <int value="8457" label="BIRTHDATE: False Negative (Unknown)"/>
  <int value="8704" label="IBAN: True Positive"/>
  <int value="8705" label="IBAN: True Negative (Ambiguous)"/>
  <int value="8706" label="IBAN: True Negative (Unknown)"/>
  <int value="8707" label="IBAN: True Negative (Empty)"/>
  <int value="8708" label="IBAN: False Positive (Mismatch)"/>
  <int value="8709" label="IBAN: False Positive (Ambiguous)"/>
  <int value="8710" label="IBAN: False Positive (Unknown)"/>
  <int value="8711" label="IBAN: False Positive (Empty)"/>
  <int value="8712" label="IBAN: False Negative (Mismatch)"/>
  <int value="8713" label="IBAN: False Negative (Unknown)"/>
  <int value="8960" label="ADDRESS_HOME_LANDMARK: True Positive"/>
  <int value="8961" label="ADDRESS_HOME_LANDMARK: True Negative (Ambiguous)"/>
  <int value="8962" label="ADDRESS_HOME_LANDMARK: True Negative (Unknown)"/>
  <int value="8963" label="ADDRESS_HOME_LANDMARK: True Negative (Empty)"/>
  <int value="8964" label="ADDRESS_HOME_LANDMARK: False Positive (Mismatch)"/>
  <int value="8965" label="ADDRESS_HOME_LANDMARK: False Positive (Ambiguous)"/>
  <int value="8966" label="ADDRESS_HOME_LANDMARK: False Positive (Unknown)"/>
  <int value="8967" label="ADDRESS_HOME_LANDMARK: False Positive (Empty)"/>
  <int value="8968" label="ADDRESS_HOME_LANDMARK: False Negative (Mismatch)"/>
  <int value="8969" label="ADDRESS_HOME_LANDMARK: False Negative (Unknown)"/>
  <int value="9216" label="ADDRESS_HOME_BETWEEN_STREETS: True Positive"/>
  <int value="9217"
      label="ADDRESS_HOME_BETWEEN_STREETS: True Negative (Ambiguous)"/>
  <int value="9218"
      label="ADDRESS_HOME_BETWEEN_STREETS: True Negative (Unknown)"/>
  <int value="9219"
      label="ADDRESS_HOME_BETWEEN_STREETS: True Negative (Empty)"/>
  <int value="9220"
      label="ADDRESS_HOME_BETWEEN_STREETS: False Positive (Mismatch)"/>
  <int value="9221"
      label="ADDRESS_HOME_BETWEEN_STREETS: False Positive (Ambiguous)"/>
  <int value="9222"
      label="ADDRESS_HOME_BETWEEN_STREETS: False Positive (Unknown)"/>
  <int value="9223"
      label="ADDRESS_HOME_BETWEEN_STREETS: False Positive (Empty)"/>
  <int value="9224"
      label="ADDRESS_HOME_BETWEEN_STREETS: False Negative (Mismatch)"/>
  <int value="9225"
      label="ADDRESS_HOME_BETWEEN_STREETS: False Negative (Unknown)"/>
  <int value="9472" label="ADDRESS_HOME_ADMIN_LEVEL2: True Positive"/>
  <int value="9473"
      label="ADDRESS_HOME_ADMIN_LEVEL2: True Negative (Ambiguous)"/>
  <int value="9474" label="ADDRESS_HOME_ADMIN_LEVEL2: True Negative (Unknown)"/>
  <int value="9475" label="ADDRESS_HOME_ADMIN_LEVEL2: True Negative (Empty)"/>
  <int value="9476"
      label="ADDRESS_HOME_ADMIN_LEVEL2: False Positive (Mismatch)"/>
  <int value="9477"
      label="ADDRESS_HOME_ADMIN_LEVEL2: False Positive (Ambiguous)"/>
  <int value="9478"
      label="ADDRESS_HOME_ADMIN_LEVEL2: False Positive (Unknown)"/>
  <int value="9479" label="ADDRESS_HOME_ADMIN_LEVEL2: False Positive (Empty)"/>
  <int value="9480"
      label="ADDRESS_HOME_ADMIN_LEVEL2: False Negative (Mismatch)"/>
  <int value="9481"
      label="ADDRESS_HOME_ADMIN_LEVEL2: False Negative (Unknown)"/>
  <int value="9728" label="ADDRESS_HOME_STREET_LOCATION: True Positive"/>
  <int value="9729"
      label="ADDRESS_HOME_STREET_LOCATION: True Negative (Ambiguous)"/>
  <int value="9730"
      label="ADDRESS_HOME_STREET_LOCATION: True Negative (Unknown)"/>
  <int value="9731"
      label="ADDRESS_HOME_STREET_LOCATION: True Negative (Empty)"/>
  <int value="9732"
      label="ADDRESS_HOME_STREET_LOCATION: False Positive (Mismatch)"/>
  <int value="9733"
      label="ADDRESS_HOME_STREET_LOCATION: False Positive (Ambiguous)"/>
  <int value="9734"
      label="ADDRESS_HOME_STREET_LOCATION: False Positive (Unknown)"/>
  <int value="9735"
      label="ADDRESS_HOME_STREET_LOCATION: False Positive (Empty)"/>
  <int value="9736"
      label="ADDRESS_HOME_STREET_LOCATION: False Negative (Mismatch)"/>
  <int value="9737"
      label="ADDRESS_HOME_STREET_LOCATION: False Negative (Unknown)"/>
  <int value="9984" label="ADDRESS_HOME_OVERFLOW: True Positive"/>
  <int value="9985" label="ADDRESS_HOME_OVERFLOW: True Negative (Ambiguous)"/>
  <int value="9986" label="ADDRESS_HOME_OVERFLOW: True Negative (Unknown)"/>
  <int value="9987" label="ADDRESS_HOME_OVERFLOW: True Negative (Empty)"/>
  <int value="9988" label="ADDRESS_HOME_OVERFLOW: False Positive (Mismatch)"/>
  <int value="9989" label="ADDRESS_HOME_OVERFLOW: False Positive (Ambiguous)"/>
  <int value="9990" label="ADDRESS_HOME_OVERFLOW: False Positive (Unknown)"/>
  <int value="9991" label="ADDRESS_HOME_OVERFLOW: False Positive (Empty)"/>
  <int value="9992" label="ADDRESS_HOME_OVERFLOW: False Negative (Mismatch)"/>
  <int value="9993" label="ADDRESS_HOME_OVERFLOW: False Negative (Unknown)"/>
  <int value="10240" label="DELIVERY_INSTRUCTIONS: True Positive"/>
  <int value="10241" label="DELIVERY_INSTRUCTIONS: True Negative (Ambiguous)"/>
  <int value="10242" label="DELIVERY_INSTRUCTIONS: True Negative (Unknown)"/>
  <int value="10243" label="DELIVERY_INSTRUCTIONS: True Negative (Empty)"/>
  <int value="10244" label="DELIVERY_INSTRUCTIONS: False Positive (Mismatch)"/>
  <int value="10245" label="DELIVERY_INSTRUCTIONS: False Positive (Ambiguous)"/>
  <int value="10246" label="DELIVERY_INSTRUCTIONS: False Positive (Unknown)"/>
  <int value="10247" label="DELIVERY_INSTRUCTIONS: False Positive (Empty)"/>
  <int value="10248" label="DELIVERY_INSTRUCTIONS: False Negative (Mismatch)"/>
  <int value="10249" label="DELIVERY_INSTRUCTIONS: False Negative (Unknown)"/>
  <int value="10496" label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: True Positive"/>
  <int value="10497"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: True Negative (Ambiguous)"/>
  <int value="10498"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: True Negative (Unknown)"/>
  <int value="10499"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: True Negative (Empty)"/>
  <int value="10500"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: False Positive (Mismatch)"/>
  <int value="10501"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: False Positive (Ambiguous)"/>
  <int value="10502"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: False Positive (Unknown)"/>
  <int value="10503"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: False Positive (Empty)"/>
  <int value="10504"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: False Negative (Mismatch)"/>
  <int value="10505"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: False Negative (Unknown)"/>
  <int value="10752"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: True Positive"/>
  <int value="10753"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: True Negative
             (Ambiguous)"/>
  <int value="10754"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: True Negative
             (Unknown)"/>
  <int value="10755"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: True Negative (Empty)"/>
  <int value="10756"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: False Positive
             (Mismatch)"/>
  <int value="10757"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: False Positive
             (Ambiguous)"/>
  <int value="10758"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: False Positive
             (Unknown)"/>
  <int value="10759"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: False Positive (Empty)"/>
  <int value="10760"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: False Negative
             (Mismatch)"/>
  <int value="10761"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: False Negative
             (Unknown)"/>
  <int value="11008"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: True Positive"/>
  <int value="11009"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: True Negative
             (Ambiguous)"/>
  <int value="11010"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: True Negative
             (Unknown)"/>
  <int value="11011"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: True Negative (Empty)"/>
  <int value="11012"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: False Positive
             (Mismatch)"/>
  <int value="11013"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: False Positive
             (Ambiguous)"/>
  <int value="11014"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: False Positive
             (Unknown)"/>
  <int value="11015"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: False Positive
             (Empty)"/>
  <int value="11016"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: False Negative
             (Mismatch)"/>
  <int value="11017"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: False Negative
             (Unknown)"/>
  <int value="11264"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: True Positive"/>
  <int value="11265"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: True Negative
             (Ambiguous)"/>
  <int value="11266"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: True Negative
             (Unknown)"/>
  <int value="11267"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: True Negative (Empty)"/>
  <int value="11268"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: False Positive
             (Mismatch)"/>
  <int value="11269"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: False Positive
             (Ambiguous)"/>
  <int value="11270"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: False Positive
             (Unknown)"/>
  <int value="11271"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: False Positive
             (Empty)"/>
  <int value="11272"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: False Negative
             (Mismatch)"/>
  <int value="11273"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: False Negative
             (Unknown)"/>
  <int value="11520"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: True Positive"/>
  <int value="11521"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: True Negative
             (Ambiguous)"/>
  <int value="11522"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: True Negative
             (Unknown)"/>
  <int value="11523"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: True Negative
             (Empty)"/>
  <int value="11524"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: False Positive
             (Mismatch)"/>
  <int value="11525"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: False Positive
             (Ambiguous)"/>
  <int value="11526"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: False Positive
             (Unknown)"/>
  <int value="11527"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: False Positive
             (Empty)"/>
  <int value="11528"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: False Negative
             (Mismatch)"/>
  <int value="11529"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: False Negative
             (Unknown)"/>
  <int value="11776" label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: True Positive"/>
  <int value="11777"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: True Negative (Ambiguous)"/>
  <int value="11778"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: True Negative (Unknown)"/>
  <int value="11779"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: True Negative (Empty)"/>
  <int value="11780"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: False Positive (Mismatch)"/>
  <int value="11781"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: False Positive (Ambiguous)"/>
  <int value="11782"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: False Positive (Unknown)"/>
  <int value="11783"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: False Positive (Empty)"/>
  <int value="11784"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: False Negative (Mismatch)"/>
  <int value="11785"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: False Negative (Unknown)"/>
  <int value="12032"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: True Positive"/>
  <int value="12033"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: True Negative (Ambiguous)"/>
  <int value="12034"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: True Negative (Unknown)"/>
  <int value="12035"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: True Negative (Empty)"/>
  <int value="12036"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: False Positive (Mismatch)"/>
  <int value="12037"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: False Positive (Ambiguous)"/>
  <int value="12038"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: False Positive (Unknown)"/>
  <int value="12039"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: False Positive (Empty)"/>
  <int value="12040"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: False Negative (Mismatch)"/>
  <int value="12041"
      label="STANDALONE_CREDIT_CARD_VERIFICATION: False Negative (Unknown)"/>
</enum>

<enum name="AutofillFieldType">
<!-- Generated from components/autofill/core/browser/field_types.h.
Called by update_autofill_enums.py.-->

  <int value="0" label="NO_SERVER_DATA"/>
  <int value="1" label="UNKNOWN_TYPE"/>
  <int value="2" label="EMPTY_TYPE"/>
  <int value="3" label="NAME_FIRST"/>
  <int value="4" label="NAME_MIDDLE"/>
  <int value="5" label="NAME_LAST"/>
  <int value="6" label="NAME_MIDDLE_INITIAL"/>
  <int value="7" label="NAME_FULL"/>
  <int value="8" label="NAME_SUFFIX"/>
  <int value="9" label="EMAIL_ADDRESS"/>
  <int value="10" label="PHONE_HOME_NUMBER"/>
  <int value="11" label="PHONE_HOME_CITY_CODE"/>
  <int value="12" label="PHONE_HOME_COUNTRY_CODE"/>
  <int value="13" label="PHONE_HOME_CITY_AND_NUMBER"/>
  <int value="14" label="PHONE_HOME_WHOLE_NUMBER"/>
  <int value="30" label="ADDRESS_HOME_LINE1"/>
  <int value="31" label="ADDRESS_HOME_LINE2"/>
  <int value="32" label="ADDRESS_HOME_APT_NUM"/>
  <int value="33" label="ADDRESS_HOME_CITY"/>
  <int value="34" label="ADDRESS_HOME_STATE"/>
  <int value="35" label="ADDRESS_HOME_ZIP"/>
  <int value="36" label="ADDRESS_HOME_COUNTRY"/>
  <int value="51" label="CREDIT_CARD_NAME_FULL"/>
  <int value="52" label="CREDIT_CARD_NUMBER"/>
  <int value="53" label="CREDIT_CARD_EXP_MONTH"/>
  <int value="54" label="CREDIT_CARD_EXP_2_DIGIT_YEAR"/>
  <int value="55" label="CREDIT_CARD_EXP_4_DIGIT_YEAR"/>
  <int value="56" label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR"/>
  <int value="57" label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR"/>
  <int value="58" label="CREDIT_CARD_TYPE"/>
  <int value="59" label="CREDIT_CARD_VERIFICATION_CODE"/>
  <int value="60" label="COMPANY_NAME"/>
  <int value="61" label="FIELD_WITH_DEFAULT_VALUE"/>
  <int value="73" label="MERCHANT_EMAIL_SIGNUP"/>
  <int value="74" label="MERCHANT_PROMO_CODE"/>
  <int value="75" label="PASSWORD"/>
  <int value="76" label="ACCOUNT_CREATION_PASSWORD"/>
  <int value="77" label="ADDRESS_HOME_STREET_ADDRESS"/>
  <int value="79" label="ADDRESS_HOME_SORTING_CODE"/>
  <int value="81" label="ADDRESS_HOME_DEPENDENT_LOCALITY"/>
  <int value="83" label="ADDRESS_HOME_LINE3"/>
  <int value="85" label="NOT_ACCOUNT_CREATION_PASSWORD"/>
  <int value="86" label="USERNAME"/>
  <int value="87" label="USERNAME_AND_EMAIL_ADDRESS"/>
  <int value="88" label="NEW_PASSWORD"/>
  <int value="89" label="PROBABLY_NEW_PASSWORD"/>
  <int value="90" label="NOT_NEW_PASSWORD"/>
  <int value="91" label="CREDIT_CARD_NAME_FIRST"/>
  <int value="92" label="CREDIT_CARD_NAME_LAST"/>
  <int value="93" label="PHONE_HOME_EXTENSION"/>
  <int value="95" label="CONFIRMATION_PASSWORD"/>
  <int value="96" label="AMBIGUOUS_TYPE"/>
  <int value="97" label="SEARCH_TERM"/>
  <int value="98" label="PRICE"/>
  <int value="99" label="NOT_PASSWORD"/>
  <int value="100" label="SINGLE_USERNAME"/>
  <int value="101" label="NOT_USERNAME"/>
  <int value="102" label="UPI_VPA"/>
  <int value="103" label="ADDRESS_HOME_STREET_NAME"/>
  <int value="104" label="ADDRESS_HOME_HOUSE_NUMBER"/>
  <int value="105" label="ADDRESS_HOME_SUBPREMISE"/>
  <int value="106" label="ADDRESS_HOME_OTHER_SUBUNIT"/>
  <int value="107" label="NAME_LAST_FIRST"/>
  <int value="108" label="NAME_LAST_CONJUNCTION"/>
  <int value="109" label="NAME_LAST_SECOND"/>
  <int value="110" label="NAME_HONORIFIC_PREFIX"/>
  <int value="114" label="ADDRESS_HOME_ADDRESS"/>
  <int value="115" label="ADDRESS_HOME_ADDRESS_WITH_NAME"/>
  <int value="116" label="ADDRESS_HOME_FLOOR"/>
  <int value="118" label="BIRTHDATE_DAY"/>
  <int value="119" label="BIRTHDATE_MONTH"/>
  <int value="120" label="BIRTHDATE_4_DIGIT_YEAR"/>
  <int value="121" label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX"/>
  <int value="122" label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX"/>
  <int value="123" label="PHONE_HOME_NUMBER_PREFIX"/>
  <int value="124" label="PHONE_HOME_NUMBER_SUFFIX"/>
  <int value="125" label="IBAN_VALUE"/>
  <int value="126" label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE"/>
  <int value="128" label="NUMERIC_QUANTITY"/>
  <int value="129" label="ONE_TIME_CODE"/>
  <int value="133" label="DELIVERY_INSTRUCTIONS"/>
  <int value="135" label="ADDRESS_HOME_OVERFLOW"/>
  <int value="136" label="ADDRESS_HOME_LANDMARK"/>
  <int value="140" label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK"/>
  <int value="141" label="ADDRESS_HOME_ADMIN_LEVEL2"/>
  <int value="142" label="ADDRESS_HOME_STREET_LOCATION"/>
  <int value="143" label="ADDRESS_HOME_BETWEEN_STREETS"/>
  <int value="144" label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK"/>
  <int value="145" label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY"/>
  <int value="146" label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK"/>
  <int value="150" label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK"/>
  <int value="151" label="ADDRESS_HOME_BETWEEN_STREETS_1"/>
  <int value="152" label="ADDRESS_HOME_BETWEEN_STREETS_2"/>
  <int value="153" label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT"/>
  <int value="154" label="SINGLE_USERNAME_FORGOT_PASSWORD"/>
  <int value="156" label="ADDRESS_HOME_APT"/>
  <int value="157" label="ADDRESS_HOME_APT_TYPE"/>
  <int value="160" label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES"/>
  <int value="161" label="SERVER_RESPONSE_PENDING"/>
</enum>

<enum name="AutofillFillingMethodMetric">
  <int value="0" label="Full form"/>
  <int value="1" label="Group filling name fields"/>
  <int value="2" label="Group filling address fields"/>
  <int value="3" label="Group filling email fields"/>
  <int value="4" label="Group filling phone fields"/>
  <int value="5" label="Field by field filling"/>
</enum>

<enum name="AutofillFormEvent">
  <int value="0" label="Interacted (once)"/>
  <int value="1" label="Suggestions shown"/>
  <int value="2" label="Suggestions shown (once)"/>
  <int value="3" label="Local suggestion filled"/>
  <int value="4" label="(Obsolete) Full server card suggestion filled"/>
  <int value="5" label="Masked server card suggestion filled"/>
  <int value="6" label="Local suggestion filled (once)"/>
  <int value="7" label="(Obsolete) Full server card suggestion filled (once)"/>
  <int value="8" label="Masked server card suggestion filled (once)"/>
  <int value="9" label="Submitted with no suggestion filled (once)"/>
  <int value="10" label="Submitted with local suggestion filled (once)"/>
  <int value="11"
      label="(Obsolete) Submitted with full server card suggestion filled
             (once)"/>
  <int value="12"
      label="Submitted with masked server card suggestion filled (once)"/>
  <int value="13"
      label="(DEPRECATED, USE NEW VERSION) Masked server card suggestion
             selected">
    The user selected a masked server card that triggered an unmask attempt.
  </int>
  <int value="14"
      label="(DEPRECATED, USE NEW VERSION) Masked server card suggestion
             selected (once)">
    The user selected a masked server card that triggered an unmask attempt at
    least once.
  </int>
  <int value="15"
      label="About to be submitted with no suggestion filled (once)"/>
  <int value="16"
      label="About to be submitted with local suggestion filled (once)"/>
  <int value="17"
      label="(Obsolete) About to be submitted with full server card
             suggestion filled (once)"/>
  <int value="18"
      label="About to be submitted with masked server card suggestion filled
             (once)"/>
  <int value="19" label="Submitted with suggestion shown (once)"/>
  <int value="20" label="About to be submitted with suggestion shown (once)"/>
  <int value="21"
      label="Submitted with known card without selecting suggestions (once)"/>
  <int value="22"
      label="Submitted with unknown card without selecting suggestions (once)"/>
  <int value="23"
      label="Submitted with no card without selecting suggestions (once)"/>
  <int value="24"
      label="Submitted with wrong-length card without selecting suggestions
             (once)"/>
  <int value="25"
      label="Submitted with fail-luhn-check card without selecting
             suggestions (once)"/>
  <int value="26" label="The form changed dynamically (Deprecated)"/>
  <int value="27"
      label="The form changed dynamically and was fillable (Deprecated)"/>
  <int value="28" label="The form changed dynamically and was re-filled"/>
  <int value="29"
      label="The form changed dynamically again after the refill (Deprecated)"/>
  <int value="30" label="The popup was suppressed"/>
  <int value="31" label="The popup was suppressed (once)"/>
  <int value="32" label="The form was parsed"/>
  <int value="33" label="The user hide the suggestions"/>
  <int value="34" label="The user hide the suggestions (once)"/>
  <int value="35" label="Virtual card suggestion selected"/>
  <int value="36" label="Virtual card suggestion selected (once)"/>
  <int value="37" label="Virtual card suggestion filled"/>
  <int value="38" label="Virtual card suggestion filled (once)"/>
  <int value="39"
      label="About to be submitted with virtual card suggestion filled (once)"/>
  <int value="40" label="Submitted with virtual card suggestion filled (once)"/>
  <int value="41" label="Suggestions shown and included a virtual card"/>
  <int value="42" label="Suggestions shown and included a virtual card (once)"/>
  <int value="43"
      label="CreditCardSeamlessFill :-D (name &amp; number &amp; exp. date
             &amp; CVC = Full fill)"/>
  <int value="44"
      label="CreditCardSeamlessFill :-) (number &amp; exp. date &amp; CVC =
             Optional name missing)"/>
  <int value="45"
      label="CreditCardSeamlessFill :-) (name &amp; number &amp; exp. date =
             Optional CVC missing)"/>
  <int value="46"
      label="CreditCardSeamlessFill :-) (number &amp; exp. date = Optional
             name and CVC missing)"/>
  <int value="47"
      label="CreditCardSeamlessFill :-| (name &amp; number &amp; CVC = Full
             fill but exp. date missing)"/>
  <int value="48"
      label="CreditCardSeamlessFill :-( (all other scenarios = Partial fill)"/>
  <int value="49"
      label="Missing shared-autofill feature prevented a cross-origin
             credit-card field from being filled. Shared-autofill is a
             policy-controlled feature by which a frame can allow a
             child-frame to be autofilled across origin."/>
  <int value="50"
      label="CreditCardSeamlessFillable :-D (name &amp; number &amp; exp.
             date &amp; CVC = Full fill)"/>
  <int value="51"
      label="CreditCardSeamlessFillable :-) (number &amp; exp. date &amp; CVC
             = Optional name missing)"/>
  <int value="52"
      label="CreditCardSeamlessFillable :-) (name &amp; number &amp; exp.
             date = Optional CVC missing)"/>
  <int value="53"
      label="CreditCardSeamlessFillable :-) (number &amp; exp. date =
             Optional name and CVC missing)"/>
  <int value="54"
      label="CreditCardSeamlessFillable :-| (name &amp; number &amp; CVC =
             Full fill but exp. date missing)"/>
  <int value="55"
      label="CreditCardSeamlessFillable :-( (all other scenarios = Partial
             fill)"/>
  <int value="56"
      label="Local suggestion of a deduped server card filled (once)"/>
  <int value="57"
      label="Autofilled field was cleared by JavaScript within
             kLimitBeforeRefill (1s) after being filled (once)"/>
  <int value="58" label="Suggestions shown and included a card with metadata"/>
  <int value="59" label="Suggestions shown and none had metadata"/>
  <int value="60" label="Selected card suggestion had metadata"/>
  <int value="61" label="Selected card suggestion did not have metadata"/>
  <int value="64"
      label="Suggestions shown and included a card with metadata (once)"/>
  <int value="65" label="Suggestions shown and none had metadata (once)"/>
  <int value="66" label="Selected card suggestion had metadata (once)"/>
  <int value="67"
      label="Selected card suggestion did not have metadata (once)"/>
  <int value="68" label="Filled card suggestion had metadata"/>
  <int value="69" label="Filled card suggestion did not have metadata"/>
  <int value="70"
      label="A card was submitted after a suggestion with metadata was filled
             (once)"/>
  <int value="71"
      label="A card was submitted after a suggestion without metadata was
             filled (once)"/>
  <int value="72" label="Server card of a deduped local card selected (once)"/>
  <int value="73" label="Server card of a deduped local card filled (once)"/>
  <int value="74" label="Server card of a deduped local card submitted (once)"/>
  <int value="75" label="Filled card suggestion had metadata (once)"/>
  <int value="76" label="Filled card suggestion did not have metadata (once)"/>
  <int value="77"
      label="A card was about to be submitted after a suggestion with
             metadata was filled (once)"/>
  <int value="78"
      label="A card was about to be submitted after a suggestion without
             metadata was filled (once)"/>
  <int value="79" label="Suggestions for card with CVC shown"/>
  <int value="80" label="Suggestions for card with CVC shown (once)"/>
  <int value="81" label="Suggestion for card with CVC selected"/>
  <int value="82" label="Suggestion for card with CVC selected (once)"/>
  <int value="83" label="Suggestion for card with CVC filled"/>
  <int value="84" label="Suggestion for card with CVC filled (once)"/>
  <int value="85"
      label="Form about to be submitted after any suggestion for card with
             CVC was filled (once)"/>
  <int value="86"
      label="Form submitted after any suggestion for card with CVC was filled
             (once)"/>
  <int value="87" label="Masked server card suggestion selected"/>
  <int value="88" label="Masked server card suggestion selected (once)"/>
  <int value="89"
      label="Suggestions containing cards with a benefit available were shown"/>
  <int value="90"
      label="(DEPRECATED) Suggestions were shown, and no card had a benefit
             available"/>
  <int value="91"
      label="Suggestions containing cards with a benefit available were shown
             (once)"/>
  <int value="92"
      label="(DEPRECATED) Suggestions were shown, and no card had a benefit
             available (once)"/>
  <int value="93"
      label="Suggestion for a masked server card with a benefit available was
             selected"/>
  <int value="94"
      label="(DEPRECATED) Suggestion for a masked server card with no benefit
             available was selected"/>
  <int value="95"
      label="Suggestion for a masked server card with a benefit available was
             selected (once)"/>
  <int value="96"
      label="(DEPRECATED) Suggestion for a masked server card with no benefit
             available was selected (once)"/>
  <int value="97"
      label="Suggestion for a masked server card with a benefit available was
             filled"/>
  <int value="98"
      label="(DEPRECATED) Suggestion for a masked server card with no benefit
             available was filled"/>
  <int value="99"
      label="Suggestion for a masked server card with a benefit available was
             filled (once)"/>
  <int value="100"
      label="(DEPRECATED) Suggestion for a masked server card with no benefit
             available was filled (once)"/>
  <int value="101"
      label="(DEPRECATED) Form was about to be submitted after a suggestion
             for a masked server card with a benefit available was filled
             (once)"/>
  <int value="102"
      label="(DEPRECATED) Form was about to be submitted after a suggestion
             for masked server card with no benefit available was filled
             (once)"/>
  <int value="103"
      label="Form was submitted after a suggestion for a masked server card
             with a benefit available was filled (once)"/>
  <int value="104"
      label="(DEPRECATED) Form was submitted after a suggestion for a masked
             server card with no benefit available was filled (once)"/>
  <int value="105"
      label="Suggestion for a masked server card was selected after
             suggestions containing cards with a benefit available were shown
             (once)"/>
  <int value="106"
      label="Suggestion for a masked server card was filled after suggestions
             containing cards with a benefit available were shown (once)"/>
  <int value="107"
      label="Form was submitted after suggestions containing cards with a
             benefit available were shown (once)"/>
</enum>

<enum name="AutofillGetRealPanResult">
  <int value="0" label="Success"/>
  <int value="1" label="Retriable failure"/>
  <int value="2" label="Non-retriable failure"/>
  <int value="3" label="Network error"/>
  <int value="4" label="Virtual card retriable failure"/>
  <int value="5" label="Virtual card non-retriable failure"/>
  <int value="6" label="Client-side timeout"/>
</enum>

<enum name="AutofillInDevtoolsAvailableTestAddressesCountries">
  <int value="0" label="United States test address selected"/>
  <int value="1" label="Brazil test address selected"/>
  <int value="2" label="Mexico test address selected"/>
  <int value="3" label="Japan test address selected"/>
  <int value="4" label="India test address selected"/>
  <int value="5" label="Germany test address selected"/>
</enum>

<enum name="AutofillInDevtoolsTestAddressesEvents">
  <int value="0" label="Suggestion shown"/>
  <int value="1" label="Suggestion Selected"/>
</enum>

<enum name="AutofillLocalCardMigrationBubbleOffer">
  <int value="0" label="Show requested"/>
  <int value="1" label="Shown"/>
</enum>

<enum name="AutofillLocalCardMigrationBubbleResult">
  <int value="0" label="User explicitly accepted the bubble"/>
  <int value="1" label="User explicitly closed the the bubble"/>
  <int value="2" label="User did not interact with the bubble"/>
  <int value="3" label="Bubble lost focus and was deactivated"/>
  <int value="4" label="Bubble result unknown"/>
</enum>

<enum name="AutofillLocalCardMigrationBubbleUserInteraction">
  <int value="0" label="User explicitly accepted bubble"/>
  <int value="1" label="User explicitly denied bubble"/>
  <int value="2" label="User navigated away from page while bubble showing"/>
  <int value="3" label="User navigated away from page while bubble hidden"/>
</enum>

<enum name="AutofillLocalCardMigrationDecisionMetric">
  <int value="0" label="Migration offered"/>
  <int value="1" label="User used new card"/>
  <int value="2" label="Failed migration prerequisites"/>
  <int value="3" label="Reached max strikes"/>
  <int value="4" label="No migratable cards"/>
  <int value="5" label="Get upload details RPC failed"/>
  <int value="6" label="All cards are unsupported"/>
  <int value="7" label="Single local card"/>
  <int value="8" label="User used unsupported local card"/>
  <int value="9" label="Invalid legal message detected"/>
</enum>

<enum name="AutofillLocalCardMigrationDialogOffer">
  <int value="0" label="Shown"/>
  <int value="1" label="Not shown due to legal message being invalid"/>
  <int value="2" label="Feedback dialog shown"/>
  <int value="3" label="Feedback server error dialog shown"/>
</enum>

<enum name="AutofillLocalCardMigrationDialogUserInteraction">
  <int value="0" label="User explicitly accepted dialog"/>
  <int value="1" label="User explicitly denied dialog"/>
  <int value="2" label="User clicked legal message link"/>
  <int value="3" label="User clicked view card button"/>
  <int value="4" label="User clicked done button"/>
  <int value="5" label="User clicked delete card icon"/>
</enum>

<enum name="AutofillManageCardsPrompt">
  <int value="0" label="Shown"/>
  <int value="1" label="Done button pressed"/>
  <int value="2" label="Manage cards button pressed"/>
</enum>

<enum name="AutofillManuallyAddedAddressSurface">
  <summary>
    Describes the surface used by the user for adding a new address.
  </summary>
  <int value="0"
      label="Context menu, after trigger manual fallback and having no
             addresses stored."/>
  <int value="1" label="Settings page."/>
</enum>

<enum name="AutofillOfferNotificationBubbleResult">
  <int value="0" label="User closed bubble via OK button"/>
  <int value="1" label="User closed bubble via corner X"/>
  <int value="2" label="User did not interact with the bubble"/>
  <int value="3" label="Bubble lost focus and was deactivated"/>
</enum>

<enum name="AutofillOptionsReferrer">
  <int value="0" label="User entered the autofill options via main settings."/>
  <int value="1" label="User entered the autofill options via deep link."/>
</enum>

<enum name="AutofillOtpAuthEvent">
  <int value="0" label="Unknown result"/>
  <int value="1" label="OTP auth succeeded"/>
  <int value="2" label="OTP auth failed due to flow being cancelled"/>
  <int value="3"
      label="OTP auth failed due to generic error in SelectChallengeOption
             request"/>
  <int value="4"
      label="OTP auth failed due to virtual card retrieval error in
             SelectChallengeOption request"/>
  <int value="5"
      label="OTP auth failed due to auth error in UnmaskCard request"/>
  <int value="6"
      label="OTP auth failed due to virtual card retrieval error in
             UnmaskCard request"/>
  <int value="7" label="OTP auth temporarily failed due to OTP being expired"/>
  <int value="8"
      label="OTP auth temporarily failed due to OTP being incorrect"/>
</enum>

<enum name="AutofillOtpInputDialogError">
  <int value="0" label="Unknown error"/>
  <int value="1" label="OTP expired temporary error was shown"/>
  <int value="2" label="OTP mismatch temporary error was shown"/>
</enum>

<enum name="AutofillOtpInputDialogResult">
  <int value="0" label="Unknown result"/>
  <int value="1"
      label="User closed the OTP input dialog before pressing the OK button"/>
  <int value="2"
      label="User closed the OTP input dialog after pressing the OK button"/>
  <int value="3"
      label="OTP input dialog closed automatically after the OTP verification
             succeeded"/>
  <int value="4"
      label="OTP input dialog closed automatically after a server failure
             response"/>
</enum>

<enum name="AutofillPopupInteraction">
  <int value="0" label="The popup was shown."/>
  <int value="1" label="A suggestion was selected."/>
  <int value="2" label="A suggestion was accepted."/>
</enum>

<enum name="AutofillPredictionsComparisonResult">
<!-- Generated from components/autofill/core/browser/field_types.h.
Called by update_autofill_enums.py.-->

  <int value="0" label="None"/>
  <int value="1" label="NO_SERVER_DATA - Predictions equal - Value agrees"/>
  <int value="2" label="NO_SERVER_DATA - Predictions equal - Value disagrees"/>
  <int value="3"
      label="NO_SERVER_DATA - Predictions different - Value agrees with old
             prediction"/>
  <int value="4"
      label="NO_SERVER_DATA - Predictions different - Value agrees with new
             prediction"/>
  <int value="5"
      label="NO_SERVER_DATA - Predictions different - Value agrees with
             neither prediction"/>
  <int value="6"
      label="NO_SERVER_DATA - Predictions different - Value agrees with both
             predictions"/>
  <int value="7" label="UNKNOWN_TYPE - Predictions equal - Value agrees"/>
  <int value="8" label="UNKNOWN_TYPE - Predictions equal - Value disagrees"/>
  <int value="9"
      label="UNKNOWN_TYPE - Predictions different - Value agrees with old
             prediction"/>
  <int value="10"
      label="UNKNOWN_TYPE - Predictions different - Value agrees with new
             prediction"/>
  <int value="11"
      label="UNKNOWN_TYPE - Predictions different - Value agrees with neither
             prediction"/>
  <int value="12"
      label="UNKNOWN_TYPE - Predictions different - Value agrees with both
             predictions"/>
  <int value="13" label="EMPTY_TYPE - Predictions equal - Value agrees"/>
  <int value="14" label="EMPTY_TYPE - Predictions equal - Value disagrees"/>
  <int value="15"
      label="EMPTY_TYPE - Predictions different - Value agrees with old
             prediction"/>
  <int value="16"
      label="EMPTY_TYPE - Predictions different - Value agrees with new
             prediction"/>
  <int value="17"
      label="EMPTY_TYPE - Predictions different - Value agrees with neither
             prediction"/>
  <int value="18"
      label="EMPTY_TYPE - Predictions different - Value agrees with both
             predictions"/>
  <int value="19" label="NAME_FIRST - Predictions equal - Value agrees"/>
  <int value="20" label="NAME_FIRST - Predictions equal - Value disagrees"/>
  <int value="21"
      label="NAME_FIRST - Predictions different - Value agrees with old
             prediction"/>
  <int value="22"
      label="NAME_FIRST - Predictions different - Value agrees with new
             prediction"/>
  <int value="23"
      label="NAME_FIRST - Predictions different - Value agrees with neither
             prediction"/>
  <int value="24"
      label="NAME_FIRST - Predictions different - Value agrees with both
             predictions"/>
  <int value="25" label="NAME_MIDDLE - Predictions equal - Value agrees"/>
  <int value="26" label="NAME_MIDDLE - Predictions equal - Value disagrees"/>
  <int value="27"
      label="NAME_MIDDLE - Predictions different - Value agrees with old
             prediction"/>
  <int value="28"
      label="NAME_MIDDLE - Predictions different - Value agrees with new
             prediction"/>
  <int value="29"
      label="NAME_MIDDLE - Predictions different - Value agrees with neither
             prediction"/>
  <int value="30"
      label="NAME_MIDDLE - Predictions different - Value agrees with both
             predictions"/>
  <int value="31" label="NAME_LAST - Predictions equal - Value agrees"/>
  <int value="32" label="NAME_LAST - Predictions equal - Value disagrees"/>
  <int value="33"
      label="NAME_LAST - Predictions different - Value agrees with old
             prediction"/>
  <int value="34"
      label="NAME_LAST - Predictions different - Value agrees with new
             prediction"/>
  <int value="35"
      label="NAME_LAST - Predictions different - Value agrees with neither
             prediction"/>
  <int value="36"
      label="NAME_LAST - Predictions different - Value agrees with both
             predictions"/>
  <int value="37"
      label="NAME_MIDDLE_INITIAL - Predictions equal - Value agrees"/>
  <int value="38"
      label="NAME_MIDDLE_INITIAL - Predictions equal - Value disagrees"/>
  <int value="39"
      label="NAME_MIDDLE_INITIAL - Predictions different - Value agrees with
             old prediction"/>
  <int value="40"
      label="NAME_MIDDLE_INITIAL - Predictions different - Value agrees with
             new prediction"/>
  <int value="41"
      label="NAME_MIDDLE_INITIAL - Predictions different - Value agrees with
             neither prediction"/>
  <int value="42"
      label="NAME_MIDDLE_INITIAL - Predictions different - Value agrees with
             both predictions"/>
  <int value="43" label="NAME_FULL - Predictions equal - Value agrees"/>
  <int value="44" label="NAME_FULL - Predictions equal - Value disagrees"/>
  <int value="45"
      label="NAME_FULL - Predictions different - Value agrees with old
             prediction"/>
  <int value="46"
      label="NAME_FULL - Predictions different - Value agrees with new
             prediction"/>
  <int value="47"
      label="NAME_FULL - Predictions different - Value agrees with neither
             prediction"/>
  <int value="48"
      label="NAME_FULL - Predictions different - Value agrees with both
             predictions"/>
  <int value="49" label="NAME_SUFFIX - Predictions equal - Value agrees"/>
  <int value="50" label="NAME_SUFFIX - Predictions equal - Value disagrees"/>
  <int value="51"
      label="NAME_SUFFIX - Predictions different - Value agrees with old
             prediction"/>
  <int value="52"
      label="NAME_SUFFIX - Predictions different - Value agrees with new
             prediction"/>
  <int value="53"
      label="NAME_SUFFIX - Predictions different - Value agrees with neither
             prediction"/>
  <int value="54"
      label="NAME_SUFFIX - Predictions different - Value agrees with both
             predictions"/>
  <int value="55" label="EMAIL_ADDRESS - Predictions equal - Value agrees"/>
  <int value="56" label="EMAIL_ADDRESS - Predictions equal - Value disagrees"/>
  <int value="57"
      label="EMAIL_ADDRESS - Predictions different - Value agrees with old
             prediction"/>
  <int value="58"
      label="EMAIL_ADDRESS - Predictions different - Value agrees with new
             prediction"/>
  <int value="59"
      label="EMAIL_ADDRESS - Predictions different - Value agrees with
             neither prediction"/>
  <int value="60"
      label="EMAIL_ADDRESS - Predictions different - Value agrees with both
             predictions"/>
  <int value="61" label="PHONE_HOME_NUMBER - Predictions equal - Value agrees"/>
  <int value="62"
      label="PHONE_HOME_NUMBER - Predictions equal - Value disagrees"/>
  <int value="63"
      label="PHONE_HOME_NUMBER - Predictions different - Value agrees with
             old prediction"/>
  <int value="64"
      label="PHONE_HOME_NUMBER - Predictions different - Value agrees with
             new prediction"/>
  <int value="65"
      label="PHONE_HOME_NUMBER - Predictions different - Value agrees with
             neither prediction"/>
  <int value="66"
      label="PHONE_HOME_NUMBER - Predictions different - Value agrees with
             both predictions"/>
  <int value="67"
      label="PHONE_HOME_CITY_CODE - Predictions equal - Value agrees"/>
  <int value="68"
      label="PHONE_HOME_CITY_CODE - Predictions equal - Value disagrees"/>
  <int value="69"
      label="PHONE_HOME_CITY_CODE - Predictions different - Value agrees with
             old prediction"/>
  <int value="70"
      label="PHONE_HOME_CITY_CODE - Predictions different - Value agrees with
             new prediction"/>
  <int value="71"
      label="PHONE_HOME_CITY_CODE - Predictions different - Value agrees with
             neither prediction"/>
  <int value="72"
      label="PHONE_HOME_CITY_CODE - Predictions different - Value agrees with
             both predictions"/>
  <int value="73"
      label="PHONE_HOME_COUNTRY_CODE - Predictions equal - Value agrees"/>
  <int value="74"
      label="PHONE_HOME_COUNTRY_CODE - Predictions equal - Value disagrees"/>
  <int value="75"
      label="PHONE_HOME_COUNTRY_CODE - Predictions different - Value agrees
             with old prediction"/>
  <int value="76"
      label="PHONE_HOME_COUNTRY_CODE - Predictions different - Value agrees
             with new prediction"/>
  <int value="77"
      label="PHONE_HOME_COUNTRY_CODE - Predictions different - Value agrees
             with neither prediction"/>
  <int value="78"
      label="PHONE_HOME_COUNTRY_CODE - Predictions different - Value agrees
             with both predictions"/>
  <int value="79"
      label="PHONE_HOME_CITY_AND_NUMBER - Predictions equal - Value agrees"/>
  <int value="80"
      label="PHONE_HOME_CITY_AND_NUMBER - Predictions equal - Value disagrees"/>
  <int value="81"
      label="PHONE_HOME_CITY_AND_NUMBER - Predictions different - Value
             agrees with old prediction"/>
  <int value="82"
      label="PHONE_HOME_CITY_AND_NUMBER - Predictions different - Value
             agrees with new prediction"/>
  <int value="83"
      label="PHONE_HOME_CITY_AND_NUMBER - Predictions different - Value
             agrees with neither prediction"/>
  <int value="84"
      label="PHONE_HOME_CITY_AND_NUMBER - Predictions different - Value
             agrees with both predictions"/>
  <int value="85"
      label="PHONE_HOME_WHOLE_NUMBER - Predictions equal - Value agrees"/>
  <int value="86"
      label="PHONE_HOME_WHOLE_NUMBER - Predictions equal - Value disagrees"/>
  <int value="87"
      label="PHONE_HOME_WHOLE_NUMBER - Predictions different - Value agrees
             with old prediction"/>
  <int value="88"
      label="PHONE_HOME_WHOLE_NUMBER - Predictions different - Value agrees
             with new prediction"/>
  <int value="89"
      label="PHONE_HOME_WHOLE_NUMBER - Predictions different - Value agrees
             with neither prediction"/>
  <int value="90"
      label="PHONE_HOME_WHOLE_NUMBER - Predictions different - Value agrees
             with both predictions"/>
  <int value="181"
      label="ADDRESS_HOME_LINE1 - Predictions equal - Value agrees"/>
  <int value="182"
      label="ADDRESS_HOME_LINE1 - Predictions equal - Value disagrees"/>
  <int value="183"
      label="ADDRESS_HOME_LINE1 - Predictions different - Value agrees with
             old prediction"/>
  <int value="184"
      label="ADDRESS_HOME_LINE1 - Predictions different - Value agrees with
             new prediction"/>
  <int value="185"
      label="ADDRESS_HOME_LINE1 - Predictions different - Value agrees with
             neither prediction"/>
  <int value="186"
      label="ADDRESS_HOME_LINE1 - Predictions different - Value agrees with
             both predictions"/>
  <int value="187"
      label="ADDRESS_HOME_LINE2 - Predictions equal - Value agrees"/>
  <int value="188"
      label="ADDRESS_HOME_LINE2 - Predictions equal - Value disagrees"/>
  <int value="189"
      label="ADDRESS_HOME_LINE2 - Predictions different - Value agrees with
             old prediction"/>
  <int value="190"
      label="ADDRESS_HOME_LINE2 - Predictions different - Value agrees with
             new prediction"/>
  <int value="191"
      label="ADDRESS_HOME_LINE2 - Predictions different - Value agrees with
             neither prediction"/>
  <int value="192"
      label="ADDRESS_HOME_LINE2 - Predictions different - Value agrees with
             both predictions"/>
  <int value="193"
      label="ADDRESS_HOME_APT_NUM - Predictions equal - Value agrees"/>
  <int value="194"
      label="ADDRESS_HOME_APT_NUM - Predictions equal - Value disagrees"/>
  <int value="195"
      label="ADDRESS_HOME_APT_NUM - Predictions different - Value agrees with
             old prediction"/>
  <int value="196"
      label="ADDRESS_HOME_APT_NUM - Predictions different - Value agrees with
             new prediction"/>
  <int value="197"
      label="ADDRESS_HOME_APT_NUM - Predictions different - Value agrees with
             neither prediction"/>
  <int value="198"
      label="ADDRESS_HOME_APT_NUM - Predictions different - Value agrees with
             both predictions"/>
  <int value="199"
      label="ADDRESS_HOME_CITY - Predictions equal - Value agrees"/>
  <int value="200"
      label="ADDRESS_HOME_CITY - Predictions equal - Value disagrees"/>
  <int value="201"
      label="ADDRESS_HOME_CITY - Predictions different - Value agrees with
             old prediction"/>
  <int value="202"
      label="ADDRESS_HOME_CITY - Predictions different - Value agrees with
             new prediction"/>
  <int value="203"
      label="ADDRESS_HOME_CITY - Predictions different - Value agrees with
             neither prediction"/>
  <int value="204"
      label="ADDRESS_HOME_CITY - Predictions different - Value agrees with
             both predictions"/>
  <int value="205"
      label="ADDRESS_HOME_STATE - Predictions equal - Value agrees"/>
  <int value="206"
      label="ADDRESS_HOME_STATE - Predictions equal - Value disagrees"/>
  <int value="207"
      label="ADDRESS_HOME_STATE - Predictions different - Value agrees with
             old prediction"/>
  <int value="208"
      label="ADDRESS_HOME_STATE - Predictions different - Value agrees with
             new prediction"/>
  <int value="209"
      label="ADDRESS_HOME_STATE - Predictions different - Value agrees with
             neither prediction"/>
  <int value="210"
      label="ADDRESS_HOME_STATE - Predictions different - Value agrees with
             both predictions"/>
  <int value="211" label="ADDRESS_HOME_ZIP - Predictions equal - Value agrees"/>
  <int value="212"
      label="ADDRESS_HOME_ZIP - Predictions equal - Value disagrees"/>
  <int value="213"
      label="ADDRESS_HOME_ZIP - Predictions different - Value agrees with old
             prediction"/>
  <int value="214"
      label="ADDRESS_HOME_ZIP - Predictions different - Value agrees with new
             prediction"/>
  <int value="215"
      label="ADDRESS_HOME_ZIP - Predictions different - Value agrees with
             neither prediction"/>
  <int value="216"
      label="ADDRESS_HOME_ZIP - Predictions different - Value agrees with
             both predictions"/>
  <int value="217"
      label="ADDRESS_HOME_COUNTRY - Predictions equal - Value agrees"/>
  <int value="218"
      label="ADDRESS_HOME_COUNTRY - Predictions equal - Value disagrees"/>
  <int value="219"
      label="ADDRESS_HOME_COUNTRY - Predictions different - Value agrees with
             old prediction"/>
  <int value="220"
      label="ADDRESS_HOME_COUNTRY - Predictions different - Value agrees with
             new prediction"/>
  <int value="221"
      label="ADDRESS_HOME_COUNTRY - Predictions different - Value agrees with
             neither prediction"/>
  <int value="222"
      label="ADDRESS_HOME_COUNTRY - Predictions different - Value agrees with
             both predictions"/>
  <int value="307"
      label="CREDIT_CARD_NAME_FULL - Predictions equal - Value agrees"/>
  <int value="308"
      label="CREDIT_CARD_NAME_FULL - Predictions equal - Value disagrees"/>
  <int value="309"
      label="CREDIT_CARD_NAME_FULL - Predictions different - Value agrees
             with old prediction"/>
  <int value="310"
      label="CREDIT_CARD_NAME_FULL - Predictions different - Value agrees
             with new prediction"/>
  <int value="311"
      label="CREDIT_CARD_NAME_FULL - Predictions different - Value agrees
             with neither prediction"/>
  <int value="312"
      label="CREDIT_CARD_NAME_FULL - Predictions different - Value agrees
             with both predictions"/>
  <int value="313"
      label="CREDIT_CARD_NUMBER - Predictions equal - Value agrees"/>
  <int value="314"
      label="CREDIT_CARD_NUMBER - Predictions equal - Value disagrees"/>
  <int value="315"
      label="CREDIT_CARD_NUMBER - Predictions different - Value agrees with
             old prediction"/>
  <int value="316"
      label="CREDIT_CARD_NUMBER - Predictions different - Value agrees with
             new prediction"/>
  <int value="317"
      label="CREDIT_CARD_NUMBER - Predictions different - Value agrees with
             neither prediction"/>
  <int value="318"
      label="CREDIT_CARD_NUMBER - Predictions different - Value agrees with
             both predictions"/>
  <int value="319"
      label="CREDIT_CARD_EXP_MONTH - Predictions equal - Value agrees"/>
  <int value="320"
      label="CREDIT_CARD_EXP_MONTH - Predictions equal - Value disagrees"/>
  <int value="321"
      label="CREDIT_CARD_EXP_MONTH - Predictions different - Value agrees
             with old prediction"/>
  <int value="322"
      label="CREDIT_CARD_EXP_MONTH - Predictions different - Value agrees
             with new prediction"/>
  <int value="323"
      label="CREDIT_CARD_EXP_MONTH - Predictions different - Value agrees
             with neither prediction"/>
  <int value="324"
      label="CREDIT_CARD_EXP_MONTH - Predictions different - Value agrees
             with both predictions"/>
  <int value="325"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR - Predictions equal - Value agrees"/>
  <int value="326"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR - Predictions equal - Value
             disagrees"/>
  <int value="327"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR - Predictions different - Value
             agrees with old prediction"/>
  <int value="328"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR - Predictions different - Value
             agrees with new prediction"/>
  <int value="329"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR - Predictions different - Value
             agrees with neither prediction"/>
  <int value="330"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR - Predictions different - Value
             agrees with both predictions"/>
  <int value="331"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR - Predictions equal - Value agrees"/>
  <int value="332"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR - Predictions equal - Value
             disagrees"/>
  <int value="333"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR - Predictions different - Value
             agrees with old prediction"/>
  <int value="334"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR - Predictions different - Value
             agrees with new prediction"/>
  <int value="335"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR - Predictions different - Value
             agrees with neither prediction"/>
  <int value="336"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR - Predictions different - Value
             agrees with both predictions"/>
  <int value="337"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR - Predictions equal - Value
             agrees"/>
  <int value="338"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR - Predictions equal - Value
             disagrees"/>
  <int value="339"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR - Predictions different -
             Value agrees with old prediction"/>
  <int value="340"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR - Predictions different -
             Value agrees with new prediction"/>
  <int value="341"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR - Predictions different -
             Value agrees with neither prediction"/>
  <int value="342"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR - Predictions different -
             Value agrees with both predictions"/>
  <int value="343"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR - Predictions equal - Value
             agrees"/>
  <int value="344"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR - Predictions equal - Value
             disagrees"/>
  <int value="345"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR - Predictions different -
             Value agrees with old prediction"/>
  <int value="346"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR - Predictions different -
             Value agrees with new prediction"/>
  <int value="347"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR - Predictions different -
             Value agrees with neither prediction"/>
  <int value="348"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR - Predictions different -
             Value agrees with both predictions"/>
  <int value="349" label="CREDIT_CARD_TYPE - Predictions equal - Value agrees"/>
  <int value="350"
      label="CREDIT_CARD_TYPE - Predictions equal - Value disagrees"/>
  <int value="351"
      label="CREDIT_CARD_TYPE - Predictions different - Value agrees with old
             prediction"/>
  <int value="352"
      label="CREDIT_CARD_TYPE - Predictions different - Value agrees with new
             prediction"/>
  <int value="353"
      label="CREDIT_CARD_TYPE - Predictions different - Value agrees with
             neither prediction"/>
  <int value="354"
      label="CREDIT_CARD_TYPE - Predictions different - Value agrees with
             both predictions"/>
  <int value="355"
      label="CREDIT_CARD_VERIFICATION_CODE - Predictions equal - Value agrees"/>
  <int value="356"
      label="CREDIT_CARD_VERIFICATION_CODE - Predictions equal - Value
             disagrees"/>
  <int value="357"
      label="CREDIT_CARD_VERIFICATION_CODE - Predictions different - Value
             agrees with old prediction"/>
  <int value="358"
      label="CREDIT_CARD_VERIFICATION_CODE - Predictions different - Value
             agrees with new prediction"/>
  <int value="359"
      label="CREDIT_CARD_VERIFICATION_CODE - Predictions different - Value
             agrees with neither prediction"/>
  <int value="360"
      label="CREDIT_CARD_VERIFICATION_CODE - Predictions different - Value
             agrees with both predictions"/>
  <int value="361" label="COMPANY_NAME - Predictions equal - Value agrees"/>
  <int value="362" label="COMPANY_NAME - Predictions equal - Value disagrees"/>
  <int value="363"
      label="COMPANY_NAME - Predictions different - Value agrees with old
             prediction"/>
  <int value="364"
      label="COMPANY_NAME - Predictions different - Value agrees with new
             prediction"/>
  <int value="365"
      label="COMPANY_NAME - Predictions different - Value agrees with neither
             prediction"/>
  <int value="366"
      label="COMPANY_NAME - Predictions different - Value agrees with both
             predictions"/>
  <int value="367"
      label="FIELD_WITH_DEFAULT_VALUE - Predictions equal - Value agrees"/>
  <int value="368"
      label="FIELD_WITH_DEFAULT_VALUE - Predictions equal - Value disagrees"/>
  <int value="369"
      label="FIELD_WITH_DEFAULT_VALUE - Predictions different - Value agrees
             with old prediction"/>
  <int value="370"
      label="FIELD_WITH_DEFAULT_VALUE - Predictions different - Value agrees
             with new prediction"/>
  <int value="371"
      label="FIELD_WITH_DEFAULT_VALUE - Predictions different - Value agrees
             with neither prediction"/>
  <int value="372"
      label="FIELD_WITH_DEFAULT_VALUE - Predictions different - Value agrees
             with both predictions"/>
  <int value="439"
      label="MERCHANT_EMAIL_SIGNUP - Predictions equal - Value agrees"/>
  <int value="440"
      label="MERCHANT_EMAIL_SIGNUP - Predictions equal - Value disagrees"/>
  <int value="441"
      label="MERCHANT_EMAIL_SIGNUP - Predictions different - Value agrees
             with old prediction"/>
  <int value="442"
      label="MERCHANT_EMAIL_SIGNUP - Predictions different - Value agrees
             with new prediction"/>
  <int value="443"
      label="MERCHANT_EMAIL_SIGNUP - Predictions different - Value agrees
             with neither prediction"/>
  <int value="444"
      label="MERCHANT_EMAIL_SIGNUP - Predictions different - Value agrees
             with both predictions"/>
  <int value="445"
      label="MERCHANT_PROMO_CODE - Predictions equal - Value agrees"/>
  <int value="446"
      label="MERCHANT_PROMO_CODE - Predictions equal - Value disagrees"/>
  <int value="447"
      label="MERCHANT_PROMO_CODE - Predictions different - Value agrees with
             old prediction"/>
  <int value="448"
      label="MERCHANT_PROMO_CODE - Predictions different - Value agrees with
             new prediction"/>
  <int value="449"
      label="MERCHANT_PROMO_CODE - Predictions different - Value agrees with
             neither prediction"/>
  <int value="450"
      label="MERCHANT_PROMO_CODE - Predictions different - Value agrees with
             both predictions"/>
  <int value="451" label="PASSWORD - Predictions equal - Value agrees"/>
  <int value="452" label="PASSWORD - Predictions equal - Value disagrees"/>
  <int value="453"
      label="PASSWORD - Predictions different - Value agrees with old
             prediction"/>
  <int value="454"
      label="PASSWORD - Predictions different - Value agrees with new
             prediction"/>
  <int value="455"
      label="PASSWORD - Predictions different - Value agrees with neither
             prediction"/>
  <int value="456"
      label="PASSWORD - Predictions different - Value agrees with both
             predictions"/>
  <int value="457"
      label="ACCOUNT_CREATION_PASSWORD - Predictions equal - Value agrees"/>
  <int value="458"
      label="ACCOUNT_CREATION_PASSWORD - Predictions equal - Value disagrees"/>
  <int value="459"
      label="ACCOUNT_CREATION_PASSWORD - Predictions different - Value agrees
             with old prediction"/>
  <int value="460"
      label="ACCOUNT_CREATION_PASSWORD - Predictions different - Value agrees
             with new prediction"/>
  <int value="461"
      label="ACCOUNT_CREATION_PASSWORD - Predictions different - Value agrees
             with neither prediction"/>
  <int value="462"
      label="ACCOUNT_CREATION_PASSWORD - Predictions different - Value agrees
             with both predictions"/>
  <int value="463"
      label="ADDRESS_HOME_STREET_ADDRESS - Predictions equal - Value agrees"/>
  <int value="464"
      label="ADDRESS_HOME_STREET_ADDRESS - Predictions equal - Value
             disagrees"/>
  <int value="465"
      label="ADDRESS_HOME_STREET_ADDRESS - Predictions different - Value
             agrees with old prediction"/>
  <int value="466"
      label="ADDRESS_HOME_STREET_ADDRESS - Predictions different - Value
             agrees with new prediction"/>
  <int value="467"
      label="ADDRESS_HOME_STREET_ADDRESS - Predictions different - Value
             agrees with neither prediction"/>
  <int value="468"
      label="ADDRESS_HOME_STREET_ADDRESS - Predictions different - Value
             agrees with both predictions"/>
  <int value="475"
      label="ADDRESS_HOME_SORTING_CODE - Predictions equal - Value agrees"/>
  <int value="476"
      label="ADDRESS_HOME_SORTING_CODE - Predictions equal - Value disagrees"/>
  <int value="477"
      label="ADDRESS_HOME_SORTING_CODE - Predictions different - Value agrees
             with old prediction"/>
  <int value="478"
      label="ADDRESS_HOME_SORTING_CODE - Predictions different - Value agrees
             with new prediction"/>
  <int value="479"
      label="ADDRESS_HOME_SORTING_CODE - Predictions different - Value agrees
             with neither prediction"/>
  <int value="480"
      label="ADDRESS_HOME_SORTING_CODE - Predictions different - Value agrees
             with both predictions"/>
  <int value="487"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY - Predictions equal - Value
             agrees"/>
  <int value="488"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY - Predictions equal - Value
             disagrees"/>
  <int value="489"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY - Predictions different - Value
             agrees with old prediction"/>
  <int value="490"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY - Predictions different - Value
             agrees with new prediction"/>
  <int value="491"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY - Predictions different - Value
             agrees with neither prediction"/>
  <int value="492"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY - Predictions different - Value
             agrees with both predictions"/>
  <int value="499"
      label="ADDRESS_HOME_LINE3 - Predictions equal - Value agrees"/>
  <int value="500"
      label="ADDRESS_HOME_LINE3 - Predictions equal - Value disagrees"/>
  <int value="501"
      label="ADDRESS_HOME_LINE3 - Predictions different - Value agrees with
             old prediction"/>
  <int value="502"
      label="ADDRESS_HOME_LINE3 - Predictions different - Value agrees with
             new prediction"/>
  <int value="503"
      label="ADDRESS_HOME_LINE3 - Predictions different - Value agrees with
             neither prediction"/>
  <int value="504"
      label="ADDRESS_HOME_LINE3 - Predictions different - Value agrees with
             both predictions"/>
  <int value="511"
      label="NOT_ACCOUNT_CREATION_PASSWORD - Predictions equal - Value agrees"/>
  <int value="512"
      label="NOT_ACCOUNT_CREATION_PASSWORD - Predictions equal - Value
             disagrees"/>
  <int value="513"
      label="NOT_ACCOUNT_CREATION_PASSWORD - Predictions different - Value
             agrees with old prediction"/>
  <int value="514"
      label="NOT_ACCOUNT_CREATION_PASSWORD - Predictions different - Value
             agrees with new prediction"/>
  <int value="515"
      label="NOT_ACCOUNT_CREATION_PASSWORD - Predictions different - Value
             agrees with neither prediction"/>
  <int value="516"
      label="NOT_ACCOUNT_CREATION_PASSWORD - Predictions different - Value
             agrees with both predictions"/>
  <int value="517" label="USERNAME - Predictions equal - Value agrees"/>
  <int value="518" label="USERNAME - Predictions equal - Value disagrees"/>
  <int value="519"
      label="USERNAME - Predictions different - Value agrees with old
             prediction"/>
  <int value="520"
      label="USERNAME - Predictions different - Value agrees with new
             prediction"/>
  <int value="521"
      label="USERNAME - Predictions different - Value agrees with neither
             prediction"/>
  <int value="522"
      label="USERNAME - Predictions different - Value agrees with both
             predictions"/>
  <int value="523"
      label="USERNAME_AND_EMAIL_ADDRESS - Predictions equal - Value agrees"/>
  <int value="524"
      label="USERNAME_AND_EMAIL_ADDRESS - Predictions equal - Value disagrees"/>
  <int value="525"
      label="USERNAME_AND_EMAIL_ADDRESS - Predictions different - Value
             agrees with old prediction"/>
  <int value="526"
      label="USERNAME_AND_EMAIL_ADDRESS - Predictions different - Value
             agrees with new prediction"/>
  <int value="527"
      label="USERNAME_AND_EMAIL_ADDRESS - Predictions different - Value
             agrees with neither prediction"/>
  <int value="528"
      label="USERNAME_AND_EMAIL_ADDRESS - Predictions different - Value
             agrees with both predictions"/>
  <int value="529" label="NEW_PASSWORD - Predictions equal - Value agrees"/>
  <int value="530" label="NEW_PASSWORD - Predictions equal - Value disagrees"/>
  <int value="531"
      label="NEW_PASSWORD - Predictions different - Value agrees with old
             prediction"/>
  <int value="532"
      label="NEW_PASSWORD - Predictions different - Value agrees with new
             prediction"/>
  <int value="533"
      label="NEW_PASSWORD - Predictions different - Value agrees with neither
             prediction"/>
  <int value="534"
      label="NEW_PASSWORD - Predictions different - Value agrees with both
             predictions"/>
  <int value="535"
      label="PROBABLY_NEW_PASSWORD - Predictions equal - Value agrees"/>
  <int value="536"
      label="PROBABLY_NEW_PASSWORD - Predictions equal - Value disagrees"/>
  <int value="537"
      label="PROBABLY_NEW_PASSWORD - Predictions different - Value agrees
             with old prediction"/>
  <int value="538"
      label="PROBABLY_NEW_PASSWORD - Predictions different - Value agrees
             with new prediction"/>
  <int value="539"
      label="PROBABLY_NEW_PASSWORD - Predictions different - Value agrees
             with neither prediction"/>
  <int value="540"
      label="PROBABLY_NEW_PASSWORD - Predictions different - Value agrees
             with both predictions"/>
  <int value="541" label="NOT_NEW_PASSWORD - Predictions equal - Value agrees"/>
  <int value="542"
      label="NOT_NEW_PASSWORD - Predictions equal - Value disagrees"/>
  <int value="543"
      label="NOT_NEW_PASSWORD - Predictions different - Value agrees with old
             prediction"/>
  <int value="544"
      label="NOT_NEW_PASSWORD - Predictions different - Value agrees with new
             prediction"/>
  <int value="545"
      label="NOT_NEW_PASSWORD - Predictions different - Value agrees with
             neither prediction"/>
  <int value="546"
      label="NOT_NEW_PASSWORD - Predictions different - Value agrees with
             both predictions"/>
  <int value="547"
      label="CREDIT_CARD_NAME_FIRST - Predictions equal - Value agrees"/>
  <int value="548"
      label="CREDIT_CARD_NAME_FIRST - Predictions equal - Value disagrees"/>
  <int value="549"
      label="CREDIT_CARD_NAME_FIRST - Predictions different - Value agrees
             with old prediction"/>
  <int value="550"
      label="CREDIT_CARD_NAME_FIRST - Predictions different - Value agrees
             with new prediction"/>
  <int value="551"
      label="CREDIT_CARD_NAME_FIRST - Predictions different - Value agrees
             with neither prediction"/>
  <int value="552"
      label="CREDIT_CARD_NAME_FIRST - Predictions different - Value agrees
             with both predictions"/>
  <int value="553"
      label="CREDIT_CARD_NAME_LAST - Predictions equal - Value agrees"/>
  <int value="554"
      label="CREDIT_CARD_NAME_LAST - Predictions equal - Value disagrees"/>
  <int value="555"
      label="CREDIT_CARD_NAME_LAST - Predictions different - Value agrees
             with old prediction"/>
  <int value="556"
      label="CREDIT_CARD_NAME_LAST - Predictions different - Value agrees
             with new prediction"/>
  <int value="557"
      label="CREDIT_CARD_NAME_LAST - Predictions different - Value agrees
             with neither prediction"/>
  <int value="558"
      label="CREDIT_CARD_NAME_LAST - Predictions different - Value agrees
             with both predictions"/>
  <int value="559"
      label="PHONE_HOME_EXTENSION - Predictions equal - Value agrees"/>
  <int value="560"
      label="PHONE_HOME_EXTENSION - Predictions equal - Value disagrees"/>
  <int value="561"
      label="PHONE_HOME_EXTENSION - Predictions different - Value agrees with
             old prediction"/>
  <int value="562"
      label="PHONE_HOME_EXTENSION - Predictions different - Value agrees with
             new prediction"/>
  <int value="563"
      label="PHONE_HOME_EXTENSION - Predictions different - Value agrees with
             neither prediction"/>
  <int value="564"
      label="PHONE_HOME_EXTENSION - Predictions different - Value agrees with
             both predictions"/>
  <int value="571"
      label="CONFIRMATION_PASSWORD - Predictions equal - Value agrees"/>
  <int value="572"
      label="CONFIRMATION_PASSWORD - Predictions equal - Value disagrees"/>
  <int value="573"
      label="CONFIRMATION_PASSWORD - Predictions different - Value agrees
             with old prediction"/>
  <int value="574"
      label="CONFIRMATION_PASSWORD - Predictions different - Value agrees
             with new prediction"/>
  <int value="575"
      label="CONFIRMATION_PASSWORD - Predictions different - Value agrees
             with neither prediction"/>
  <int value="576"
      label="CONFIRMATION_PASSWORD - Predictions different - Value agrees
             with both predictions"/>
  <int value="577" label="AMBIGUOUS_TYPE - Predictions equal - Value agrees"/>
  <int value="578"
      label="AMBIGUOUS_TYPE - Predictions equal - Value disagrees"/>
  <int value="579"
      label="AMBIGUOUS_TYPE - Predictions different - Value agrees with old
             prediction"/>
  <int value="580"
      label="AMBIGUOUS_TYPE - Predictions different - Value agrees with new
             prediction"/>
  <int value="581"
      label="AMBIGUOUS_TYPE - Predictions different - Value agrees with
             neither prediction"/>
  <int value="582"
      label="AMBIGUOUS_TYPE - Predictions different - Value agrees with both
             predictions"/>
  <int value="583" label="SEARCH_TERM - Predictions equal - Value agrees"/>
  <int value="584" label="SEARCH_TERM - Predictions equal - Value disagrees"/>
  <int value="585"
      label="SEARCH_TERM - Predictions different - Value agrees with old
             prediction"/>
  <int value="586"
      label="SEARCH_TERM - Predictions different - Value agrees with new
             prediction"/>
  <int value="587"
      label="SEARCH_TERM - Predictions different - Value agrees with neither
             prediction"/>
  <int value="588"
      label="SEARCH_TERM - Predictions different - Value agrees with both
             predictions"/>
  <int value="589" label="PRICE - Predictions equal - Value agrees"/>
  <int value="590" label="PRICE - Predictions equal - Value disagrees"/>
  <int value="591"
      label="PRICE - Predictions different - Value agrees with old prediction"/>
  <int value="592"
      label="PRICE - Predictions different - Value agrees with new prediction"/>
  <int value="593"
      label="PRICE - Predictions different - Value agrees with neither
             prediction"/>
  <int value="594"
      label="PRICE - Predictions different - Value agrees with both
             predictions"/>
  <int value="595" label="NOT_PASSWORD - Predictions equal - Value agrees"/>
  <int value="596" label="NOT_PASSWORD - Predictions equal - Value disagrees"/>
  <int value="597"
      label="NOT_PASSWORD - Predictions different - Value agrees with old
             prediction"/>
  <int value="598"
      label="NOT_PASSWORD - Predictions different - Value agrees with new
             prediction"/>
  <int value="599"
      label="NOT_PASSWORD - Predictions different - Value agrees with neither
             prediction"/>
  <int value="600"
      label="NOT_PASSWORD - Predictions different - Value agrees with both
             predictions"/>
  <int value="601" label="SINGLE_USERNAME - Predictions equal - Value agrees"/>
  <int value="602"
      label="SINGLE_USERNAME - Predictions equal - Value disagrees"/>
  <int value="603"
      label="SINGLE_USERNAME - Predictions different - Value agrees with old
             prediction"/>
  <int value="604"
      label="SINGLE_USERNAME - Predictions different - Value agrees with new
             prediction"/>
  <int value="605"
      label="SINGLE_USERNAME - Predictions different - Value agrees with
             neither prediction"/>
  <int value="606"
      label="SINGLE_USERNAME - Predictions different - Value agrees with both
             predictions"/>
  <int value="607" label="NOT_USERNAME - Predictions equal - Value agrees"/>
  <int value="608" label="NOT_USERNAME - Predictions equal - Value disagrees"/>
  <int value="609"
      label="NOT_USERNAME - Predictions different - Value agrees with old
             prediction"/>
  <int value="610"
      label="NOT_USERNAME - Predictions different - Value agrees with new
             prediction"/>
  <int value="611"
      label="NOT_USERNAME - Predictions different - Value agrees with neither
             prediction"/>
  <int value="612"
      label="NOT_USERNAME - Predictions different - Value agrees with both
             predictions"/>
  <int value="613" label="UPI_VPA - Predictions equal - Value agrees"/>
  <int value="614" label="UPI_VPA - Predictions equal - Value disagrees"/>
  <int value="615"
      label="UPI_VPA - Predictions different - Value agrees with old
             prediction"/>
  <int value="616"
      label="UPI_VPA - Predictions different - Value agrees with new
             prediction"/>
  <int value="617"
      label="UPI_VPA - Predictions different - Value agrees with neither
             prediction"/>
  <int value="618"
      label="UPI_VPA - Predictions different - Value agrees with both
             predictions"/>
  <int value="619"
      label="ADDRESS_HOME_STREET_NAME - Predictions equal - Value agrees"/>
  <int value="620"
      label="ADDRESS_HOME_STREET_NAME - Predictions equal - Value disagrees"/>
  <int value="621"
      label="ADDRESS_HOME_STREET_NAME - Predictions different - Value agrees
             with old prediction"/>
  <int value="622"
      label="ADDRESS_HOME_STREET_NAME - Predictions different - Value agrees
             with new prediction"/>
  <int value="623"
      label="ADDRESS_HOME_STREET_NAME - Predictions different - Value agrees
             with neither prediction"/>
  <int value="624"
      label="ADDRESS_HOME_STREET_NAME - Predictions different - Value agrees
             with both predictions"/>
  <int value="625"
      label="ADDRESS_HOME_HOUSE_NUMBER - Predictions equal - Value agrees"/>
  <int value="626"
      label="ADDRESS_HOME_HOUSE_NUMBER - Predictions equal - Value disagrees"/>
  <int value="627"
      label="ADDRESS_HOME_HOUSE_NUMBER - Predictions different - Value agrees
             with old prediction"/>
  <int value="628"
      label="ADDRESS_HOME_HOUSE_NUMBER - Predictions different - Value agrees
             with new prediction"/>
  <int value="629"
      label="ADDRESS_HOME_HOUSE_NUMBER - Predictions different - Value agrees
             with neither prediction"/>
  <int value="630"
      label="ADDRESS_HOME_HOUSE_NUMBER - Predictions different - Value agrees
             with both predictions"/>
  <int value="631"
      label="ADDRESS_HOME_SUBPREMISE - Predictions equal - Value agrees"/>
  <int value="632"
      label="ADDRESS_HOME_SUBPREMISE - Predictions equal - Value disagrees"/>
  <int value="633"
      label="ADDRESS_HOME_SUBPREMISE - Predictions different - Value agrees
             with old prediction"/>
  <int value="634"
      label="ADDRESS_HOME_SUBPREMISE - Predictions different - Value agrees
             with new prediction"/>
  <int value="635"
      label="ADDRESS_HOME_SUBPREMISE - Predictions different - Value agrees
             with neither prediction"/>
  <int value="636"
      label="ADDRESS_HOME_SUBPREMISE - Predictions different - Value agrees
             with both predictions"/>
  <int value="637"
      label="ADDRESS_HOME_OTHER_SUBUNIT - Predictions equal - Value agrees"/>
  <int value="638"
      label="ADDRESS_HOME_OTHER_SUBUNIT - Predictions equal - Value disagrees"/>
  <int value="639"
      label="ADDRESS_HOME_OTHER_SUBUNIT - Predictions different - Value
             agrees with old prediction"/>
  <int value="640"
      label="ADDRESS_HOME_OTHER_SUBUNIT - Predictions different - Value
             agrees with new prediction"/>
  <int value="641"
      label="ADDRESS_HOME_OTHER_SUBUNIT - Predictions different - Value
             agrees with neither prediction"/>
  <int value="642"
      label="ADDRESS_HOME_OTHER_SUBUNIT - Predictions different - Value
             agrees with both predictions"/>
  <int value="643" label="NAME_LAST_FIRST - Predictions equal - Value agrees"/>
  <int value="644"
      label="NAME_LAST_FIRST - Predictions equal - Value disagrees"/>
  <int value="645"
      label="NAME_LAST_FIRST - Predictions different - Value agrees with old
             prediction"/>
  <int value="646"
      label="NAME_LAST_FIRST - Predictions different - Value agrees with new
             prediction"/>
  <int value="647"
      label="NAME_LAST_FIRST - Predictions different - Value agrees with
             neither prediction"/>
  <int value="648"
      label="NAME_LAST_FIRST - Predictions different - Value agrees with both
             predictions"/>
  <int value="649"
      label="NAME_LAST_CONJUNCTION - Predictions equal - Value agrees"/>
  <int value="650"
      label="NAME_LAST_CONJUNCTION - Predictions equal - Value disagrees"/>
  <int value="651"
      label="NAME_LAST_CONJUNCTION - Predictions different - Value agrees
             with old prediction"/>
  <int value="652"
      label="NAME_LAST_CONJUNCTION - Predictions different - Value agrees
             with new prediction"/>
  <int value="653"
      label="NAME_LAST_CONJUNCTION - Predictions different - Value agrees
             with neither prediction"/>
  <int value="654"
      label="NAME_LAST_CONJUNCTION - Predictions different - Value agrees
             with both predictions"/>
  <int value="655" label="NAME_LAST_SECOND - Predictions equal - Value agrees"/>
  <int value="656"
      label="NAME_LAST_SECOND - Predictions equal - Value disagrees"/>
  <int value="657"
      label="NAME_LAST_SECOND - Predictions different - Value agrees with old
             prediction"/>
  <int value="658"
      label="NAME_LAST_SECOND - Predictions different - Value agrees with new
             prediction"/>
  <int value="659"
      label="NAME_LAST_SECOND - Predictions different - Value agrees with
             neither prediction"/>
  <int value="660"
      label="NAME_LAST_SECOND - Predictions different - Value agrees with
             both predictions"/>
  <int value="661"
      label="NAME_HONORIFIC_PREFIX - Predictions equal - Value agrees"/>
  <int value="662"
      label="NAME_HONORIFIC_PREFIX - Predictions equal - Value disagrees"/>
  <int value="663"
      label="NAME_HONORIFIC_PREFIX - Predictions different - Value agrees
             with old prediction"/>
  <int value="664"
      label="NAME_HONORIFIC_PREFIX - Predictions different - Value agrees
             with new prediction"/>
  <int value="665"
      label="NAME_HONORIFIC_PREFIX - Predictions different - Value agrees
             with neither prediction"/>
  <int value="666"
      label="NAME_HONORIFIC_PREFIX - Predictions different - Value agrees
             with both predictions"/>
  <int value="685"
      label="ADDRESS_HOME_ADDRESS - Predictions equal - Value agrees"/>
  <int value="686"
      label="ADDRESS_HOME_ADDRESS - Predictions equal - Value disagrees"/>
  <int value="687"
      label="ADDRESS_HOME_ADDRESS - Predictions different - Value agrees with
             old prediction"/>
  <int value="688"
      label="ADDRESS_HOME_ADDRESS - Predictions different - Value agrees with
             new prediction"/>
  <int value="689"
      label="ADDRESS_HOME_ADDRESS - Predictions different - Value agrees with
             neither prediction"/>
  <int value="690"
      label="ADDRESS_HOME_ADDRESS - Predictions different - Value agrees with
             both predictions"/>
  <int value="691"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME - Predictions equal - Value
             agrees"/>
  <int value="692"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME - Predictions equal - Value
             disagrees"/>
  <int value="693"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME - Predictions different - Value
             agrees with old prediction"/>
  <int value="694"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME - Predictions different - Value
             agrees with new prediction"/>
  <int value="695"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME - Predictions different - Value
             agrees with neither prediction"/>
  <int value="696"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME - Predictions different - Value
             agrees with both predictions"/>
  <int value="697"
      label="ADDRESS_HOME_FLOOR - Predictions equal - Value agrees"/>
  <int value="698"
      label="ADDRESS_HOME_FLOOR - Predictions equal - Value disagrees"/>
  <int value="699"
      label="ADDRESS_HOME_FLOOR - Predictions different - Value agrees with
             old prediction"/>
  <int value="700"
      label="ADDRESS_HOME_FLOOR - Predictions different - Value agrees with
             new prediction"/>
  <int value="701"
      label="ADDRESS_HOME_FLOOR - Predictions different - Value agrees with
             neither prediction"/>
  <int value="702"
      label="ADDRESS_HOME_FLOOR - Predictions different - Value agrees with
             both predictions"/>
  <int value="709" label="BIRTHDATE_DAY - Predictions equal - Value agrees"/>
  <int value="710" label="BIRTHDATE_DAY - Predictions equal - Value disagrees"/>
  <int value="711"
      label="BIRTHDATE_DAY - Predictions different - Value agrees with old
             prediction"/>
  <int value="712"
      label="BIRTHDATE_DAY - Predictions different - Value agrees with new
             prediction"/>
  <int value="713"
      label="BIRTHDATE_DAY - Predictions different - Value agrees with
             neither prediction"/>
  <int value="714"
      label="BIRTHDATE_DAY - Predictions different - Value agrees with both
             predictions"/>
  <int value="715" label="BIRTHDATE_MONTH - Predictions equal - Value agrees"/>
  <int value="716"
      label="BIRTHDATE_MONTH - Predictions equal - Value disagrees"/>
  <int value="717"
      label="BIRTHDATE_MONTH - Predictions different - Value agrees with old
             prediction"/>
  <int value="718"
      label="BIRTHDATE_MONTH - Predictions different - Value agrees with new
             prediction"/>
  <int value="719"
      label="BIRTHDATE_MONTH - Predictions different - Value agrees with
             neither prediction"/>
  <int value="720"
      label="BIRTHDATE_MONTH - Predictions different - Value agrees with both
             predictions"/>
  <int value="721"
      label="BIRTHDATE_4_DIGIT_YEAR - Predictions equal - Value agrees"/>
  <int value="722"
      label="BIRTHDATE_4_DIGIT_YEAR - Predictions equal - Value disagrees"/>
  <int value="723"
      label="BIRTHDATE_4_DIGIT_YEAR - Predictions different - Value agrees
             with old prediction"/>
  <int value="724"
      label="BIRTHDATE_4_DIGIT_YEAR - Predictions different - Value agrees
             with new prediction"/>
  <int value="725"
      label="BIRTHDATE_4_DIGIT_YEAR - Predictions different - Value agrees
             with neither prediction"/>
  <int value="726"
      label="BIRTHDATE_4_DIGIT_YEAR - Predictions different - Value agrees
             with both predictions"/>
  <int value="727"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX - Predictions equal -
             Value agrees"/>
  <int value="728"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX - Predictions equal -
             Value disagrees"/>
  <int value="729"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX - Predictions different -
             Value agrees with old prediction"/>
  <int value="730"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX - Predictions different -
             Value agrees with new prediction"/>
  <int value="731"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX - Predictions different -
             Value agrees with neither prediction"/>
  <int value="732"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX - Predictions different -
             Value agrees with both predictions"/>
  <int value="733"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX - Predictions
             equal - Value agrees"/>
  <int value="734"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX - Predictions
             equal - Value disagrees"/>
  <int value="735"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX - Predictions
             different - Value agrees with old prediction"/>
  <int value="736"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX - Predictions
             different - Value agrees with new prediction"/>
  <int value="737"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX - Predictions
             different - Value agrees with neither prediction"/>
  <int value="738"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX - Predictions
             different - Value agrees with both predictions"/>
  <int value="739"
      label="PHONE_HOME_NUMBER_PREFIX - Predictions equal - Value agrees"/>
  <int value="740"
      label="PHONE_HOME_NUMBER_PREFIX - Predictions equal - Value disagrees"/>
  <int value="741"
      label="PHONE_HOME_NUMBER_PREFIX - Predictions different - Value agrees
             with old prediction"/>
  <int value="742"
      label="PHONE_HOME_NUMBER_PREFIX - Predictions different - Value agrees
             with new prediction"/>
  <int value="743"
      label="PHONE_HOME_NUMBER_PREFIX - Predictions different - Value agrees
             with neither prediction"/>
  <int value="744"
      label="PHONE_HOME_NUMBER_PREFIX - Predictions different - Value agrees
             with both predictions"/>
  <int value="745"
      label="PHONE_HOME_NUMBER_SUFFIX - Predictions equal - Value agrees"/>
  <int value="746"
      label="PHONE_HOME_NUMBER_SUFFIX - Predictions equal - Value disagrees"/>
  <int value="747"
      label="PHONE_HOME_NUMBER_SUFFIX - Predictions different - Value agrees
             with old prediction"/>
  <int value="748"
      label="PHONE_HOME_NUMBER_SUFFIX - Predictions different - Value agrees
             with new prediction"/>
  <int value="749"
      label="PHONE_HOME_NUMBER_SUFFIX - Predictions different - Value agrees
             with neither prediction"/>
  <int value="750"
      label="PHONE_HOME_NUMBER_SUFFIX - Predictions different - Value agrees
             with both predictions"/>
  <int value="751" label="IBAN_VALUE - Predictions equal - Value agrees"/>
  <int value="752" label="IBAN_VALUE - Predictions equal - Value disagrees"/>
  <int value="753"
      label="IBAN_VALUE - Predictions different - Value agrees with old
             prediction"/>
  <int value="754"
      label="IBAN_VALUE - Predictions different - Value agrees with new
             prediction"/>
  <int value="755"
      label="IBAN_VALUE - Predictions different - Value agrees with neither
             prediction"/>
  <int value="756"
      label="IBAN_VALUE - Predictions different - Value agrees with both
             predictions"/>
  <int value="757"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE - Predictions equal -
             Value agrees"/>
  <int value="758"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE - Predictions equal -
             Value disagrees"/>
  <int value="759"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE - Predictions different
             - Value agrees with old prediction"/>
  <int value="760"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE - Predictions different
             - Value agrees with new prediction"/>
  <int value="761"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE - Predictions different
             - Value agrees with neither prediction"/>
  <int value="762"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE - Predictions different
             - Value agrees with both predictions"/>
  <int value="769" label="NUMERIC_QUANTITY - Predictions equal - Value agrees"/>
  <int value="770"
      label="NUMERIC_QUANTITY - Predictions equal - Value disagrees"/>
  <int value="771"
      label="NUMERIC_QUANTITY - Predictions different - Value agrees with old
             prediction"/>
  <int value="772"
      label="NUMERIC_QUANTITY - Predictions different - Value agrees with new
             prediction"/>
  <int value="773"
      label="NUMERIC_QUANTITY - Predictions different - Value agrees with
             neither prediction"/>
  <int value="774"
      label="NUMERIC_QUANTITY - Predictions different - Value agrees with
             both predictions"/>
  <int value="775" label="ONE_TIME_CODE - Predictions equal - Value agrees"/>
  <int value="776" label="ONE_TIME_CODE - Predictions equal - Value disagrees"/>
  <int value="777"
      label="ONE_TIME_CODE - Predictions different - Value agrees with old
             prediction"/>
  <int value="778"
      label="ONE_TIME_CODE - Predictions different - Value agrees with new
             prediction"/>
  <int value="779"
      label="ONE_TIME_CODE - Predictions different - Value agrees with
             neither prediction"/>
  <int value="780"
      label="ONE_TIME_CODE - Predictions different - Value agrees with both
             predictions"/>
  <int value="799"
      label="DELIVERY_INSTRUCTIONS - Predictions equal - Value agrees"/>
  <int value="800"
      label="DELIVERY_INSTRUCTIONS - Predictions equal - Value disagrees"/>
  <int value="801"
      label="DELIVERY_INSTRUCTIONS - Predictions different - Value agrees
             with old prediction"/>
  <int value="802"
      label="DELIVERY_INSTRUCTIONS - Predictions different - Value agrees
             with new prediction"/>
  <int value="803"
      label="DELIVERY_INSTRUCTIONS - Predictions different - Value agrees
             with neither prediction"/>
  <int value="804"
      label="DELIVERY_INSTRUCTIONS - Predictions different - Value agrees
             with both predictions"/>
  <int value="811"
      label="ADDRESS_HOME_OVERFLOW - Predictions equal - Value agrees"/>
  <int value="812"
      label="ADDRESS_HOME_OVERFLOW - Predictions equal - Value disagrees"/>
  <int value="813"
      label="ADDRESS_HOME_OVERFLOW - Predictions different - Value agrees
             with old prediction"/>
  <int value="814"
      label="ADDRESS_HOME_OVERFLOW - Predictions different - Value agrees
             with new prediction"/>
  <int value="815"
      label="ADDRESS_HOME_OVERFLOW - Predictions different - Value agrees
             with neither prediction"/>
  <int value="816"
      label="ADDRESS_HOME_OVERFLOW - Predictions different - Value agrees
             with both predictions"/>
  <int value="817"
      label="ADDRESS_HOME_LANDMARK - Predictions equal - Value agrees"/>
  <int value="818"
      label="ADDRESS_HOME_LANDMARK - Predictions equal - Value disagrees"/>
  <int value="819"
      label="ADDRESS_HOME_LANDMARK - Predictions different - Value agrees
             with old prediction"/>
  <int value="820"
      label="ADDRESS_HOME_LANDMARK - Predictions different - Value agrees
             with new prediction"/>
  <int value="821"
      label="ADDRESS_HOME_LANDMARK - Predictions different - Value agrees
             with neither prediction"/>
  <int value="822"
      label="ADDRESS_HOME_LANDMARK - Predictions different - Value agrees
             with both predictions"/>
  <int value="841"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK - Predictions equal - Value
             agrees"/>
  <int value="842"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK - Predictions equal - Value
             disagrees"/>
  <int value="843"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK - Predictions different -
             Value agrees with old prediction"/>
  <int value="844"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK - Predictions different -
             Value agrees with new prediction"/>
  <int value="845"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK - Predictions different -
             Value agrees with neither prediction"/>
  <int value="846"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK - Predictions different -
             Value agrees with both predictions"/>
  <int value="847"
      label="ADDRESS_HOME_ADMIN_LEVEL2 - Predictions equal - Value agrees"/>
  <int value="848"
      label="ADDRESS_HOME_ADMIN_LEVEL2 - Predictions equal - Value disagrees"/>
  <int value="849"
      label="ADDRESS_HOME_ADMIN_LEVEL2 - Predictions different - Value agrees
             with old prediction"/>
  <int value="850"
      label="ADDRESS_HOME_ADMIN_LEVEL2 - Predictions different - Value agrees
             with new prediction"/>
  <int value="851"
      label="ADDRESS_HOME_ADMIN_LEVEL2 - Predictions different - Value agrees
             with neither prediction"/>
  <int value="852"
      label="ADDRESS_HOME_ADMIN_LEVEL2 - Predictions different - Value agrees
             with both predictions"/>
  <int value="853"
      label="ADDRESS_HOME_STREET_LOCATION - Predictions equal - Value agrees"/>
  <int value="854"
      label="ADDRESS_HOME_STREET_LOCATION - Predictions equal - Value
             disagrees"/>
  <int value="855"
      label="ADDRESS_HOME_STREET_LOCATION - Predictions different - Value
             agrees with old prediction"/>
  <int value="856"
      label="ADDRESS_HOME_STREET_LOCATION - Predictions different - Value
             agrees with new prediction"/>
  <int value="857"
      label="ADDRESS_HOME_STREET_LOCATION - Predictions different - Value
             agrees with neither prediction"/>
  <int value="858"
      label="ADDRESS_HOME_STREET_LOCATION - Predictions different - Value
             agrees with both predictions"/>
  <int value="859"
      label="ADDRESS_HOME_BETWEEN_STREETS - Predictions equal - Value agrees"/>
  <int value="860"
      label="ADDRESS_HOME_BETWEEN_STREETS - Predictions equal - Value
             disagrees"/>
  <int value="861"
      label="ADDRESS_HOME_BETWEEN_STREETS - Predictions different - Value
             agrees with old prediction"/>
  <int value="862"
      label="ADDRESS_HOME_BETWEEN_STREETS - Predictions different - Value
             agrees with new prediction"/>
  <int value="863"
      label="ADDRESS_HOME_BETWEEN_STREETS - Predictions different - Value
             agrees with neither prediction"/>
  <int value="864"
      label="ADDRESS_HOME_BETWEEN_STREETS - Predictions different - Value
             agrees with both predictions"/>
  <int value="865"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK - Predictions equal -
             Value agrees"/>
  <int value="866"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK - Predictions equal -
             Value disagrees"/>
  <int value="867"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK - Predictions different
             - Value agrees with old prediction"/>
  <int value="868"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK - Predictions different
             - Value agrees with new prediction"/>
  <int value="869"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK - Predictions different
             - Value agrees with neither prediction"/>
  <int value="870"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK - Predictions different
             - Value agrees with both predictions"/>
  <int value="871"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY - Predictions equal -
             Value agrees"/>
  <int value="872"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY - Predictions equal -
             Value disagrees"/>
  <int value="873"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY - Predictions
             different - Value agrees with old prediction"/>
  <int value="874"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY - Predictions
             different - Value agrees with new prediction"/>
  <int value="875"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY - Predictions
             different - Value agrees with neither prediction"/>
  <int value="876"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY - Predictions
             different - Value agrees with both predictions"/>
  <int value="877"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK - Predictions equal -
             Value agrees"/>
  <int value="878"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK - Predictions equal -
             Value disagrees"/>
  <int value="879"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK - Predictions
             different - Value agrees with old prediction"/>
  <int value="880"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK - Predictions
             different - Value agrees with new prediction"/>
  <int value="881"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK - Predictions
             different - Value agrees with neither prediction"/>
  <int value="882"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK - Predictions
             different - Value agrees with both predictions"/>
  <int value="901"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK - Predictions equal
             - Value agrees"/>
  <int value="902"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK - Predictions equal
             - Value disagrees"/>
  <int value="903"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK - Predictions
             different - Value agrees with old prediction"/>
  <int value="904"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK - Predictions
             different - Value agrees with new prediction"/>
  <int value="905"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK - Predictions
             different - Value agrees with neither prediction"/>
  <int value="906"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK - Predictions
             different - Value agrees with both predictions"/>
  <int value="907"
      label="ADDRESS_HOME_BETWEEN_STREETS_1 - Predictions equal - Value
             agrees"/>
  <int value="908"
      label="ADDRESS_HOME_BETWEEN_STREETS_1 - Predictions equal - Value
             disagrees"/>
  <int value="909"
      label="ADDRESS_HOME_BETWEEN_STREETS_1 - Predictions different - Value
             agrees with old prediction"/>
  <int value="910"
      label="ADDRESS_HOME_BETWEEN_STREETS_1 - Predictions different - Value
             agrees with new prediction"/>
  <int value="911"
      label="ADDRESS_HOME_BETWEEN_STREETS_1 - Predictions different - Value
             agrees with neither prediction"/>
  <int value="912"
      label="ADDRESS_HOME_BETWEEN_STREETS_1 - Predictions different - Value
             agrees with both predictions"/>
  <int value="913"
      label="ADDRESS_HOME_BETWEEN_STREETS_2 - Predictions equal - Value
             agrees"/>
  <int value="914"
      label="ADDRESS_HOME_BETWEEN_STREETS_2 - Predictions equal - Value
             disagrees"/>
  <int value="915"
      label="ADDRESS_HOME_BETWEEN_STREETS_2 - Predictions different - Value
             agrees with old prediction"/>
  <int value="916"
      label="ADDRESS_HOME_BETWEEN_STREETS_2 - Predictions different - Value
             agrees with new prediction"/>
  <int value="917"
      label="ADDRESS_HOME_BETWEEN_STREETS_2 - Predictions different - Value
             agrees with neither prediction"/>
  <int value="918"
      label="ADDRESS_HOME_BETWEEN_STREETS_2 - Predictions different - Value
             agrees with both predictions"/>
  <int value="919"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT - Predictions equal - Value
             agrees"/>
  <int value="920"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT - Predictions equal - Value
             disagrees"/>
  <int value="921"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT - Predictions different -
             Value agrees with old prediction"/>
  <int value="922"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT - Predictions different -
             Value agrees with new prediction"/>
  <int value="923"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT - Predictions different -
             Value agrees with neither prediction"/>
  <int value="924"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT - Predictions different -
             Value agrees with both predictions"/>
  <int value="925"
      label="SINGLE_USERNAME_FORGOT_PASSWORD - Predictions equal - Value
             agrees"/>
  <int value="926"
      label="SINGLE_USERNAME_FORGOT_PASSWORD - Predictions equal - Value
             disagrees"/>
  <int value="927"
      label="SINGLE_USERNAME_FORGOT_PASSWORD - Predictions different - Value
             agrees with old prediction"/>
  <int value="928"
      label="SINGLE_USERNAME_FORGOT_PASSWORD - Predictions different - Value
             agrees with new prediction"/>
  <int value="929"
      label="SINGLE_USERNAME_FORGOT_PASSWORD - Predictions different - Value
             agrees with neither prediction"/>
  <int value="930"
      label="SINGLE_USERNAME_FORGOT_PASSWORD - Predictions different - Value
             agrees with both predictions"/>
  <int value="937" label="ADDRESS_HOME_APT - Predictions equal - Value agrees"/>
  <int value="938"
      label="ADDRESS_HOME_APT - Predictions equal - Value disagrees"/>
  <int value="939"
      label="ADDRESS_HOME_APT - Predictions different - Value agrees with old
             prediction"/>
  <int value="940"
      label="ADDRESS_HOME_APT - Predictions different - Value agrees with new
             prediction"/>
  <int value="941"
      label="ADDRESS_HOME_APT - Predictions different - Value agrees with
             neither prediction"/>
  <int value="942"
      label="ADDRESS_HOME_APT - Predictions different - Value agrees with
             both predictions"/>
  <int value="943"
      label="ADDRESS_HOME_APT_TYPE - Predictions equal - Value agrees"/>
  <int value="944"
      label="ADDRESS_HOME_APT_TYPE - Predictions equal - Value disagrees"/>
  <int value="945"
      label="ADDRESS_HOME_APT_TYPE - Predictions different - Value agrees
             with old prediction"/>
  <int value="946"
      label="ADDRESS_HOME_APT_TYPE - Predictions different - Value agrees
             with new prediction"/>
  <int value="947"
      label="ADDRESS_HOME_APT_TYPE - Predictions different - Value agrees
             with neither prediction"/>
  <int value="948"
      label="ADDRESS_HOME_APT_TYPE - Predictions different - Value agrees
             with both predictions"/>
  <int value="961"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES - Predictions equal -
             Value agrees"/>
  <int value="962"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES - Predictions equal -
             Value disagrees"/>
  <int value="963"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES - Predictions different
             - Value agrees with old prediction"/>
  <int value="964"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES - Predictions different
             - Value agrees with new prediction"/>
  <int value="965"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES - Predictions different
             - Value agrees with neither prediction"/>
  <int value="966"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES - Predictions different
             - Value agrees with both predictions"/>
</enum>

<enum name="AutofillPreferenceSetter">
  <int value="0" label="Unknown"/>
  <int value="1" label="User Setting"/>
  <int value="2" label="Standalone Browser (ChromeOS-only)"/>
  <int value="3" label="Extension"/>
  <int value="4" label="Custodian"/>
  <int value="5" label="Admin Policy"/>
</enum>

<enum name="AutofillPreFilledFieldClassifications">
  <int value="0" label="Had placeholder classification"/>
  <int value="1" label="No placeholder classification"/>
</enum>

<enum name="AutofillPreFilledFieldClassificationsQuality">
  <int value="0" label="Placeholder, value not changed"/>
  <int value="1" label="Placeholder, value changed"/>
  <int value="2" label="Meaningfully pre-filled, value not changed"/>
  <int value="3" label="Meaningfully pre-filled, value changed"/>
</enum>

<enum name="AutofillPreFilledFieldStatus">
  <int value="0" label="Pre-filled on page load"/>
  <int value="1" label="Empty on page load"/>
</enum>

<enum name="AutofillPreFilledFieldStatusByFieldType">
<!-- Generated from components/autofill/core/browser/field_types.h.
Called by update_autofill_enums.py.-->

  <int value="0" label="NO_SERVER_DATA: Pre-filled on page load"/>
  <int value="1" label="NO_SERVER_DATA: Empty on page load"/>
  <int value="16" label="UNKNOWN_TYPE: Pre-filled on page load"/>
  <int value="17" label="UNKNOWN_TYPE: Empty on page load"/>
  <int value="32" label="EMPTY_TYPE: Pre-filled on page load"/>
  <int value="33" label="EMPTY_TYPE: Empty on page load"/>
  <int value="48" label="NAME_FIRST: Pre-filled on page load"/>
  <int value="49" label="NAME_FIRST: Empty on page load"/>
  <int value="64" label="NAME_MIDDLE: Pre-filled on page load"/>
  <int value="65" label="NAME_MIDDLE: Empty on page load"/>
  <int value="80" label="NAME_LAST: Pre-filled on page load"/>
  <int value="81" label="NAME_LAST: Empty on page load"/>
  <int value="96" label="NAME_MIDDLE_INITIAL: Pre-filled on page load"/>
  <int value="97" label="NAME_MIDDLE_INITIAL: Empty on page load"/>
  <int value="112" label="NAME_FULL: Pre-filled on page load"/>
  <int value="113" label="NAME_FULL: Empty on page load"/>
  <int value="128" label="NAME_SUFFIX: Pre-filled on page load"/>
  <int value="129" label="NAME_SUFFIX: Empty on page load"/>
  <int value="144" label="EMAIL_ADDRESS: Pre-filled on page load"/>
  <int value="145" label="EMAIL_ADDRESS: Empty on page load"/>
  <int value="160" label="PHONE_HOME_NUMBER: Pre-filled on page load"/>
  <int value="161" label="PHONE_HOME_NUMBER: Empty on page load"/>
  <int value="176" label="PHONE_HOME_CITY_CODE: Pre-filled on page load"/>
  <int value="177" label="PHONE_HOME_CITY_CODE: Empty on page load"/>
  <int value="192" label="PHONE_HOME_COUNTRY_CODE: Pre-filled on page load"/>
  <int value="193" label="PHONE_HOME_COUNTRY_CODE: Empty on page load"/>
  <int value="208" label="PHONE_HOME_CITY_AND_NUMBER: Pre-filled on page load"/>
  <int value="209" label="PHONE_HOME_CITY_AND_NUMBER: Empty on page load"/>
  <int value="224" label="PHONE_HOME_WHOLE_NUMBER: Pre-filled on page load"/>
  <int value="225" label="PHONE_HOME_WHOLE_NUMBER: Empty on page load"/>
  <int value="480" label="ADDRESS_HOME_LINE1: Pre-filled on page load"/>
  <int value="481" label="ADDRESS_HOME_LINE1: Empty on page load"/>
  <int value="496" label="ADDRESS_HOME_LINE2: Pre-filled on page load"/>
  <int value="497" label="ADDRESS_HOME_LINE2: Empty on page load"/>
  <int value="512" label="ADDRESS_HOME_APT_NUM: Pre-filled on page load"/>
  <int value="513" label="ADDRESS_HOME_APT_NUM: Empty on page load"/>
  <int value="528" label="ADDRESS_HOME_CITY: Pre-filled on page load"/>
  <int value="529" label="ADDRESS_HOME_CITY: Empty on page load"/>
  <int value="544" label="ADDRESS_HOME_STATE: Pre-filled on page load"/>
  <int value="545" label="ADDRESS_HOME_STATE: Empty on page load"/>
  <int value="560" label="ADDRESS_HOME_ZIP: Pre-filled on page load"/>
  <int value="561" label="ADDRESS_HOME_ZIP: Empty on page load"/>
  <int value="576" label="ADDRESS_HOME_COUNTRY: Pre-filled on page load"/>
  <int value="577" label="ADDRESS_HOME_COUNTRY: Empty on page load"/>
  <int value="816" label="CREDIT_CARD_NAME_FULL: Pre-filled on page load"/>
  <int value="817" label="CREDIT_CARD_NAME_FULL: Empty on page load"/>
  <int value="832" label="CREDIT_CARD_NUMBER: Pre-filled on page load"/>
  <int value="833" label="CREDIT_CARD_NUMBER: Empty on page load"/>
  <int value="848" label="CREDIT_CARD_EXP_MONTH: Pre-filled on page load"/>
  <int value="849" label="CREDIT_CARD_EXP_MONTH: Empty on page load"/>
  <int value="864"
      label="CREDIT_CARD_EXP_2_DIGIT_YEAR: Pre-filled on page load"/>
  <int value="865" label="CREDIT_CARD_EXP_2_DIGIT_YEAR: Empty on page load"/>
  <int value="880"
      label="CREDIT_CARD_EXP_4_DIGIT_YEAR: Pre-filled on page load"/>
  <int value="881" label="CREDIT_CARD_EXP_4_DIGIT_YEAR: Empty on page load"/>
  <int value="896"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR: Pre-filled on page load"/>
  <int value="897"
      label="CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR: Empty on page load"/>
  <int value="912"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR: Pre-filled on page load"/>
  <int value="913"
      label="CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR: Empty on page load"/>
  <int value="928" label="CREDIT_CARD_TYPE: Pre-filled on page load"/>
  <int value="929" label="CREDIT_CARD_TYPE: Empty on page load"/>
  <int value="944"
      label="CREDIT_CARD_VERIFICATION_CODE: Pre-filled on page load"/>
  <int value="945" label="CREDIT_CARD_VERIFICATION_CODE: Empty on page load"/>
  <int value="960" label="COMPANY_NAME: Pre-filled on page load"/>
  <int value="961" label="COMPANY_NAME: Empty on page load"/>
  <int value="976" label="FIELD_WITH_DEFAULT_VALUE: Pre-filled on page load"/>
  <int value="977" label="FIELD_WITH_DEFAULT_VALUE: Empty on page load"/>
  <int value="1168" label="MERCHANT_EMAIL_SIGNUP: Pre-filled on page load"/>
  <int value="1169" label="MERCHANT_EMAIL_SIGNUP: Empty on page load"/>
  <int value="1184" label="MERCHANT_PROMO_CODE: Pre-filled on page load"/>
  <int value="1185" label="MERCHANT_PROMO_CODE: Empty on page load"/>
  <int value="1200" label="PASSWORD: Pre-filled on page load"/>
  <int value="1201" label="PASSWORD: Empty on page load"/>
  <int value="1216" label="ACCOUNT_CREATION_PASSWORD: Pre-filled on page load"/>
  <int value="1217" label="ACCOUNT_CREATION_PASSWORD: Empty on page load"/>
  <int value="1232"
      label="ADDRESS_HOME_STREET_ADDRESS: Pre-filled on page load"/>
  <int value="1233" label="ADDRESS_HOME_STREET_ADDRESS: Empty on page load"/>
  <int value="1264" label="ADDRESS_HOME_SORTING_CODE: Pre-filled on page load"/>
  <int value="1265" label="ADDRESS_HOME_SORTING_CODE: Empty on page load"/>
  <int value="1296"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: Pre-filled on page load"/>
  <int value="1297"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY: Empty on page load"/>
  <int value="1328" label="ADDRESS_HOME_LINE3: Pre-filled on page load"/>
  <int value="1329" label="ADDRESS_HOME_LINE3: Empty on page load"/>
  <int value="1360"
      label="NOT_ACCOUNT_CREATION_PASSWORD: Pre-filled on page load"/>
  <int value="1361" label="NOT_ACCOUNT_CREATION_PASSWORD: Empty on page load"/>
  <int value="1376" label="USERNAME: Pre-filled on page load"/>
  <int value="1377" label="USERNAME: Empty on page load"/>
  <int value="1392"
      label="USERNAME_AND_EMAIL_ADDRESS: Pre-filled on page load"/>
  <int value="1393" label="USERNAME_AND_EMAIL_ADDRESS: Empty on page load"/>
  <int value="1408" label="NEW_PASSWORD: Pre-filled on page load"/>
  <int value="1409" label="NEW_PASSWORD: Empty on page load"/>
  <int value="1424" label="PROBABLY_NEW_PASSWORD: Pre-filled on page load"/>
  <int value="1425" label="PROBABLY_NEW_PASSWORD: Empty on page load"/>
  <int value="1440" label="NOT_NEW_PASSWORD: Pre-filled on page load"/>
  <int value="1441" label="NOT_NEW_PASSWORD: Empty on page load"/>
  <int value="1456" label="CREDIT_CARD_NAME_FIRST: Pre-filled on page load"/>
  <int value="1457" label="CREDIT_CARD_NAME_FIRST: Empty on page load"/>
  <int value="1472" label="CREDIT_CARD_NAME_LAST: Pre-filled on page load"/>
  <int value="1473" label="CREDIT_CARD_NAME_LAST: Empty on page load"/>
  <int value="1488" label="PHONE_HOME_EXTENSION: Pre-filled on page load"/>
  <int value="1489" label="PHONE_HOME_EXTENSION: Empty on page load"/>
  <int value="1520" label="CONFIRMATION_PASSWORD: Pre-filled on page load"/>
  <int value="1521" label="CONFIRMATION_PASSWORD: Empty on page load"/>
  <int value="1536" label="AMBIGUOUS_TYPE: Pre-filled on page load"/>
  <int value="1537" label="AMBIGUOUS_TYPE: Empty on page load"/>
  <int value="1552" label="SEARCH_TERM: Pre-filled on page load"/>
  <int value="1553" label="SEARCH_TERM: Empty on page load"/>
  <int value="1568" label="PRICE: Pre-filled on page load"/>
  <int value="1569" label="PRICE: Empty on page load"/>
  <int value="1584" label="NOT_PASSWORD: Pre-filled on page load"/>
  <int value="1585" label="NOT_PASSWORD: Empty on page load"/>
  <int value="1600" label="SINGLE_USERNAME: Pre-filled on page load"/>
  <int value="1601" label="SINGLE_USERNAME: Empty on page load"/>
  <int value="1616" label="NOT_USERNAME: Pre-filled on page load"/>
  <int value="1617" label="NOT_USERNAME: Empty on page load"/>
  <int value="1648" label="ADDRESS_HOME_STREET_NAME: Pre-filled on page load"/>
  <int value="1649" label="ADDRESS_HOME_STREET_NAME: Empty on page load"/>
  <int value="1664" label="ADDRESS_HOME_HOUSE_NUMBER: Pre-filled on page load"/>
  <int value="1665" label="ADDRESS_HOME_HOUSE_NUMBER: Empty on page load"/>
  <int value="1680" label="ADDRESS_HOME_SUBPREMISE: Pre-filled on page load"/>
  <int value="1681" label="ADDRESS_HOME_SUBPREMISE: Empty on page load"/>
  <int value="1696"
      label="ADDRESS_HOME_OTHER_SUBUNIT: Pre-filled on page load"/>
  <int value="1697" label="ADDRESS_HOME_OTHER_SUBUNIT: Empty on page load"/>
  <int value="1712" label="NAME_LAST_FIRST: Pre-filled on page load"/>
  <int value="1713" label="NAME_LAST_FIRST: Empty on page load"/>
  <int value="1728" label="NAME_LAST_CONJUNCTION: Pre-filled on page load"/>
  <int value="1729" label="NAME_LAST_CONJUNCTION: Empty on page load"/>
  <int value="1744" label="NAME_LAST_SECOND: Pre-filled on page load"/>
  <int value="1745" label="NAME_LAST_SECOND: Empty on page load"/>
  <int value="1760" label="NAME_HONORIFIC_PREFIX: Pre-filled on page load"/>
  <int value="1761" label="NAME_HONORIFIC_PREFIX: Empty on page load"/>
  <int value="1824" label="ADDRESS_HOME_ADDRESS: Pre-filled on page load"/>
  <int value="1825" label="ADDRESS_HOME_ADDRESS: Empty on page load"/>
  <int value="1840"
      label="ADDRESS_HOME_ADDRESS_WITH_NAME: Pre-filled on page load"/>
  <int value="1841" label="ADDRESS_HOME_ADDRESS_WITH_NAME: Empty on page load"/>
  <int value="1856" label="ADDRESS_HOME_FLOOR: Pre-filled on page load"/>
  <int value="1857" label="ADDRESS_HOME_FLOOR: Empty on page load"/>
  <int value="1888" label="BIRTHDATE_DAY: Pre-filled on page load"/>
  <int value="1889" label="BIRTHDATE_DAY: Empty on page load"/>
  <int value="1904" label="BIRTHDATE_MONTH: Pre-filled on page load"/>
  <int value="1905" label="BIRTHDATE_MONTH: Empty on page load"/>
  <int value="1920" label="BIRTHDATE_4_DIGIT_YEAR: Pre-filled on page load"/>
  <int value="1921" label="BIRTHDATE_4_DIGIT_YEAR: Empty on page load"/>
  <int value="1936"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX: Pre-filled on page load"/>
  <int value="1937"
      label="PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX: Empty on page load"/>
  <int value="1952"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX: Pre-filled on
             page load"/>
  <int value="1953"
      label="PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX: Empty on page
             load"/>
  <int value="1968" label="PHONE_HOME_NUMBER_PREFIX: Pre-filled on page load"/>
  <int value="1969" label="PHONE_HOME_NUMBER_PREFIX: Empty on page load"/>
  <int value="1984" label="PHONE_HOME_NUMBER_SUFFIX: Pre-filled on page load"/>
  <int value="1985" label="PHONE_HOME_NUMBER_SUFFIX: Empty on page load"/>
  <int value="2000" label="IBAN_VALUE: Pre-filled on page load"/>
  <int value="2001" label="IBAN_VALUE: Empty on page load"/>
  <int value="2016"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE: Pre-filled on page
             load"/>
  <int value="2017"
      label="CREDIT_CARD_STANDALONE_VERIFICATION_CODE: Empty on page load"/>
  <int value="2048" label="NUMERIC_QUANTITY: Pre-filled on page load"/>
  <int value="2049" label="NUMERIC_QUANTITY: Empty on page load"/>
  <int value="2064" label="ONE_TIME_CODE: Pre-filled on page load"/>
  <int value="2065" label="ONE_TIME_CODE: Empty on page load"/>
  <int value="2128" label="DELIVERY_INSTRUCTIONS: Pre-filled on page load"/>
  <int value="2129" label="DELIVERY_INSTRUCTIONS: Empty on page load"/>
  <int value="2160" label="ADDRESS_HOME_OVERFLOW: Pre-filled on page load"/>
  <int value="2161" label="ADDRESS_HOME_OVERFLOW: Empty on page load"/>
  <int value="2176" label="ADDRESS_HOME_LANDMARK: Pre-filled on page load"/>
  <int value="2177" label="ADDRESS_HOME_LANDMARK: Empty on page load"/>
  <int value="2240"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: Pre-filled on page load"/>
  <int value="2241"
      label="ADDRESS_HOME_OVERFLOW_AND_LANDMARK: Empty on page load"/>
  <int value="2256" label="ADDRESS_HOME_ADMIN_LEVEL2: Pre-filled on page load"/>
  <int value="2257" label="ADDRESS_HOME_ADMIN_LEVEL2: Empty on page load"/>
  <int value="2272"
      label="ADDRESS_HOME_STREET_LOCATION: Pre-filled on page load"/>
  <int value="2273" label="ADDRESS_HOME_STREET_LOCATION: Empty on page load"/>
  <int value="2288"
      label="ADDRESS_HOME_BETWEEN_STREETS: Pre-filled on page load"/>
  <int value="2289" label="ADDRESS_HOME_BETWEEN_STREETS: Empty on page load"/>
  <int value="2304"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: Pre-filled on page
             load"/>
  <int value="2305"
      label="ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK: Empty on page load"/>
  <int value="2320"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: Pre-filled on page
             load"/>
  <int value="2321"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY: Empty on page load"/>
  <int value="2336"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: Pre-filled on page
             load"/>
  <int value="2337"
      label="ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK: Empty on page load"/>
  <int value="2400"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: Pre-filled on page
             load"/>
  <int value="2401"
      label="ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK: Empty on page load"/>
  <int value="2416"
      label="ADDRESS_HOME_BETWEEN_STREETS_1: Pre-filled on page load"/>
  <int value="2417" label="ADDRESS_HOME_BETWEEN_STREETS_1: Empty on page load"/>
  <int value="2432"
      label="ADDRESS_HOME_BETWEEN_STREETS_2: Pre-filled on page load"/>
  <int value="2433" label="ADDRESS_HOME_BETWEEN_STREETS_2: Empty on page load"/>
  <int value="2448"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: Pre-filled on page load"/>
  <int value="2449"
      label="ADDRESS_HOME_HOUSE_NUMBER_AND_APT: Empty on page load"/>
  <int value="2464"
      label="SINGLE_USERNAME_FORGOT_PASSWORD: Pre-filled on page load"/>
  <int value="2465"
      label="SINGLE_USERNAME_FORGOT_PASSWORD: Empty on page load"/>
  <int value="2496" label="ADDRESS_HOME_APT: Pre-filled on page load"/>
  <int value="2497" label="ADDRESS_HOME_APT: Empty on page load"/>
  <int value="2512" label="ADDRESS_HOME_APT_TYPE: Pre-filled on page load"/>
  <int value="2513" label="ADDRESS_HOME_APT_TYPE: Empty on page load"/>
  <int value="2560"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES: Pre-filled on page
             load"/>
  <int value="2561"
      label="SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES: Empty on page load"/>
</enum>

<enum name="AutofillPreFilledValueStatus">
  <int value="0" label="Not changed"/>
  <int value="1" label="Pre-filled value manually restored after Autofill"/>
  <int value="2" label="Pre-filled value restored by Autofill"/>
  <int value="3" label="Changed to empty"/>
  <int value="4" label="Manually changed to what would have been filled"/>
  <int value="5"
      label="Changed to another value of the corresponding field type"/>
  <int value="6" label="Changed to a value of a different or unknown type"/>
</enum>

<enum name="AutofillProfileImportDecision">
  <int value="0" label="Undefined"/>
  <int value="1" label="UserNotAsked"/>
  <int value="2" label="Accpeted"/>
  <int value="3" label="Declined"/>
  <int value="4" label="EditAccepted"/>
  <int value="5" label="EditDeclined"/>
  <int value="6" label="Never"/>
  <int value="7" label="Ignored"/>
  <int value="8" label="MessageTimeout"/>
  <int value="9" label="MessageDeclined"/>
  <int value="10" label="AutoDeclined"/>
</enum>

<enum name="AutofillProfileImportType">
  <int value="0" label="Unspecified"/>
  <int value="1" label="NewProfile"/>
  <int value="2" label="DuplicateImport"/>
  <int value="3" label="SilentUpdate"/>
  <int value="4" label="ConfirmableMerge"/>
  <int value="5" label="SuppressedNewProfile"/>
  <int value="6" label="ConfirmableMergeAndSilentUpdate"/>
  <int value="7" label="SuppressedConfirmableMerge"/>
  <int value="8" label="SuppressedConfirmableMergeAndSilentUpdate"/>
  <int value="9" label="SilentUpdateForIncompleteProfile"/>
  <int value="10" label="UnusableIncompleteProfile"/>
  <int value="11" label="ProfileMigration"/>
  <int value="12" label="ProfileMigrationAndSilentUpdate"/>
</enum>

<enum name="AutofillProfileRecordType">
  <int value="0" label="The profile is saved to local store."/>
  <int value="1" label="The profile is saved to account store."/>
  <int value="2" label="The profile is saved to account store as HOME."/>
  <int value="3" label="The profile is saved to account store as WORK."/>
</enum>

<enum name="AutofillProfileTokenQualityObservationType">
  <int value="0" label="Unknown"/>
  <int value="1" label="Accepted"/>
  <int value="2" label="PartiallyAccepted"/>
  <int value="3" label="EditedToSimilarValue"/>
  <int value="4" label="EditedToDifferentTokenOfSameProfile"/>
  <int value="5" label="EditedToSameTokenOfOtherProfile"/>
  <int value="6" label="EditedToDifferentTokenOfOtherProfile"/>
  <int value="7" label="EditedValueCleared"/>
  <int value="8" label="EditedFallback"/>
</enum>

<enum name="AutofillProviderPackageName">
  <int value="0" label="Unknown"/>
  <int value="1" label="Autofill with Google"/>
  <int value="2" label="Samsung Pass"/>
  <int value="3" label="LastPass"/>
  <int value="4" label="Dashlane"/>
  <int value="5" label="1Password"/>
  <int value="6" label="Bitwarden"/>
</enum>

<enum name="AutofillQueryMethod">
  <summary>
    The HTTP method used to fetch a URL. Logged as a boolean corresponding to
    the first two enumeration values found in ::net::URLFetcher::RequestType.
    See: net/url_request/url_fetcher.h
  </summary>
  <int value="0" label="GET"/>
  <int value="1" label="POST"/>
</enum>

<enum name="AutofillQueryResult">
  <int value="0" label="Sent"/>
  <int value="1" label="Received"/>
  <int value="2" label="Parsed"/>
  <int value="3" label="Response matches local"/>
  <int value="4" label="Response improves local (nonempty)"/>
  <int value="5" label="Response improves local (empty)"/>
</enum>

<enum name="AutofillRationalizationQualityMetric">
  <int value="0" label="Good Rationalization"/>
  <int value="1" label="Ok Rationalization"/>
  <int value="2" label="Bad Rationalization"/>
</enum>

<enum name="AutofillRiskBasedAuthEvent">
  <int value="0" label="Completed unmasking without further authentication"/>
  <int value="1"
      label="Further authentications are needed to retrieve the card"/>
  <int value="2" label="The authentication was cancelled"/>
  <int value="3" label="Unexpected errors"/>
</enum>

<enum name="AutofillSaveCardRequestExpirationDateReason">
  <int value="0" label="Has empty month only"/>
  <int value="1" label="Has empty year only"/>
  <int value="2" label="Has both empty month and year"/>
  <int value="3" label="Has expired expiration date"/>
</enum>

<enum name="AutofillSavePaymentMethodPromptOfferEnum">
  <int value="0" label="Shown"/>
  <int value="1" label="Not shown, max strikes reached"/>
  <int value="2" label="Not shown, required delay has not passed"/>
</enum>

<enum name="AutofillSavePaymentMethodPromptResultEnum">
  <int value="0" label="Accepted"/>
  <int value="1" label="Cancelled"/>
  <int value="2" label="Closed"/>
  <int value="3" label="Not interacted"/>
  <int value="4" label="Lost focus"/>
  <int value="5" label="Unknown"/>
</enum>

<enum name="AutofillSaveType">
  <int value="0" label="Local"/>
  <int value="1" label="Server"/>
</enum>

<enum name="AutofillScanCreditCardPrompt">
  <int value="0" label="Scan card shown"/>
  <int value="1" label="Scan card selected"/>
  <int value="2" label="Some other item selected"/>
</enum>

<enum name="AutofillServerCardUnmaskResult">
  <int value="0" label="Unknown result"/>
  <int value="1" label="Local cache hit"/>
  <int value="2"
      label="Completed risk-based unmasking, no user-facing authentication"/>
  <int value="3" label="Completed unmasking via authentication"/>
  <int value="4" label="Authentication-related errors"/>
  <int value="5" label="Virtual-card-retrieval-related errors"/>
  <int value="6" label="Flow was cancelled"/>
  <int value="7"
      label="FIDO option was the only option provided but user has not opted
             in"/>
  <int value="8" label="Unexpected errors"/>
</enum>

<enum name="AutofillServerPredictionAvailability">
  <int value="0" label="Not available"/>
  <int value="1" label="Available on session start"/>
  <int value="2" label="Available after session start"/>
</enum>

<enum name="AutofillSessionStates">
  <int value="0" label="Unknown"/>
  <int value="1" label="No callback from framework"/>
  <int value="2" label="No suggestion, user changed form, form submitted"/>
  <int value="3" label="No suggestion, user changed form, no form submitted"/>
  <int value="4"
      label="No suggestion, user did not change form, form submitted"/>
  <int value="5"
      label="No suggestion, user did not change form, no form submitted"/>
  <int value="6"
      label="User selected suggestion, user changed form, form submitted"/>
  <int value="7"
      label="User selected suggestion, user changed form, no form submitted"/>
  <int value="8"
      label="User selected suggestion, user did not change form, form
             submitted"/>
  <int value="9"
      label="User selected suggestion, user did not change form, no form
             submitted"/>
  <int value="10"
      label="User did not select suggestion, user changed form, form
             submitted"/>
  <int value="11"
      label="User did not select suggestion, user changed form, no form
             submitted"/>
  <int value="12"
      label="User did not select suggestion, user did not change form, form
             submitted"/>
  <int value="13"
      label="User did not select suggestion, user did not change form, no
             form submitted"/>
  <int value="19"
      label="No suggestions were shown, form was autofilled (ERROR)"/>
  <int value="20"
      label="No suggestions were shown, form was autofilled - AWG (ERROR)"/>
  <int value="21"
      label="No suggestions were shown, form was autofilled - Samsung (ERROR)"/>
  <int value="22"
      label="No suggestions were shown, form was autofilled - Last pass
             (ERROR)"/>
  <int value="23"
      label="No suggestions were shown, form was autofilled - Dashlane
             (ERROR)"/>
  <int value="24"
      label="No suggestions were shown, form was autofilled - 1Password
             (ERROR)"/>
  <int value="25"
      label="No suggestions were shown, form was autofilled - Bitwarden
             (ERROR)"/>
</enum>

<enum name="AutofillSettingsVisibleTypes">
  <int value="0" label="Undefined"/>
  <int value="1" label="Name"/>
  <int value="2" label="Email"/>
  <int value="3" label="Phone"/>
  <int value="4" label="City"/>
  <int value="5" label="Country"/>
  <int value="6" label="Zip"/>
  <int value="7" label="State"/>
  <int value="8" label="StreetAddress"/>
  <int value="9" label="DependentLocality"/>
  <int value="11" label="Company"/>
  <int value="12" label="AdminLevel2"/>
</enum>

<enum name="AutofillSharedStorageServerCardDataSetResult">
  <int value="0"
      label="(Unused) Non-set operation success. Not expected as
             ContentAutofillSharedStorageHandler only records Set results."/>
  <int value="1" label="Set operation success."/>
  <int value="2"
      label="(Unused) Value present and ignored. Not expected as
             ContentAutofillSharedStorageHandler always overwrites."/>
  <int value="3" label="SQL database error."/>
  <int value="4" label="Database initialization failed."/>
  <int value="5" label="Insufficient capacity."/>
  <int value="6"
      label="(Unused) Invalid append. Not expected as
             ContentAutofillSharedStorageHandler does not append."/>
  <int value="7"
      label="(Unused) Key not found. Not expected as
             ContentAutofillSharedStorageHandler only records Set results."/>
  <int value="8"
      label="(Unused) Too many keys found. Not expected as
             ContentAutofillSharedStorageHandler only records Set results."/>
  <int value="9"
      label="(Unused) Entry expired. Not expected as
             ContentAutofillSharedStorageHandler only records Set results."/>
</enum>

<enum name="AutofillSilentUpdatesProfileImportType">
  <int value="0" label="Unspecified"/>
  <int value="1" label="SilentUpdateForIncompleteProfile"/>
  <int value="2" label="UnusableIncompleteProfile"/>
</enum>

<enum name="AutofillSingleEntryRemovalMethod">
  <int value="0" label="Keyboard shift + delete pressed"/>
  <int value="1" label="Delete button clicked"/>
  <int value="2"
      label="Keyboard accessory suggestion long pressed and deletion dialog
             confirmed"/>
</enum>

<enum name="AutofillSubmissionSource">
  <int value="0" label="Same document navigation"/>
  <int value="1" label="XHR succeeded"/>
  <int value="2" label="Frame detached"/>
  <int value="3" label="DOM mutation after XHR"/>
  <int value="4" label="Probably form submission"/>
  <int value="5" label="Form submission"/>
</enum>

<enum name="AutofillSubmissionSource2">
  <int value="0" label="No source"/>
  <int value="1" label="Same document navigation"/>
  <int value="2" label="XHR succeeded"/>
  <int value="3" label="Frame detached"/>
  <int value="4" label="Probable form submission"/>
  <int value="5" label="Regular form submission"/>
  <int value="6" label="DOM mutation after autofill"/>
</enum>

<enum name="AutofillSubmittedCardState">
  <int value="0" label="Has valid card number and expiration date"/>
  <int value="1" label="Has valid card number, but invalid expiration date"/>
  <int value="2" label="Has valid expiration date, but invalid card number"/>
</enum>

<enum name="AutofillSubmittedServerCardExpirationStatus">
  <int value="0"
      label="(Deprecated) Expiration date matched, full server card"/>
  <int value="1"
      label="(Deprecated) Expiration date did not match, full server card"/>
  <int value="2" label="Expiration date matched, masked server card"/>
  <int value="3" label="Expiration date did not match, masked server card"/>
</enum>

<enum name="AutofillSuggestionHidingReason">
  <int value="0" label="A suggestion was accepted."/>
  <int value="1" label="An interstitial page displaces the popup."/>
  <int value="2"
      label="A field isn't edited anymore but remains focused for now."/>
  <int value="3" label="Focus removed from field. Follows kEndEditing."/>
  <int value="4"
      label="Scrolling or zooming into the page displaces the popup."/>
  <int value="5" label="A navigation on the page or frame level."/>
  <int value="6" label="The popup is or would become empty."/>
  <int value="7" label="The renderer explicitly requested closing the popup."/>
  <int value="8"
      label="The tab with the popup is destroyed, hidden or has become
             inactive."/>
  <int value="9" label="The popup contains stale data."/>
  <int value="10"
      label="The user explicitly dismissed the popup (e.g. ESC key)."/>
  <int value="11"
      label="The popup view (or its controller) goes out of scope."/>
  <int value="12" label="The platform-native UI changed (e.g. window resize)."/>
  <int value="13"
      label="Not enough space in the content area to display at least one row
             of the popup within the bounds of the content area."/>
  <int value="14"
      label="The popup would overlap with another open prompt, and may hide
             sensitive information in the prompt."/>
  <int value="15"
      label="The anchor element for which the popup would be shown is not
             visible in the content area."/>
  <int value="16" label="The frame holds a pointer lock."/>
  <int value="17"
      label="The password generation popup would overlap and hide autofill
             popup."/>
  <int value="18"
      label="The Touch To Fill surface is shown instead of autofill
             suggestions."/>
  <int value="19"
      label="The context menu is shown instead of the autofill suggestions."/>
  <int value="20"
      label="The Fast Checkout surface is shown instead of autofill
             suggestions."/>
  <int value="21"
      label="The Picture-in-picture window overlaps with the autofill
             suggestion."/>
  <int value="22"
      label="The context menu was open after the autofill popup, which could
             overlap with the autofill popup."/>
  <int value="23"
      label="No frame currently has focus. This case is caught for safety
             because it might be reachable due to race conditions."/>
  <int value="24"
      label="The sub-popup was closed, e.g. because the mouse was moved to a
             different suggestion in the parent popup."/>
  <int value="25"
      label="The user edited the field. Currently applied only to Compose
             suggestions."/>
  <int value="26"
      label="The popup has faded due to an expired timer. Currently applied
             only to Compose suggestions."/>
</enum>

<enum name="AutofillSyncState">
  <int value="0" label="Signed Out"/>
  <int value="1" label="Signed In"/>
  <int value="2" label="Signed In and Wallet Sync Transport Enabled"/>
  <int value="3" label="Signed In and Sync Feature Enabled"/>
  <int value="4" label="Sync Paused"/>
  <int value="5" label="Unknown"/>
</enum>

<enum name="AutofillUnmaskPromptEvent">
  <int value="0" label="Shown"/>
  <int value="1" label="Closed with no attempts"/>
  <int value="2" label="Closed, retriable failure"/>
  <int value="3" label="Closed, non retriable failure"/>
  <int value="4" label="Closed, success w/ 0 failures">
    Closed with successful unmask on the first attempt.
  </int>
  <int value="5" label="Closed, success w/ 1+ failures">
    Closed with successful unmask after failed attempts.
  </int>
  <int value="6" label="(Obsolete) Card saved locally. Removed 06/2021."/>
  <int value="7" label="Did opt in of local save"/>
  <int value="8" label="Local save stayed disabled"/>
  <int value="9" label="Did opt out of local save"/>
  <int value="10" label="Local save stayed enabled"/>
  <int value="11" label="Closed, abandon unmasking"/>
</enum>

<enum name="AutofillValuePatterns">
  <int value="0" label="No pattern found"/>
  <int value="1" label="UPI VPA"/>
  <int value="2" label="IBAN"/>
</enum>

<enum name="AutofillVirtualCardDialogLinkClicked">
  <int value="0" label="Google legal message link"/>
  <int value="1" label="Issuer legal message link"/>
  <int value="2" label="Education text link"/>
</enum>

<enum name="AutofillVirtualCardEnrollBubbleResult">
  <int value="0" label="Unknown"/>
  <int value="1" label="User accepted the bubble"/>
  <int value="2" label="User closed bubble via corner X or ESC"/>
  <int value="3" label="User did not interact with the bubble"/>
  <int value="4" label="Bubble lost focus and was deactivated"/>
  <int value="5" label="User cancelled the bubble"/>
</enum>

<enum name="AutofillVirtualCardEnrollmentSource">
  <int value="0" label="None"/>
  <int value="1" label="Upstream"/>
  <int value="2" label="Downstream"/>
  <int value="3" label="Settings page"/>
</enum>

<enum name="AutofillVirtualCardEnrollmentStrikeDatabaseEvent">
  <int value="0" label="One strike logged"/>
  <int value="1" label="All strikes cleared"/>
</enum>

<enum name="AutofillVirtualCardManualFallbackBubbleFieldClicked">
  <int value="0" label="Card number"/>
  <int value="1" label="Expiration month"/>
  <int value="2" label="Expiration year"/>
  <int value="3" label="Cardholder name"/>
  <int value="4" label="CVC"/>
</enum>

<enum name="AutofillVirtualCardManualFallbackBubbleResult">
  <int value="0" label="Unknown"/>
  <int value="1" label="User closed bubble via corner X"/>
  <int value="2" label="User did not interact with the bubble"/>
  <int value="3" label="[Deprecated] Bubble lost focus and was deactivated"/>
</enum>

<enum name="AutofillWebauthnOptInPromoUserDecision">
  <int value="0" label="Accepted"/>
  <int value="1" label="Declined immediately"/>
  <int value="2" label="Declined after accepting"/>
</enum>

<enum name="BooleanAutofillDeleteAddress">
  <int value="0" label="Canceled"/>
  <int value="1" label="Confirmed"/>
</enum>

<enum name="BooleanAutofillEditAddress">
  <int value="0" label="Canceled"/>
  <int value="1" label="Saved"/>
</enum>

<enum name="BooleanAutofillFillAfterInteraction">
  <int value="0" label="Not filled"/>
  <int value="1" label="Filled"/>
</enum>

<enum name="BooleanAutofillFillAfterSuggestion">
  <int value="0" label="User did not choose to fill"/>
  <int value="1" label="User chose to fill"/>
</enum>

<enum name="BooleanAutofillFillingAcceptance">
  <int value="0" label="No suggestion accepted"/>
  <int value="1" label="At least one suggestion accepted"/>
</enum>

<enum name="BooleanAutofillFillingAssistance">
  <int value="0" label="No assistance"/>
  <int value="1" label="Fields were filled"/>
</enum>

<enum name="BooleanAutofillFillingCorrectness">
  <int value="0" label="User edited filled fields"/>
  <int value="1" label="No filled fields were edited"/>
</enum>

<enum name="BooleanAutofillFillingReadiness">
  <int value="0" label="No data available to fill"/>
  <int value="1" label="Some data available to fill"/>
</enum>

<enum name="BooleanAutofillFormFillSuccessIOS">
  <int value="0" label="Not filled"/>
  <int value="1" label="Filled"/>
</enum>

<enum name="BooleanAutofillInteractionAfterParsedAsType">
  <int value="0" label="No interaction"/>
  <int value="1" label="Interaction observed"/>
</enum>

<enum name="BooleanAutofillParsedAsType">
  <int value="0" label="Different type"/>
  <int value="1" label="This type"/>
</enum>

<enum name="BooleanAutofillSubmission">
  <int value="0" label="Form was abandoned"/>
  <int value="1" label="Form was submitted"/>
</enum>

<enum name="BooleanAutofillSubmissionAfterFill">
  <int value="0" label="Not submitted"/>
  <int value="1" label="Submitted"/>
</enum>

<enum name="BooleanAutofillSuggestionAfterInteraction">
  <int value="0" label="Not shown"/>
  <int value="1" label="Shown"/>
</enum>

<enum name="BooleanFieldClassificationType">
  <int value="0" label="Unclassified."/>
  <int value="1" label="Classified."/>
</enum>

<enum name="BooleanHadPredictions">
  <int value="0" label="No predictions"/>
  <int value="1" label="Has predictions"/>
</enum>

<enum name="BooleanPreviouslyShown">
  <int value="0" label="Never shown"/>
  <int value="1" label="Previously shown"/>
</enum>

<enum name="BooleanSelectManualFallback">
  <int value="0" label="Didn't accept the manual fallback context menu entry"/>
  <int value="1" label="Accepted the manual fallback context menu entry"/>
</enum>

<enum name="BooleanSubmitted">
  <int value="0" label="Not submitted"/>
  <int value="1" label="Submitted"/>
</enum>

<enum name="BooleanSuppressed">
  <int value="0" label="No suppressions"/>
  <int value="1" label="Suppressed"/>
</enum>

<enum name="CheckBoxStatus">
  <int value="0" label="Not shown"/>
  <int value="1" label="Unchecked"/>
  <int value="2" label="Checked"/>
</enum>

<enum name="CreditCardSeamlessFill">
  <int value="0" label=":-D Full fill"/>
  <int value="1" label=":-) Optional name missing"/>
  <int value="2" label=":-) Optional CVC missing"/>
  <int value="3" label=":-) Optional name and CVC missing"/>
  <int value="4" label=":-| Full fill but exp. date missing"/>
  <int value="5" label=":-( Partial fill"/>
</enum>

<enum name="CvcFillingFlowType">
  <int value="0" label="CVC filled without any interactive authentication"/>
  <int value="1" label="CVC filled by FIDO authentication"/>
  <int value="2" label="CVC filed by mandatory re-auth"/>
</enum>

<enum name="EmailPredictionConfusionMatrix">
  <int value="0"
      label="TruePositive: overall_type=email, submitted text matches email
             format"/>
  <int value="1"
      label="FalsePositive: overall_type=email, submitted text is non-empty
             and does not match email"/>
  <int value="2"
      label="TrueNegative: overall_type=not email, submitted text is
             non-empty and does not match email"/>
  <int value="3"
      label="FalseNegative: overall_type=not email, submitted text matches
             email"/>
</enum>

<enum name="FastCheckoutCacheStateForIsTriggerFormSupported">
  <summary>
    Possible different cache states that `FastCheckoutCapabilitiesFetcherImpl`
    can encounter when `IsTriggerFormSupported` is called.
  </summary>
  <int value="0" label="Availability request has not completed yet."/>
  <int value="1" label="Entry available and form not supported."/>
  <int value="2" label="Entry available and form supported."/>
  <int value="3" label="Entry not available."/>
</enum>

<enum name="FastCheckoutCapabilitiesParsingResult">
  <summary>
    Possible states of parsing the response body when a fetch completes in
    `FastCheckoutCapabilitiesFetcherImpl`.
  </summary>
  <int value="0" label="Failure: The response body was null."/>
  <int value="1"
      label="Failure: The response body could not be parsed as
             `FastCheckoutFunnels` proto message."/>
  <int value="2" label="Success: Parsing was successful."/>
</enum>

<enum name="FastCheckoutRunOutcome">
  <summary>Defines possible outcomes of a Fast Checkout run.</summary>
  <int value="0"
      label="Failure: Script did not run because the user has declined
             onboarding."/>
  <int value="1"
      label="Failure: Script run did not complete or never started."/>
  <int value="2" label="Failure: Script run failed."/>
  <int value="3" label="Success: Script ran successfully."/>
</enum>

<enum name="FastCheckoutTriggerOutcome">
  <summary>
    Classifies different outcomes of the attempt to trigger showing a
    FastCheckout bottomsheet on a form that is known to support FastCheckout and
    for a user that has the FastCheckout feature enabled.
  </summary>
  <int value="0" label="Success: The bottom sheet is shown."/>
  <int value="1" label="Failure: The sheet has already been shown before."/>
  <int value="2" label="Failure: The clicked field is not focusable."/>
  <int value="3" label="Failure: The clicked field is not empty."/>
  <int value="4" label="Failure: The Autofill Ui cannot be shown."/>
  <int value="5" label="Failure: There is no valid credit card."/>
  <int value="6" label="Failure: There is no valid Autofill profile."/>
  <int value="7" label="Failure: AutofillProfile setting is disabled."/>
  <int value="8" label="Failure: AutofillCreditCard settings is disabled."/>
  <int value="9" label="Failure: Unsuported field type."/>
  <int value="10" label="Failure: Unsuported country."/>
</enum>

<enum name="FieldClassificationType">
  <int value="0" label="Classified with recognized autocomplete."/>
  <int value="1" label="Classified with unrecognized autocomplete."/>
  <int value="2" label="Unclassified."/>
</enum>

<enum name="FieldFillingStatus">
  <int value="0" label="Accepted"/>
  <int value="1" label="CorrectedToSameType"/>
  <int value="2" label="CorrectedToDifferentType"/>
  <int value="3" label="CorrectedToUnkownType"/>
  <int value="4" label="CorrectedToEmpty"/>
  <int value="5" label="ManuallyFilledToSameType"/>
  <int value="6" label="ManuallyFilledToDifferentType"/>
  <int value="7" label="ManuallyFilledToUnknownType"/>
  <int value="8" label="LeftEmpty"/>
</enum>

<enum name="IbanCountry">
  <int value="0" label="Unsupport"/>
  <int value="1" label="AD (Andorra)"/>
  <int value="2" label="AE (United Arab Emirates)"/>
  <int value="3" label="AL (Albania)"/>
  <int value="4" label="AT (Austria)"/>
  <int value="5" label="AZ (Azerbaijan)"/>
  <int value="6" label="BA (Bosnia and Herzegovina)"/>
  <int value="7" label="BE (Belgium)"/>
  <int value="8" label="BG (Bulgaria)"/>
  <int value="9" label="BH (Bahrain)"/>
  <int value="10" label="BR (Brazil)"/>
  <int value="11" label="BY (Belarus)"/>
  <int value="12" label="CH (Switzerland)"/>
  <int value="13" label="CR (Costa Rica)"/>
  <int value="14" label="CY (Cyprus)"/>
  <int value="15" label="CZ (Czech Republic)"/>
  <int value="16" label="DE (Germany)"/>
  <int value="17" label="DK (Denmark)"/>
  <int value="18" label="DO (Dominican Republic)"/>
  <int value="19" label="EE (Estonia)"/>
  <int value="20" label="EG (Egypt)"/>
  <int value="21" label="ES (Spain)"/>
  <int value="22" label="FI (Finland)"/>
  <int value="23" label="FO (Faroe Islands)"/>
  <int value="24" label="FR (France)"/>
  <int value="25" label="GB (United Kingdom)"/>
  <int value="26" label="GE (Georgia)"/>
  <int value="27" label="GI (Gibraltar)"/>
  <int value="28" label="GL (Greenland)"/>
  <int value="29" label="GR (Greece)"/>
  <int value="30" label="GT (Guatemala)"/>
  <int value="31" label="HR (Croatia)"/>
  <int value="32" label="HU (Hungary)"/>
  <int value="33" label="IL (Israel)"/>
  <int value="34" label="IQ (Iraq)"/>
  <int value="35" label="IS (Iceland)"/>
  <int value="36" label="IT (Italy)"/>
  <int value="37" label="JO (Jordan)"/>
  <int value="38" label="KW (Kuwait)"/>
  <int value="39" label="KZ (Kazakhstan)"/>
  <int value="40" label="LB (Lebanon)"/>
  <int value="41" label="LC (Saint Lucia)"/>
  <int value="42" label="LI (Liechtenstein)"/>
  <int value="43" label="LT (Lithuania)"/>
  <int value="44" label="LU (Luxembourg)"/>
  <int value="45" label="LV (Latvia)"/>
  <int value="46" label="LY (Libya)"/>
  <int value="47" label="MC (Monaco)"/>
  <int value="48" label="MD (Moldova)"/>
  <int value="49" label="ME (Montenegro)"/>
  <int value="50" label="MK (North Macedonia)"/>
  <int value="51" label="MR (Mauritania)"/>
  <int value="52" label="MT (Malta)"/>
  <int value="53" label="MU (Mauritius)"/>
  <int value="54" label="NL (Netherlands)"/>
  <int value="55" label="PK (Pakistan)"/>
  <int value="56" label="PL (Poland)"/>
  <int value="57" label="PS (Palestinian territories)"/>
  <int value="58" label="PT (Portugal)"/>
  <int value="59" label="QA (Qatar)"/>
  <int value="60" label="RO (Romania)"/>
  <int value="61" label="RS (Serbia)"/>
  <int value="62" label="RU (Russia)"/>
  <int value="63" label="SA (Saudi Arabia)"/>
  <int value="64" label="SC (Seychelles)"/>
  <int value="65" label="SD (Sudan)"/>
  <int value="66" label="SE (Sweden)"/>
  <int value="67" label="SI (Slovenia)"/>
  <int value="68" label="SK (Slovakia)"/>
  <int value="69" label="SM (San Marino)"/>
  <int value="70" label="ST (São Tomé and Príncipe)"/>
  <int value="71" label="SV (El Salvador)"/>
  <int value="72" label="TL (East Timor)"/>
  <int value="73" label="TN (Tunisia)"/>
  <int value="74" label="TR (Turkey)"/>
  <int value="75" label="UA (Ukraine)"/>
  <int value="76" label="VA (Vatican City)"/>
  <int value="77" label="VG (Virgin Islands, British)"/>
  <int value="78" label="XK (Kosovo)"/>
</enum>

<enum name="IbanSuggestionBlockListStatus">
  <int value="0" label="Allowed"/>
  <int value="1" label="Blocked"/>
  <int value="2" label="Blocklist is not available"/>
</enum>

<enum name="IbanSuggestionsEvent">
  <int value="0" label="IBAN suggestions shown"/>
  <int value="1" label="IBAN suggestions shown (once)"/>
  <int value="2" label="Local IBAN suggestion selected"/>
  <int value="3" label="Local IBAN suggestion selected (once)"/>
  <int value="4" label="Server IBAN suggestion selected"/>
  <int value="5" label="Server IBAN suggestion selected (once)"/>
</enum>

<enum name="IbanUploadEnabledStatus">
  <int value="0" label="Sync service is null"/>
  <int value="1" label="Sync service is paused"/>
  <int value="2"
      label="Sync service missing AUTOFILL_WALLET_DATA active data type"/>
  <int value="3" label="User has an explicit sync passphrase"/>
  <int value="4" label="Local sync is enabled"/>
  <int value="5" label="Success, IBAN upload enabled"/>
</enum>

<enum name="InferredLabelSource">
  <int value="0" label="No label"/>
  <int value="1" label="&lt;label&gt; sibling/ancestor"/>
  <int value="2" label="&lt;p&gt; sibling"/>
  <int value="3" label="&lt;div&gt; ancestor"/>
  <int value="4" label="&lt;td&gt; sibling"/>
  <int value="5" label="&lt;dt&gt; sibling"/>
  <int value="6" label="&lt;li&gt; ancestor"/>
  <int value="7" label="placeholder attribute"/>
  <int value="8" label="aria-label attribute"/>
  <int value="9" label="Text node sibling (includes &lt;b&gt;, etc)"/>
  <int value="10" label="value attribute"/>
  <int value="11"
      label="&lt;label&gt; for attribute linked to a control element via its
             id attribute"/>
  <int value="12"
      label="&lt;label&gt; for attribute linked to a control element via its
             name attribute"/>
  <int value="13"
      label="&lt;label&gt; for attribute linked to a control element inside a
             shadow DOM via its id attribute"/>
  <int value="14"
      label="&lt;label&gt; for attribute linked to a control element inside a
             shadow DOM via its name attribute"/>
  <int value="15" label="Succeeding DOM node overlaying the input"/>
</enum>

<enum name="LocalCardMigrationPrompt">
  <int value="0" label="Intermediate bubble shown"/>
  <int value="1" label="Intermediate bubble accepted"/>
  <int value="2" label="Main dialog shown"/>
  <int value="3" label="Main dialog accepted"/>
</enum>

<enum name="MandatoryReauthAuthEvent">
  <int value="0" label="Unknown"/>
  <int value="1" label="Flow started"/>
  <int value="2" label="Flow succeeded"/>
  <int value="3" label="Flow failed"/>
  <int value="4" label="Flow skipped"/>
</enum>

<enum name="MandatoryReauthOfferOptInDecision">
  <int value="0" label="Offered"/>
  <int value="1" label="Incognito mode"/>
  <int value="2" label="No supported reauth method"/>
  <int value="3" label="No card extracted from form"/>
  <int value="4" label="Went through interactive authentication"/>
  <int value="5" label="Manually filled local card"/>
  <int value="6" label="Manually filled server card"/>
  <int value="7" label="Manually filled virtual card"/>
  <int value="8" label="No stored card for the extracted card"/>
  <int value="9" label="Unsupported card type"/>
  <int value="10" label="Already opted-in"/>
  <int value="11" label="Already opted-out"/>
  <int value="12" label="Blocked by strike database"/>
</enum>

<enum name="MandatoryReauthOptInBubbleOffer">
  <int value="0" label="Shown"/>
</enum>

<enum name="MandatoryReauthOptInBubbleResult">
  <int value="0" label="Unknown"/>
  <int value="1" label="Accepted"/>
  <int value="2" label="Cancelled"/>
  <int value="3" label="Closed"/>
  <int value="4" label="Not interacted"/>
  <int value="5" label="Lost focus"/>
</enum>

<enum name="MandatoryReauthOptInConfirmationBubbleMetric">
  <int value="0" label="Shown"/>
  <int value="1" label="Settings link clicked"/>
</enum>

<enum name="OffersSuggestionsEvent">
  <int value="0" label="Undefined"/>
  <int value="1" label="Suggestion shown in popup"/>
  <int value="2" label="Suggestion shown in popup (once)"/>
  <int value="3" label="Suggestion selected in popup"/>
  <int value="4" label="Suggestion selected in popup (once)"/>
  <int value="5" label="Footer suggestion see offer details selected in popup"/>
  <int value="6"
      label="Footer suggestion see offer details selected in popup (once)"/>
</enum>

<enum name="OffersSuggestionsPopupEvent">
  <int value="0" label="Undefined"/>
  <int value="1" label="Suggestions popup shown"/>
  <int value="2" label="Suggestions popup shown (once)"/>
</enum>

<enum name="PaymentsWindowUserConsentDialogResult">
  <int value="0" label="The tab or browser was closed"/>
  <int value="1" label="The escape key was pressed, closing the dialog"/>
  <int value="2" label="The cancel button was pressed, closing the dialog"/>
  <int value="3" label="The accept button was pressed, closing the dialog"/>
</enum>

<enum name="PhoneCollectionState">
  <int value="0" label="Phone Not Collected, WebOTP Not Used, OTC Not Used"/>
  <int value="1" label="Phone Not Collected, WebOTP Not Used, OTC Used"/>
  <int value="2" label="Phone Not Collected, WebOTP Used, OTC Not Used"/>
  <int value="3" label="Phone Not Collected, WebOTP Used, OTC Used"/>
  <int value="4" label="Phone Collected, WebOTP Not Used, OTC Not Used"/>
  <int value="5" label="Phone Collected, WebOTP Not Used, OTC Used"/>
  <int value="6" label="Phone Collected, WebOTP Used, OTC Not Used"/>
  <int value="7" label="Phone Collected, WebOTP Used, OTC Used"/>
</enum>

<enum name="PhoneNumberGrammarUsage2">
  <int value="0"
      label="Country code: [cc] Area Code: [ac] Prefix: [phone] Suffix:
             [suffix]"/>
  <int value="1" label="Country code: [cc] Area Code: [ac] Phone: [phone]"/>
  <int value="2" label="Phone: [cc] [ac]:3 - [phone]:3 - [suffix]:4"/>
  <int value="3" label="Phone: [cc]:3 [ac]:3 [phone]:3 [suffix]:4"/>
  <int value="4" label="Area Code: [ac] Phone: [phone] - [suffix]"/>
  <int value="5" label="Area Code: [ac] Phone: [phone] Suffix [suffix]"/>
  <int value="6" label="Area Code: [ac] Phone: [phone]"/>
  <int value="7" label="Phone: [ac] [phone]:3 [suffix]:4"/>
  <int value="8"
      label="Area code: [ac]:3 Prefix: [prefix]:3 Suffix: [suffix]:4"/>
  <int value="9" label="Phone: [ac] Prefix: [phone] Suffix: [suffix]"/>
  <int value="10" label="Phone: [ac] - [phone]:3 - [suffix]:4"/>
  <int value="11" label="Phone: [cc] - [ac] - [phone]"/>
  <int value="12" label="Phone: [cc]:3 - [phone]"/>
  <int value="13" label="Phone: [ac] - [phone]"/>
  <int value="14" label="Phone: [phone]"/>
</enum>

<enum name="PlusAddressModalEvent">
  <int value="0" label="Modal shown"/>
  <int value="1" label="Modal canceled"/>
  <int value="2" label="Modal confirmed"/>
</enum>

<enum name="PlusAddressSuggestionEvent">
  <int value="0" label="Existing plus address suggested"/>
  <int value="1" label="Create new plus address suggested"/>
  <int value="2" label="Existing plus address suggestion chosen"/>
  <int value="3" label="Create new plus address suggestion chosen"/>
</enum>

<enum name="PredictionStateAutocompleteStatePair">
  <int value="0"
      label="No server or heuristic type, valid autocomplete attribute"/>
  <int value="1"
      label="No server or heuristic type, garbage autocomplete attribute"/>
  <int value="2" label="No server or heuristic type, autocomplete=off"/>
  <int value="3"
      label="Only server type, no (parseable) autocomplete attribute"/>
  <int value="4" label="Only server type, valid autocomplete attribute"/>
  <int value="5" label="Only server type, garbage autocomplete attribute"/>
  <int value="6" label="Only server type, autocomplete=off"/>
  <int value="7"
      label="Only heuristic type, no (parseable) autocomplete attribute"/>
  <int value="8" label="Only heuristic type, valid autocomplete attribute"/>
  <int value="9" label="Only heuristic type, garbage autocomplete attribute"/>
  <int value="10" label="Only heuristic type, autocomplete=off"/>
  <int value="11"
      label="Server and heuristic type, no (parseable) autocomplete attribute"/>
  <int value="12"
      label="Server and heuristic type, valid autocomplete attribute"/>
  <int value="13"
      label="Server and heuristic type, garbage autocomplete attribute"/>
  <int value="14" label="Server and heuristic type, autocomplete=off"/>
</enum>

<enum name="RelativePosition">
  <int value="0" label="Ranked higher"/>
  <int value="1" label="Ranked lower"/>
  <int value="2" label="Ranked same"/>
</enum>

<enum name="RendererFillSkipReason">
  <int value="0" label="Unfillable"/>
  <int value="1" label="No value to fill"/>
  <int value="2" label="Previously autofilled"/>
  <int value="3" label="User-edited text field"/>
  <int value="4" label="User-edited select field"/>
</enum>

<enum name="ShowCardsFromGoogleAccountButtonEvent">
  <int value="0" label="Button shown"/>
  <int value="1" label="Button shown (once)"/>
  <int value="2" label="Button clicked"/>
</enum>

<enum name="SuggestionType">
  <int value="0" label="Autocomplete entry"/>
  <int value="1" label="Address entry"/>
  <int value="2" label="Fill full address"/>
  <int value="3" label="Fill full name"/>
  <int value="4" label="Fill everything"/>
  <int value="5" label="Fill full phone number"/>
  <int value="6" label="Fill full email"/>
  <int value="7" label="Address field-by-field filling"/>
  <int value="8" label="Edit address profile"/>
  <int value="9" label="Delete address profile"/>
  <int value="10" label="Manage address"/>
  <int value="11" label="Manage credit card"/>
  <int value="12" label="Manage IBAN"/>
  <int value="13" label="Manage plus address"/>
  <int value="14" label="Compose proactive nudge"/>
  <int value="15" label="Compose resume nudge"/>
  <int value="16" label="Compose saved state notification"/>
  <int value="17" label="Compose disable"/>
  <int value="18" label="Compose go to settings"/>
  <int value="19" label="Compose never show on this site again"/>
  <int value="20" label="Datalist entry"/>
  <int value="21" label="Password entry"/>
  <int value="22" label="All saved passwords entry"/>
  <int value="23" label="Generate password entry"/>
  <int value="24" label="Show account cards"/>
  <int value="25" label="Password account storage opt-in"/>
  <int value="26" label="Password account storage opt-in and generate"/>
  <int value="27" label="Account storage password entry"/>
  <int value="28" label="Password account storage re-sign-in"/>
  <int value="29" label="Password account storage empty"/>
  <int value="30" label="Password field-by-field filling"/>
  <int value="31" label="Fill password"/>
  <int value="32" label="View password details"/>
  <int value="33" label="Credit card entry"/>
  <int value="34" label="Insecure context payment disabled message"/>
  <int value="35" label="Scan credit card"/>
  <int value="36" label="Virtual credit card entry"/>
  <int value="37" label="Credit card field-by-field filling"/>
  <int value="38" label="Iban entry"/>
  <int value="39" label="Create new plus address"/>
  <int value="40" label="Fill existing plus address"/>
  <int value="41" label="Merchant promo code entry"/>
  <int value="42" label="See promo code details"/>
  <int value="43" label="Webauthn credential"/>
  <int value="44" label="Webauthn sign-in with another device"/>
  <int value="45" label="Title"/>
  <int value="46" label="Separator"/>
  <int value="47" label="Undo or clear"/>
  <int value="48" label="Mixed form message"/>
  <int value="49" label="Devtools test addresses"/>
  <int value="50" label="Devtools test address entry"/>
  <int value="51" label="Devtools test address by country entry"/>
  <int value="52" label="Create new plus address inline"/>
</enum>

<enum name="TouchToFill.CreditCard.Outcome">
  <int value="0"
      label="Credit card selected from the sheet (either local or server one)"/>
  <int value="1" label="Virtual card selected"/>
  <int value="2" label="Manage payment settings option selected"/>
  <int value="3" label="Scan new card option selected"/>
  <int value="4" label="Bottom sheet dismissed"/>
</enum>

<enum name="TouchToFill.PaymentMethod.TriggerOutcome">
  <int value="0" label="Shown"/>
  <int value="1" label="Not shown: clicked field not focusable or not empty"/>
  <int value="2" label="Not shown: no valid payment methods to display"/>
  <int value="3" label="Not shown: form or client not secure"/>
  <int value="4" label="Not shown: was shown before"/>
  <int value="5" label="Not shown: could not show Autofill UI"/>
  <int value="6"
      label="Not shown: tried to display the sheet, but failed due to unknown
             reason"/>
  <int value="7" label="Not shown: incomplete form"/>
  <int value="8" label="Not shown: unknown form"/>
  <int value="9" label="Not shown: unknown field"/>
  <int value="10" label="Not shown: unsupported field type"/>
  <int value="11" label="Not shown: Fast Checkout was shown"/>
  <int value="12" label="Not shown: some inputs already contain values"/>
</enum>

<enum name="UploadPaymentMethodOrigin">
  <int value="0" label="Upload was for existing local payment method"/>
  <int value="1" label="Upload was for newly-seen payment method"/>
</enum>

<enum name="Vcn3dsFlowEvents">
  <int value="0"
      label="The flow has started, and the consent dialog or a pop-up are
             about to be shown"/>
  <int value="1" label="The consent dialog was skipped"/>
  <int value="2" label="The consent dialog was accepted"/>
  <int value="3" label="The consent dialog was declined"/>
  <int value="4"
      label="The pop-up was not able to be shown when a show was attempted"/>
  <int value="5"
      label="The user cancelled the flow by closing the pop-up before
             authentication has finished"/>
  <int value="6" label="The authentication inside of the pop-up failed"/>
  <int value="7"
      label="The user cancelled the progress dialog while retrieving the VCN"/>
  <int value="8"
      label="The flow failed after pop-up closed while retrieving the VCN"/>
  <int value="9"
      label="The flow has successfully completed and retrieved a VCN"/>
</enum>

<enum name="VirtualCardStandaloneCvcSuggestionFormEvent">
  <int value="0" label="Suggestions shown"/>
  <int value="1" label="Suggestions shown (once)"/>
  <int value="2" label="Suggestion selected"/>
  <int value="3" label="Suggestion selected (once)"/>
  <int value="4" label="Suggestion filled"/>
  <int value="5" label="Suggestion filled (once)"/>
  <int value="6"
      label="Form about to be submitted after suggestion filled (once)"/>
  <int value="7" label="Form submitted after suggestion filled (once)"/>
</enum>

<enum name="WebauthnOptInPromoNotOfferedReason">
  <int value="0" label="Unknown"/>
  <int value="1"
      label="A virtual card was authenticated, and we do not offer FIDO
             opt-in for virtual cards"/>
  <int value="2" label="Unmask details denote we should not offer FIDO opt-in"/>
  <int value="3" label="Card authorization token is empty"/>
  <int value="4" label="Blocked by strike database"/>
  <int value="5" label="User opted in from settings"/>
  <int value="6" label="User already opted into FIDO auth, no need to offer"/>
</enum>

</enums>

</histogram-configuration>