COUNTRY CODE | IP TYPE | Application Number | EXAMPLE FOR REGISTRATION AND RETRIEVAL: Country Code + " " + Application Number | DAS internal REGEX. |
---|---|---|---|---|
AT | Patent | A NNNNN/YYYY | AT A 1/2019 | ^(AT)\s?(A)\s?(\d{1,5})/?(\d{4})$ |
International Patent | PCT/ATYYYY/NNNNNN | PCT/AT2019/123456 | ^(PCT)\/?(AT)(\d{4})\/?(\d{6})$ | |
Design | MU NNNN/YYYY | AT MU 1/2019 | ^(AT)\s?(MU)\s?(\d{1,4})/?(\d{4})$ | |
Trademark | AM NNNNN/YYYY | AT AM 1/2019 | ^(AT)\s?(AM)\s?(\d{1,5})\/?(\d{4})$ | |
Utility | GM NNNNN/YYYY | AT GM 1/2019 | ^(AT)\s?(GM)\s?(\d{1,5})\/?(\d{4})$ |