| 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 |
|---|---|---|---|---|---|
| AT | Patent | A NNNNN/YYYY | AT A 1/2019 or PCT/AT2019/123456 | ^PCT\/AT\d{4}\/\d{6}$ | Same formatting rules including the two slashes for all PCT numbers issues by different PCT Receiving Offices |
| International Patent | PCT/ATYYYY/NNNNNN | ||||
| Design | MU NNNN/YYYY | AT MU 1/2019 | ^AT\sMU\s\d{1,4}\/d{4}$ | Including one space character after the two-letter office code, one space character after the two-letter document code type and all characters should be in upper case | |
| Trademark | AM NNNNN/YYYY | AT AM 1/2019 | ^AT\sAM\s\d{1,4}\/d{4}$ | Including one space character after the two-letter office code, one space character after the two-letter document code type and all characters should be in upper case | |
| Utility | GM NNNNN/YYYY | AT GM 1/2019 | ^AT\sGM\s\d{1,4}\/d{4}$ | Including one space character after the two-letter office code, one space character after the two-letter document code type and all characters should be in upper case |