internet grammar
The internet grammar is found in the sets PII, PHI.
| entity | description | examples | components | checksum |
|---|---|---|---|---|
| inet/email/context | An email address with context. | email: jsmith@mailserver.com | ✔️ | ❌ |
| inet/email/landmark | An email address landmark. | ❌ | ❌ | |
| inet/email/nocontext | An email address without context. | jsmith@mailserver.com | ✔️ | ❌ |
| inet/ip/context | An IP address with context. | ip: 10.12.14.16 | ❌ | ❌ |
| inet/ip/landmark | An IP address landmark. | ip | ❌ | ❌ |
| inet/ip/nocontext | An IP address without context. | 10.12.14.16 | ❌ | ❌ |
| inet/url/context | A URL with context. | url: www.example.com | ✔️ | ❌ |
| inet/url/landmark | A URL landmark. | url | ❌ | ❌ |
| inet/url/nocontext | A URL without context. | http://username:password@www.example.com:8080 www.example.com |
✔️ | ❌ |
| internet/email/context/CC | An email address, with context. | courrier électronique: jsmith@mailserver.com | ✔️ | ❌ |
| internet/email/landmark/CC | An email address landmark. | courrier électronique | ❌ | ❌ |
| internet/email/nocontext/CC | An email address, without context. | jsmith@mailserver.com | ✔️ | ❌ |
The following components are produced by the above entities.
| components | description | examples | context |
|---|---|---|---|
| DOMAIN | internet domain name of an email address | mailserver.com | بريد إلكتروني: jsmith@mailserver.com |
| HOST | hostname of a URL | url: www.example.com | |
| LOCAL | the local username of an email address | jsmith | بريد إلكتروني: jsmith@mailserver.com |
| PASSWORD | password portion of a URL | password | http://username:password@www.example.com:8080 |
| PORT | IP port number of a URL | 8080 | http://username:password@www.example.com:8080 |
| USER | username portion of a URL | username | http://username:password@www.example.com:8080 |
In the tables, ✔️ indicates that the item is always used, and ❌ that the item is never used. The ✓ symbol indicates that the item is only used for some entities (that is, for some but not all countries or languages). For details, refer to the relevant entity page.