| COUNTRY CODE | IP TYPE | Application Number | EXAMPLE FOR REGISTRATION AND RETRIEVAL: Country Code + " " + Application Number | WELL FORMATTED NUMBERS (REGEX) TO BE PRINTED on DAS COVER PAGE, CERTIFICATE PAGES AND DISPLAY IN UI PORTALS |
|---|
| FR | Patent | FRYYNNNNN | FR FR1909731 | ^FR\s |
| *FR\s*(\d{7})$|^FR\s*(\d{7} |
| )$|^(\d{7})$ | ||
| International Patent | PCT/FRYYYY/NNNNNN | PCT/FR2020/001234 |
| ^(PCT)\/?(FR)(\d{4})\/?(\d{6} |
Same formatting rules including the two slashes for all PCT numbers issues by different PCT Receiving Offices
| )$ | ||
| Trademark | YYNNNNNNN | FR 190973142 |
| ^(FR)\s?(\d{9})$ | ||
| Design | YYYYNNNN(-NNN) | FR 19097314 |
| (-123) | ^(FR) |
| \s?(\d{ |
| 8})-?(\d{3})$||^(FR)\s?(\d{ |
| 8})$ | ||
| Utility | YYNNNNN | FR 1909731 |
| ^(FR)\s?(\d{2})\s?(\d{5})$ |