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 |
---|---|---|---|---|---|
AU | Patent | YYYYNNNNNN | AU 2010001234 | ^AU\s\d{4}\d{6}$ | Including one space character after the two-letter office code and all characters should be in upper case |
International Patent | PCT/AUYYYY/NNNNNN | PCT/AU2010/001234 | ^PCT\/AU\d{4}\/\d{6}$ | Same formatting rules including the two slashes for all PCT numbers issues by different PCT Receiving Offices | |
Design | YYYYNNNNN | AU 201000123 | ^AU\s\d{9}$ | Including one space character after the two-letter office code and all characters should be in upper case | |
Trademark | NNNNNNN | AU 1909731 | ^AU\s\d{7}$ | Including one space character after the two-letter office code and all characters should be in upper case |