//,This csv file can be used to indicate information regarding:,,
//,,,
//,,patent or utility model grants by year of filing,
//,,patents or utility models in force by year of filing,
//,,pending patent or utility model filings by year of filing,
//,,,
//,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 or other types of protection
//,FILING_YEAR,char(4),Year of filing
//,TYPE,varchar,P = pending applications
//,,,GN = grants based on direct national filings
//,,,GPCT = grants based on PCT national 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 2009 22 applications filed with the Australian IP Office (AU) in 2000 were still pending.,,
//,2. in 2009 129 patents were granted by AU based on direct national applications filed in 2000.,,
//,3. in 2009 158 patents were granted by AU based on applications filed in 2000 via the PCT.,,,,
//,4. in 2009 201 patents were in force in AU based on direct national applications filed in 2000.,,,,
//,,,,,
YEAR,OFFICE_CODE,IPR_TYPE,FILING_YEAR,TYPE,COUNTS
2009,AU,PI,2000,P,22
2009,AU,PI,2000,GN,129
2009,AU,PI,2000,GPCT,158
2009,AU,PI,2000,PATN,201

