<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Classify on</title><link>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/</link><description>Recent content in Classify on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/index.xml" rel="self" type="application/rss+xml"/><item><title>Input Validation</title><link>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/input_validation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/input_validation/</guid><description>&lt;p>The Classification service in Data Discovery offers an input validation security feature that rejects invalid input data. Data that is malformed, non-normalized, containing homoglyphs, hieroglyphs, mixed Unicode variants, or control characters is considered as unsanitized or invalid data. These are rejected and will not be classified.&lt;/p>
&lt;p>The following are few examples of data that will be rejected:&lt;/p>
&lt;ul>
&lt;li>Ⅷ&lt;/li>
&lt;li>𝓉𝑒𝓍𝓉&lt;/li>
&lt;li>Ｐｅｐ&lt;/li>
&lt;/ul>
&lt;p>Before invoking the Classification endpoint, ensure that the input text is normalized. Replace invalid characters by their corresponding normalized plaintext characters. If the input text contains any invalid character, a status code of &lt;code>422&lt;/code> and a message &lt;code>Untrusted input&lt;/code> is returned.&lt;/p></description></item><item><title>Harmonization</title><link>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/harmonize/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/harmonize/</guid><description>&lt;p>Based on the detection logic, the Pattern and Context classification providers might classify the same data in different labels. The classification service standardizes provider outputs into a unified response.&lt;/p>
&lt;p>Consider the example, &lt;em>You can visit our office located in New York City&lt;/em>.&lt;/p>
&lt;ul>
&lt;li>Context provider might categorize &lt;em>New York City&lt;/em> as &lt;strong>CITY&lt;/strong>.&lt;/li>
&lt;li>Pattern provider might categorize &lt;em>New York City&lt;/em> as &lt;strong>LOCATION&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;p>This can cause an inconsistency in the outputs generated across the providers.&lt;/p></description></item><item><title>Supported Classification Entities</title><link>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/supported_entities/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/supported_entities/</guid><description>&lt;p>&lt;strong>Supported Entity Types&lt;/strong>&lt;/p>
&lt;p>PII entities supported by Data Discovery with their &lt;a href="https://docs.protegrity.com/data-discovery/2.0.0/docs/restapi/classify/harmonize/">Harmonized Categories&lt;/a>.&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Harmonized Category&lt;/th>
 &lt;th>Entity Name&lt;/th>
 &lt;th>Description&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>ACCOUNT_NAME&lt;/td>
 &lt;td>ACCOUNTNAME&lt;/td>
 &lt;td>Name associated with a financial account.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ACCOUNT_NUMBER&lt;/td>
 &lt;td>ACCOUNTNUMBER&lt;/td>
 &lt;td>Bank account number used to identify financial accounts.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AGE&lt;/td>
 &lt;td>AGE&lt;/td>
 &lt;td>Age information used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AMOUNT&lt;/td>
 &lt;td>AMOUNT&lt;/td>
 &lt;td>Specific amount of money, which can be linked to financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BANK_ACCOUNT&lt;/td>
 &lt;td>BIC&lt;/td>
 &lt;td>Bank Identifier Code used to identify financial institutions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BANK_ACCOUNT&lt;/td>
 &lt;td>IBAN&lt;/td>
 &lt;td>International Bank Account Number used to identify bank accounts globally.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BANK_ACCOUNT&lt;/td>
 &lt;td>IBAN_CODE&lt;/td>
 &lt;td>International Bank Account Number used to identify bank accounts globally.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BANK_ACCOUNT&lt;/td>
 &lt;td>US_BANK_NUMBER&lt;/td>
 &lt;td>Bank account number used to identify financial accounts in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BANK_ROUTING_CODE&lt;/td>
 &lt;td>ABA_ROUTING_NUMBER&lt;/td>
 &lt;td>It identifies a bank/branch for routing payments, not an individual bank account.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BANK_ROUTING_CODE&lt;/td>
 &lt;td>BIC&lt;/td>
 &lt;td>SWIFT/BIC is a bank identifier, not an account number.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CREDIT_CARD&lt;/td>
 &lt;td>CCN&lt;/td>
 &lt;td>Credit card number used for financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CREDIT_CARD&lt;/td>
 &lt;td>CREDIT_CARD&lt;/td>
 &lt;td>Credit card number used for financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SECURITY_CODE&lt;/td>
 &lt;td>CREDIT_CARD_CVV&lt;/td>
 &lt;td>CVVs are security codes for payment authentication, not passwords.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CRYPTO_ADDRESS&lt;/td>
 &lt;td>BITCOINADDRESS&lt;/td>
 &lt;td>Bitcoin wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CRYPTO_ADDRESS&lt;/td>
 &lt;td>CRYPTO&lt;/td>
 &lt;td>Cryptocurrency wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CRYPTO_ADDRESS&lt;/td>
 &lt;td>ETHEREUMADDRESS&lt;/td>
 &lt;td>Ethereum wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CRYPTO_ADDRESS&lt;/td>
 &lt;td>LITECOINADDRESS&lt;/td>
 &lt;td>Litecoin wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_CODE&lt;/td>
 &lt;td>CURRENCYCODE&lt;/td>
 &lt;td>Code representing currency used in financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_NAME&lt;/td>
 &lt;td>CURRENCY&lt;/td>
 &lt;td>Currency information used in financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_NAME&lt;/td>
 &lt;td>CURRENCYNAME&lt;/td>
 &lt;td>Name of currency used in financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_SYMBOL&lt;/td>
 &lt;td>CURRENCYSYMBOL&lt;/td>
 &lt;td>Symbol representing currency, sometimes linked to financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATETIME&lt;/td>
 &lt;td>DATE&lt;/td>
 &lt;td>Specific date that can be linked to personal activities.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATETIME&lt;/td>
 &lt;td>DATE_TIME&lt;/td>
 &lt;td>Specific date and time that can be linked to personal activities.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATETIME&lt;/td>
 &lt;td>TIME&lt;/td>
 &lt;td>Specific time that can be linked to personal activities.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DRIVER_LICENSE&lt;/td>
 &lt;td>DRIVERLICENSE&lt;/td>
 &lt;td>Driver&amp;rsquo;s license number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DRIVER_LICENSE&lt;/td>
 &lt;td>IT_DRIVER_LICENSE&lt;/td>
 &lt;td>Driver&amp;rsquo;s license number used to identify individuals in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DRIVER_LICENSE&lt;/td>
 &lt;td>US_DRIVER_LICENSE&lt;/td>
 &lt;td>Driver&amp;rsquo;s license number used to identify individuals in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>EMAIL_ADDRESS&lt;/td>
 &lt;td>EMAIL&lt;/td>
 &lt;td>Email address used for communication and identification.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>EMAIL_ADDRESS&lt;/td>
 &lt;td>EMAIL_ADDRESS&lt;/td>
 &lt;td>Email address used for communication and identification.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>GENDER&lt;/td>
 &lt;td>GENDER&lt;/td>
 &lt;td>Gender information used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>HEALTH_CARE_ID&lt;/td>
 &lt;td>AU_MEDICARE&lt;/td>
 &lt;td>Medicare number used to identify individuals for healthcare services in Australia.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>HEALTH_CARE_ID&lt;/td>
 &lt;td>MEDICAL_LICENSE&lt;/td>
 &lt;td>License number used to identify medical professionals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>HEALTH_CARE_ID&lt;/td>
 &lt;td>UK_NHS&lt;/td>
 &lt;td>National Health Service number used to identify individuals for healthcare services in the United Kingdom.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_VEHICLE_REGISTRATION&lt;/td>
 &lt;td>IN_VEHICLE_REGISTRATION&lt;/td>
 &lt;td>Vehicle registration number used to identify vehicles in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_VOTER&lt;/td>
 &lt;td>IN_VOTER&lt;/td>
 &lt;td>Voter ID number used to identify registered voters in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IP_ADDRESS&lt;/td>
 &lt;td>IP&lt;/td>
 &lt;td>Internet Protocol address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IP_ADDRESS&lt;/td>
 &lt;td>IP_ADDRESS&lt;/td>
 &lt;td>Internet Protocol address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>BUILDING&lt;/td>
 &lt;td>Building information used to identify specific locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>CITY&lt;/td>
 &lt;td>City information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>COUNTRY&lt;/td>
 &lt;td>Country information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>COUNTY&lt;/td>
 &lt;td>County information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>GEOCOORD&lt;/td>
 &lt;td>Geographic coordinates used to identify specific locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>LOCATION&lt;/td>
 &lt;td>Specific location or address that can be linked to an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>ADDRESS&lt;/td>
 &lt;td>Information used to uniquely identify a physical location.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>SECADDRESS&lt;/td>
 &lt;td>Additional address information used to identify locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>SECONDARYADDRESS&lt;/td>
 &lt;td>Additional address information used to identify locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>STATE&lt;/td>
 &lt;td>State information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>STREET&lt;/td>
 &lt;td>Street address used to identify specific locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>ZIPCODE&lt;/td>
 &lt;td>Postal code used to identify specific geographic areas.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>MAC_ADDRESS&lt;/td>
 &lt;td>MAC&lt;/td>
 &lt;td>Media Access Control address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BUSINESS_ID&lt;/td>
 &lt;td>AU_ACN&lt;/td>
 &lt;td>ACN is an Australian company identifier, not a personal national ID.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BUSINESS_ID&lt;/td>
 &lt;td>SG_UEN&lt;/td>
 &lt;td>UEN is a company/entity registration number, not a personal national ID.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>ES_NIE&lt;/td>
 &lt;td>Foreigner Identification Number used to identify non-residents in Spain.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>FI_PERSONAL_IDENTITY_CODE&lt;/td>
 &lt;td>Personal identity code used to identify individuals in Finland.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>IDCARD&lt;/td>
 &lt;td>Identity card number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>IN_AADHAAR&lt;/td>
 &lt;td>Unique identification number used to identify residents in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>IT_IDENTITY_CARD&lt;/td>
 &lt;td>Identity card number used to identify individuals in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>PL_PESEL&lt;/td>
 &lt;td>Personal Identification Number used to identify individuals in Poland.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NATIONAL_ID&lt;/td>
 &lt;td>SG_NRIC_FIN&lt;/td>
 &lt;td>National Registration Identity Card number used to identify residents in Singapore.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ORGANIZATION&lt;/td>
 &lt;td>COMPANYNAME&lt;/td>
 &lt;td>Name of a company used to identify businesses.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSWORD&lt;/td>
 &lt;td>CREDITCARDCVV&lt;/td>
 &lt;td>Card Verification Value used to secure credit card transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSWORD&lt;/td>
 &lt;td>PASSWORD&lt;/td>
 &lt;td>Password used to secure access to personal accounts.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SECURITY_CODE&lt;/td>
 &lt;td>PIN&lt;/td>
 &lt;td>PINs are short numeric codes for authentication, not passwords.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSPORT&lt;/td>
 &lt;td>IN_PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSPORT&lt;/td>
 &lt;td>IT_PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSPORT&lt;/td>
 &lt;td>PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSPORT&lt;/td>
 &lt;td>US_PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PERSON&lt;/td>
 &lt;td>NAME&lt;/td>
 &lt;td>Name or identifier used to identify an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PERSON&lt;/td>
 &lt;td>PERSON&lt;/td>
 &lt;td>Name or identifier used to identify an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PHONE_NUMBER&lt;/td>
 &lt;td>PHONE&lt;/td>
 &lt;td>Number used to contact or identify an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PHONE_NUMBER&lt;/td>
 &lt;td>PHONE_NUMBER&lt;/td>
 &lt;td>Number used to contact or identify an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SOCIAL_SECURITY_ID&lt;/td>
 &lt;td>SSN&lt;/td>
 &lt;td>Social Security Number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SOCIAL_SECURITY_ID&lt;/td>
 &lt;td>UK_NINO&lt;/td>
 &lt;td>National Insurance Number used to identify individuals in the United Kingdom.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SOCIAL_SECURITY_ID&lt;/td>
 &lt;td>US_SSN&lt;/td>
 &lt;td>Social Security Number used to identify individuals in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BUSINESS_TAX_ID&lt;/td>
 &lt;td>AU_ABN&lt;/td>
 &lt;td>ABN is used for tax and business registration, specific to organizations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BUSINESS_TAX_ID&lt;/td>
 &lt;td>IT_VAT_CODE&lt;/td>
 &lt;td>VAT codes are business tax identifiers, not personal tax IDs.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TAX_ID&lt;/td>
 &lt;td>AU_TFN&lt;/td>
 &lt;td>Tax File Number used to identify taxpayers in Australia.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TAX_ID&lt;/td>
 &lt;td>ES_NIF&lt;/td>
 &lt;td>Tax Identification Number used to identify taxpayers in Spain.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TAX_ID&lt;/td>
 &lt;td>IN_PAN&lt;/td>
 &lt;td>Permanent Account Number used to identify taxpayers in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TAX_ID&lt;/td>
 &lt;td>IT_FISCAL_CODE&lt;/td>
 &lt;td>Fiscal code used to identify taxpayers in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TAX_ID&lt;/td>
 &lt;td>US_ITIN&lt;/td>
 &lt;td>Individual Taxpayer Identification Number used to identify taxpayers in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TITLE&lt;/td>
 &lt;td>TITLE&lt;/td>
 &lt;td>Title or honorific used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>URL&lt;/td>
 &lt;td>URL&lt;/td>
 &lt;td>Web address that can sometimes contain personal information.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>USER_NAME&lt;/td>
 &lt;td>USERNAME&lt;/td>
 &lt;td>Username used to identify individuals in online systems.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>KR_RRN&lt;/td>
 &lt;td>KR_RRN&lt;/td>
 &lt;td>The Korean Resident Registration Number (RRN) is a 13-digit number issued to all Korean residents.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_GSTIN&lt;/td>
 &lt;td>IN_GSTIN&lt;/td>
 &lt;td>The Indian Goods and Services Tax Identification Number (GSTIN) is a 15-character identifier with state code (01-37), PAN, registration number, &amp;lsquo;Z&amp;rsquo;, and checksum.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATE_OF_BIRTH&lt;/td>
 &lt;td>DOB&lt;/td>
 &lt;td>Date of Birth. Standard personal-identification detail that specifies the exact day, month, and year a person was born.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TH_TNIN&lt;/td>
 &lt;td>TH_TNIN&lt;/td>
 &lt;td>The Thai National ID Number (TNIN) is a unique 13-digit number issued to all Thai residents.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IP_ADDRESS&lt;/td>
 &lt;td>IPV4&lt;/td>
 &lt;td>Internet Protocol address identifies a device on a network and providing its location, enabling proper routing of data&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IP_ADDRESS&lt;/td>
 &lt;td>IPV6&lt;/td>
 &lt;td>Internet Protocol address identifies a device on a network and providing its location, enabling proper routing of data&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table></description></item></channel></rss>