//,This csv file can be used to indicate information regarding:,,
//,,,
//,,trademark or industrial design applications by origin,
,,trademark or industrial design applications by class,
//,,trademark or industrial design registrations by origin,
//,,trademark or industrial design registrations by class,
//,Field names:,,
//,,,
//,YEAR,int(4),Reporting year
//,OFFICE_CODE,char(2),Reporting office
//,IPR_TYPE,char(2),Type of protection:
//,,,TM = trademark
,,,ID = industrial design
//,ORIG_CODE,char(2),origin
//,TYPE,varchar,N = national applications
//,,,NC = number of classes contained in applications (for trademarks only)
,,,ND = number of designs contained in applications (for industrial designs only),,
//,,,R = registrations,,
//,,,RC = number of classes contained in registrations (for trademarks only),,
//,COUNTS,int(10),Number of applications or registrations as specified by the previous fileds,,
//,,,,,
//,Examples:,,,,
//,The following examples show:,,,,
//,1. in 2005 338 applications were filed with the Australian IP Office (AU) by applicants who are residents of Canada (CA).,,,,
//,2. in 2005 601 classes were filed with AU by applicants who are residents of Canada (CA).,,,,
//,3. in 2005 248 trademarks were registered in AU based on applications filed by applicants who are residents of Canada (CA).,,,,
//,,,,,
YEAR,OFFICE_CODE,IPR_TYPE,ORIG_CODE,TYPE,COUNTS
2005,AU,TM,CA,N,338
2005,AU,TM,CA,NC,601
2005,AU,TM,CA,R,248
