| 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 | NOTES |
|---|---|---|---|---|---|
| AR | Patent | PYYYY01NNNNN | AR P20200100025 | ^AR\sP\d{11}$ | Including one space character after the two-letter office code and all characters should be in upper case |
| Utility | MYYYY01NNNNN | AR M20200100025 | ^AR\sM\d{11}$ | Including one space character after the two-letter office code and all characters should be in upper case | |
| Design | DYYYYNNNNN | AR D2023104006 | ^AR\sD\d{10}$ | Including one space character after the two-letter office code and all characters should be in upper case |