//,This csv file can be used to indicate information regarding:,,
//,,,
//,,patent or utility model filings by origin,
//,,patent or utility model filings by Office of Priority,
//,,patent or utility model grants by origin,
//,,patent or utility model grants by Office of Priority,
//,,patents or utility models in force by origin,
//,,,
//,Field names:,,
//,,,
//,YEAR,int(4),Reporting year
//,OFFICE_CODE,char(2),Reporting office
//,IPR_TYPE,char(2),Type of protection:
//,,,PI = patent for invention
//,,,UM = utility model
//,ORIG_TYPE,char(1),O = origin
//,,,P = Office of Priority
//,ORIG_CODE,char(2),origin or Office of Priorty as specified by the previous field
//,TYPE,varchar,N = direct national filings
//,,,PCTNE = PCT national phase entries
//,,,GN = grants based on direct national filings
//,,,GPCT = grants based on PCT national phase entries
//,,,GREG = grants based on direct regional filings
//,,,GREGPCT = grants based on PCT regional phase entries
//,,,PATN = patents in force based on direct national filings
//,,,PATPCT = patents in force based on PCT national phase entries
//,,,PATREG = patents in force based on direct regional filings
//,,,PATREGPCT = patents in force based on PCT regional phase entries
,,,UMN = utility models in force based on direct national filings
,,,UMPCT = utility models in force based on PCT national phase entries
,,,UMREG = utility models in force based on direct regional filings
,,,UMREGPCT = utility models in force based on PCT regional phase entries


//,COUNTS,int(10),Number of filings/grants or patents/utility models as specified by the previous fileds,,,
//,,,,,,
//,Examples:,,,,,
//,The following examples show:,,,,,
//,1. in 2005 12 applications were filed directly with the Australian IP Office (AU) by applicants who are residents of Canada (CA).,,,,,
//,2. in 2005 33 applications were filed with the Australian IP Office (AU)  via the PCT by applicants who are residents of Canada (CA).,,,,,
//,3. in 2005 19 applications were filed directly with AU claiming CA priority.,,,,,
//,4. in 2005 99 applications were filed with AU via the PCT claiming CA priority.,,,,,
//,5. in 2005 524 patents were in force in AU based on direct national applications filed by applicants who are residents of Canada (CA).,,,,,
//,,,,,,
YEAR,OFFICE_CODE,IPR_TYPE,ORIG_TYPE,ORIG_CODE,TYPE,COUNTS
2005,AU,PI,O,CA,N,12
2005,AU,PI,O,CA,PCTNE,33
2005,AU,PI,P,CA,N,19
2005,AU,PI,P,CA,PCTNE,99
2005,AU,PI,O,CA,PATN,524
