| 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 | NOTESDAS internal REGEX.
|
|---|
| AT | Patent | A NNNNN/YYYY | AT A 1/2019 |
or | ^(AT)\s?(A)\s?(\d{1,5})/?(\d{4})$
|
| International Patent | PCT/ATYYYY/NNNNNN | PCT/AT2019/123456 |
^PCT| ^(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| ^(AT)\s?(MU)\s?(\d{1,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\sAM4Including 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\sGM4$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