JPH06161795A - Method for verifying data - Google Patents

Method for verifying data

Info

Publication number
JPH06161795A
JPH06161795A JP4339613A JP33961392A JPH06161795A JP H06161795 A JPH06161795 A JP H06161795A JP 4339613 A JP4339613 A JP 4339613A JP 33961392 A JP33961392 A JP 33961392A JP H06161795 A JPH06161795 A JP H06161795A
Authority
JP
Japan
Prior art keywords
data
length
crc check
check code
written
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP4339613A
Other languages
Japanese (ja)
Other versions
JP3129865B2 (en
Inventor
Kazuyoshi Irisawa
和義 入澤
Hirotsugu Harima
博嗣 針間
Teruaki Jo
輝明 城
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP04339613A priority Critical patent/JP3129865B2/en
Publication of JPH06161795A publication Critical patent/JPH06161795A/en
Application granted granted Critical
Publication of JP3129865B2 publication Critical patent/JP3129865B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Detection And Correction Of Errors (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE:To provide a verifying method for data which can verify even fixed- length data without fruitlessness. CONSTITUTION:When data D1-D4 having substantial meaning are written in a memory, meaningless data d1-d4 which have only a digit matching function are additionally written so that the overall length becomes 30-byte fixed length. At this time, two-byte CRC check codes E1-E4 are generated for the data with the 30-byte fixed length and written together. When the written data are verified, the data d1-d4 and codes E1-E4 are read out together with the data D1-D4 and it is confirmed whether or not the respective codes are correct as to the respective data. Data whose digits are all '0' are used as d1-d4 so as to facilitate the arithmetic for generating the CRC check codes.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はデータの検証方法、特
に、CRCチェックコードを用いたデータの検証方法に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data verification method, and more particularly to a data verification method using a CRC check code.

【0002】[0002]

【従来の技術】半導体メモリの集積度の向上とともに、
種々の情報記録媒体が普及している。たとえば、磁気カ
ードに代わる新たな情報記録媒体として、最近ではIC
カードが脚光を浴びている。このICカードには、薄型
のRAM、ROM、EEPROMなどのメモリ素子が内
蔵されている。このような携帯型の情報記録媒体には、
非常に重要な個人データが保存されることが多く、書き
込んだデータを読み出すときに、データエラーが生じて
いないかどうかを検証することは非常に重要である。こ
のため、データを書き込むときには、このデータにエラ
ーチェックコードを付加するのが一般的である。ICカ
ードにおいて一般的に用いられているエラーチェックコ
ードは、ISO−CCITTの規格に基づくCRC(Cy
clic Redundancy Check )チェックコードである。たと
えば、データDを書き込むときには、このデータDに基
づいて所定のアルゴリズムの論理演算を行い、CRCチ
ェックコードXを発生させ、データDとともにコードX
をメモリに書き込んでおく。そして、データDを読み出
すときには、コードXも一緒に読み出すようにし、この
コードXがデータDに基づく所定の論理演算によって発
生された正しいコードであるか否かを検証するのであ
る。コードXがデータDに対する正しいコードでない場
合には、データDかコードXがデータ化けを起こし、デ
ータエラーが生じているものと判断することができる。
通常は、書き込みを行った後に直ちに読み出しを行って
データエラーの有無を判断するベリファイ処理が行われ
ている。
2. Description of the Related Art As the degree of integration of semiconductor memories is improved,
Various information recording media are in widespread use. For example, as a new information recording medium replacing the magnetic card, recently, IC
The card is in the limelight. This IC card has a built-in memory element such as a thin RAM, ROM, or EEPROM. In such a portable information recording medium,
Very important personal data is often stored, and it is very important to verify whether a data error has occurred when reading the written data. Therefore, when writing data, it is common to add an error check code to this data. The error check code generally used in the IC card is a CRC (Cy) based on the ISO-CCITT standard.
clic Redundancy Check) Check code. For example, when writing the data D, a logical operation of a predetermined algorithm is performed on the basis of the data D to generate a CRC check code X, and the code X together with the data D is generated.
Is written in memory. Then, when reading the data D, the code X is also read together, and it is verified whether or not the code X is a correct code generated by a predetermined logical operation based on the data D. When the code X is not the correct code for the data D, it can be determined that the data D or the code X has garbled and a data error has occurred.
Usually, a verify process is performed to judge whether there is a data error by immediately reading after writing.

【0003】[0003]

【発明が解決しようとする課題】種々のデータをメモリ
に書き込む場合、各データのデータ長が固定であると、
取扱いが便利である。特に、ICカードに内蔵されたE
EPROMに対する書込処理は、所定の書込単位(たと
えば、32バイト)ごとに行われるため、EEPROM
に書き込むべき単位データの長さをこの書込単位に揃え
ておくと効率良い処理が可能になる。しかしながら、実
際には、種々のデータをすべて同じ長さにすることは困
難であり、各データごとに長さに違いが生じる。このよ
うに、異なる長さのデータに対して固定長の取扱いをす
るためには、実質的な意味をもたない余分なデータを付
加する必要がある。すなわち、実質的な意味をもった実
際のデータのデータ長が所定の固定長に満たない場合に
は、その不足分のデータ長をもった余分なデータを付加
することにより、全体として所定の固定長となるように
するのである。しかしながら、このような余分なデータ
を付加した場合、CRCチェックコードはこの余分なデ
ータについても作成されることになる。このような実質
的な意味をもたない余分なデータに対してもCRCチェ
ックコードによる検証を行う作業は、意味のない無駄な
作業であり、演算時間を無用に長引かせることになる。
When writing various data into the memory, if the data length of each data is fixed,
Convenient to handle. Especially, the E built in the IC card
Since the writing process to the EPROM is performed for each predetermined writing unit (for example, 32 bytes), the EEPROM is
If the length of the unit data to be written in is aligned with this writing unit, efficient processing becomes possible. However, in reality, it is difficult to make all the various data the same length, and the length differs for each data. As described above, in order to handle fixed-length data with different lengths, it is necessary to add extra data that has no substantial meaning. That is, when the actual data length that has a substantial meaning is less than the predetermined fixed length, by adding the extra data having the insufficient data length, the fixed length is fixed as a whole. Try to be long. However, when such extra data is added, the CRC check code is also created for this extra data. The work of performing verification by the CRC check code even on such extra data that does not have any substantial meaning is meaningless and useless, and unnecessarily prolongs the calculation time.

【0004】そこで本発明は、固定長データについて無
駄のない検証を行うことのできるデータの検証方法を提
供することを目的とする。
Therefore, it is an object of the present invention to provide a data verification method capable of performing verification without waste on fixed length data.

【0005】[0005]

【課題を解決するための手段】本発明は、データをメモ
リに書き込む時に、このデータについてのCRCチェッ
クコードを発生させ、このCRCチェックコードをデー
タとともに書き込むようにし、データを読出す時に、こ
のデータをCRCチェックコードとともに読出し、読出
したCRCチェックコードが読出したデータについての
正しいコードであるか否かを調べるデータの検証方法に
おいて、実質的な意味をもった第1の部分データに実質
的な意味をもたない第2の部分データを付加し、第1の
部分データの長さと第2の部分データの長さとの和が所
定の固定長となるようにして固定長のデータを書込単位
とする書き込みを行うようにし、かつ、第2の部分デー
タとして、全桁が0であるようなデータを用いるように
したものである。
According to the present invention, when writing data to a memory, a CRC check code for this data is generated, this CRC check code is written together with the data, and this data is read when reading the data. In the data verification method for checking whether or not the read CRC check code is a correct code for the read data, and a substantial meaning for the first partial data having a substantial meaning. Is added to the second partial data, and the fixed-length data is used as a writing unit so that the sum of the length of the first partial data and the length of the second partial data becomes a predetermined fixed length. The writing is performed and the second partial data is data in which all the digits are 0.

【0006】[0006]

【作 用】本発明に係るデータの検証方法では、実質的
な意味をもたない第2の部分データとして、全桁が0で
あるようなデータが用いられる。もともと、この第2の
部分データは、全体の長さを固定長に揃えるために付加
する意味のないデータであるから、全桁が0であっても
支障はない。一方、CRCチェックコードは、書込対象
となるデータを所定の値で割り算したときの余りとして
定義される。したがって、書込対象となるデータに0の
桁が多く含まれていれば、CRCチェックコードを求め
る演算を高速化することができ、無駄な演算を排除した
検証が可能になる。
[Operation] In the data verification method according to the present invention, data having all zeros is used as the second partial data having no substantial meaning. Originally, this second partial data is data that is meaningless to add in order to align the entire length to a fixed length, so there is no problem even if all the digits are 0. On the other hand, the CRC check code is defined as the remainder when data to be written is divided by a predetermined value. Therefore, if the data to be written includes many digits of 0, the calculation for obtaining the CRC check code can be speeded up, and the verification without unnecessary calculation can be performed.

【0007】[0007]

【実施例】以下、本発明を図示する実施例に基づいて説
明する。ここでは、ICカードに内蔵されているEEP
ROMに、固定長データを保存する場合を例にとって説
明する。いま、ICカード内のEEPROMに、図1に
示すように、データD1〜D4を書き込む処理を考え
る。ここで、データD1〜D4は、いずれも実質的な意
味をもったデータであり、それぞれ異なるデータ長をも
っている。しかしながら、ここでは、これらのデータを
固定長データとして取扱い、EEPROM内に保存する
ようにしている。一般に、EEPROMへのデータ書き
込みには、数msのオーダの時間を必要とする。このた
め、書込対象となるデータは、一旦、書込レジスタに転
送され、この書込レジスタからEEPROMの所定アド
レスへの書き込みが行われる。したがって、EEPRO
Mへの書込処理は、この書込レジスタのデータ長に相当
する書込単位ごとに行われることになる。このような理
由から、このEEPROMへの書込単位に応じた固定長
を定義しておき、この固定長ごとにデータの保存を行う
のが効率的である。
The present invention will be described below based on illustrated embodiments. Here, the EEP built in the IC card
The case where fixed length data is stored in the ROM will be described as an example. Now, consider a process of writing data D1 to D4 in the EEPROM of the IC card as shown in FIG. Here, the data D1 to D4 are all substantially meaningful data and have different data lengths. However, here, these data are handled as fixed length data and stored in the EEPROM. Generally, writing data to the EEPROM requires a time of the order of several ms. Therefore, the data to be written is once transferred to the write register, and the write is performed from this write register to a predetermined address of the EEPROM. Therefore, EEPRO
The writing process to M is performed for each writing unit corresponding to the data length of this writing register. For this reason, it is efficient to define a fixed length according to the writing unit to the EEPROM and save data for each fixed length.

【0008】図1に示す例は、EEPROMへの書込単
位(すなわち、書込レジスタのデータ長)が32バイト
の場合の例である。ISO−CCITTの規格によるC
RCチェックコードは、2バイトの長さをもつ。そこ
で、このCRCチェックコードのためのコード領域CR
Cを含めた上での長さを32バイトとするためには、デ
ータのための領域を30バイトの固定長にする必要があ
る。そこで、実質的な意味のあるデータ領域DATA
に、実質的な意味のないデータ領域RFU(Reserved f
or Future Use の意味)を付加して、領域DATAと領
域RFUとの合計の長さが固定長30バイトとなるよう
にしている。具体的には、実質的な意味のあるデータD
1〜D4に、それぞれ実質的な意味のないデータd1〜
d4を付加して、固定長30バイトのデータを作成し、
CRCチェックコードE1〜E4は、この固定長30バ
イトのデータに対して生成するようにしている。
The example shown in FIG. 1 is an example in which the writing unit (that is, the data length of the write register) to the EEPROM is 32 bytes. C according to ISO-CCITT standard
The RC check code has a length of 2 bytes. Therefore, the code area CR for this CRC check code
In order to set the length including C to 32 bytes, it is necessary to set the data area to a fixed length of 30 bytes. Therefore, the data area DATA that has a substantial meaning
In addition, the data area RFU (Reserved f
or (Future Use) is added so that the total length of the area DATA and the area RFU becomes a fixed length of 30 bytes. Specifically, data D that has substantial meaning
1 to D4 are data d1 to 1
Create a fixed-length 30-byte data by adding d4,
The CRC check codes E1 to E4 are generated for this fixed-length 30-byte data.

【0009】このようにして生成したCRCチェックコ
ードE1〜E4を、データD1〜D4(およびd1〜d
4)とともに書き込んでおくようにすれば、書込時にデ
ータ化けが生じた場合であっても、これをデータエラー
として検出することができる。すなわち、データD1〜
D4を読み出す場合には、意味のないデータd1〜d4
およびCRCチェックコードE1〜E4も一緒に読み出
すようにし、書込時と同じ手法によってCRCチェック
コードを発生させ、このCRCチェックコードが読み出
したCRCチェックコードE1〜E4と一致するか否か
を判定すればよい。不一致の場合には、いずれかにデー
タ化けが生じたものと判断することができる。
The CRC check codes E1 to E4 thus generated are used as data D1 to D4 (and d1 to d).
By writing together with 4), even if the data is garbled during writing, it can be detected as a data error. That is, data D1
When reading D4, meaningless data d1 to d4
Also, the CRC check codes E1 to E4 are read together, a CRC check code is generated by the same method as at the time of writing, and it is determined whether or not this CRC check code matches the read CRC check codes E1 to E4. Good. In the case of disagreement, it can be determined that data garbled data has occurred in either of them.

【0010】ISO−CCITTの規格に基づくCRC
チェックコードは、書込対象となるデータQを所定の値
P(具体的には、2進数表示で「1000100000
0100001」なる17ビットの数)で割ったときの
余りとして定義されている。したがって、たとえば、図
1におけるデータD1についての書き込みを行う場合に
は、RFU領域のデータd1を含めた「D1・d1」な
る値をデータQとし、これを値Pで割ったときの余りと
して、CRCチェックコードE1が生成されることにな
る。このように、CRCチェックコードE1は、実質的
な意味のないデータd1の情報までも考慮して生成され
ることになる。同様に、CRCチェックコードE2,E
3,E4は、それぞれ実質的な意味のないデータd2,
d3,d4の情報までも考慮して生成される。したがっ
て、このようなCRCチェックコード発生演算には、実
質的には無駄な演算が含まれていることになる。
CRC based on the ISO-CCITT standard
As the check code, the data Q to be written is stored in a predetermined value P (specifically, "1000100000 in binary notation").
It is defined as the remainder when divided by a 17-bit number "0100001"). Therefore, for example, when writing the data D1 in FIG. 1, the value “D1 · d1” including the data d1 in the RFU area is set as the data Q, and the remainder when dividing this by the value P is The CRC check code E1 will be generated. As described above, the CRC check code E1 is generated in consideration of even the information of the data d1 which is substantially meaningless. Similarly, CRC check codes E2, E
3 and E4 are substantially meaningless data d2 and
It is generated in consideration of the information of d3 and d4. Therefore, such a CRC check code generation operation substantially includes a wasteful operation.

【0011】本発明は、このような無駄な演算を次のよ
うな方法により解消したものである。すなわち、図2に
示すように、実質的な意味のあるデータ(領域DATA
内に示す*印のデータ)に実質的な意味のないデータ
(領域RFU内のデータ)を付加して、全データ長を3
0バイトにする場合に、実質的な意味のないデータとし
て、全桁が「0」であるようなデータを用いるのであ
る。領域RFU内のデータは、データ長を30バイトに
するためのいわば桁合わせの目的のために付加されるデ
ータであるから、どのような値のデータであってもかま
わない。したがって、全桁が「0」であるようなデータ
であってもかまわないことになる。このように、領域R
FU内のバイトがすべて0であると、CRCチェックコ
ードを発生させる演算が非常に簡単になる。前述のよう
に、CRCチェックコードは、図2に示す30バイトの
長さのデータ全体に対して、所定の値P(具体的には、
2進数表示で「10001000000100001」
なる17ビットの数)による割り算を実施し、そのとき
の余りとして定義されている。このような割り算は、実
際には2進数の形式で行われ、被除数に0がある場合に
は、シフトレジスタ上で1ビットだけシフトする動作を
行えばよい。このような理由により、被除数に0が多く
含まれていれば、それだけこの除算の演算時間を短縮さ
せることができる。したがって、図2に示すように、領
域RFU内のデータとして、全桁が「0」であるような
データを採用することは、CRCチェックコードを生成
する演算を効率化し、演算時間を短縮させる効果を奏す
ることになる。結局、本発明によれば、図1において、
実質的な意味のない付加データd1〜d4は、いずれも
全桁が「0」であるようなデータということになる。
The present invention eliminates such useless calculation by the following method. That is, as shown in FIG. 2, substantially meaningful data (area DATA
Data with no meaning (data in the area RFU) is added to the data (marked with * in the figure) to make the total data length 3
When 0 bytes are used, data having all digits of "0" is used as data having substantially no meaning. The data in the area RFU is data added for the purpose of aligning digits so as to make the data length 30 bytes, so that any value data may be used. Therefore, data in which all digits are "0" may be used. Thus, the region R
When all the bytes in the FU are 0, the operation for generating the CRC check code becomes very simple. As described above, the CRC check code is a predetermined value P (specifically, for the entire 30-byte length data shown in FIG. 2).
"10001000000000100001" in binary notation
Is defined as the remainder at that time. Such division is actually performed in the form of a binary number, and when the dividend has 0, an operation of shifting by 1 bit on the shift register may be performed. For this reason, if the dividend includes many 0s, the operation time of this division can be shortened accordingly. Therefore, as shown in FIG. 2, adopting data in which all digits are “0” as data in the area RFU has the effect of increasing the efficiency of the operation for generating the CRC check code and reducing the operation time. Will be played. After all, according to the invention, in FIG.
The additional data d1 to d4, which have substantially no meaning, are data in which all digits are "0".

【0012】以上、本発明をICカードのEEPROM
に対するデータ書き込みを例にとって説明したが、本発
明はICカード以外についても広く適用可能である。
As described above, the present invention is applied to the EEPROM of the IC card.
Although the description has been made by taking the data writing to the example as an example, the present invention can be widely applied to other than the IC card.

【0013】[0013]

【発明の効果】以上のとおり、本発明に係るデータの検
証方法によれば、全体の長さを固定長に揃えるために、
実質的な意味をもたないデータを付加する場合に、全桁
が0であるようなデータを付加するようにしたため、C
RCチェックコードを求める演算を高速化することがで
き、無駄な演算を排除した検証が可能になる。
As described above, according to the data verification method of the present invention, in order to make the entire length a fixed length,
When adding data that does not have any substantial meaning, the data that all digits are 0 is added.
The calculation for obtaining the RC check code can be speeded up, and verification without unnecessary calculation can be performed.

【図面の簡単な説明】[Brief description of drawings]

【図1】ICカードに内蔵されたEEPROMに4つの
データD1〜D4を、付加データd1〜d4およびCR
CチェックコードE1〜E4とともに書き込んだ状態を
示す図である。
FIG. 1 shows four pieces of data D1 to D4, additional data d1 to d4 and CR in an EEPROM incorporated in an IC card.
It is a figure which shows the state written with C check code E1-E4.

【図2】本発明により固定長のデータを保存する場合の
データ構造を示す図である。
FIG. 2 is a diagram showing a data structure in the case of storing fixed-length data according to the present invention.

【符号の説明】[Explanation of symbols]

D1〜D4…書き込むべきデータ(実質的な意味のある
データ) d1〜d4…固定長に揃えるための付加データ(実質的
な意味のないデータ) E1〜E4…CRCチェックコード
D1 to D4 ... Data to be written (substantially meaningful data) d1 to d4 ... Additional data for adjusting to a fixed length (substantially meaningless data) E1 to E4 ... CRC check code

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データをメモリに書き込む時に、このデ
ータについてのCRCチェックコードを発生させ、この
CRCチェックコードをデータとともに書き込むように
し、データを読出す時に、このデータをCRCチェック
コードとともに読出し、読出したCRCチェックコード
が読出したデータについての正しいコードであるか否か
を調べるデータの検証方法において、実質的な意味をも
った第1の部分データに実質的な意味をもたない第2の
部分データを付加し、第1の部分データの長さと第2の
部分データの長さとの和が所定の固定長となるようにし
て固定長のデータを書込単位とする書き込みを行うよう
にし、かつ、前記第2の部分データとして、全桁が0で
あるようなデータを用いるようにしたことを特徴とする
データの検証方法。
1. When writing data to a memory, a CRC check code for this data is generated, and this CRC check code is written together with the data. When reading the data, this data is read out and read out together with the CRC check code. In the data verification method for checking whether or not the CRC check code is a correct code for the read data, the first part having substantially meaning, the second part having substantially no meaning for the data. Data is added so that the sum of the length of the first partial data and the length of the second partial data becomes a predetermined fixed length, and writing is performed using the fixed-length data as a writing unit, and A data verification method, wherein data having all digits of 0 is used as the second partial data.
JP04339613A 1992-11-26 1992-11-26 Data validation method Expired - Lifetime JP3129865B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP04339613A JP3129865B2 (en) 1992-11-26 1992-11-26 Data validation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP04339613A JP3129865B2 (en) 1992-11-26 1992-11-26 Data validation method

Publications (2)

Publication Number Publication Date
JPH06161795A true JPH06161795A (en) 1994-06-10
JP3129865B2 JP3129865B2 (en) 2001-01-31

Family

ID=18329152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP04339613A Expired - Lifetime JP3129865B2 (en) 1992-11-26 1992-11-26 Data validation method

Country Status (1)

Country Link
JP (1) JP3129865B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008287511A (en) * 2007-05-17 2008-11-27 Dainippon Printing Co Ltd Ic card, ic card issuing machine and ic card use terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008287511A (en) * 2007-05-17 2008-11-27 Dainippon Printing Co Ltd Ic card, ic card issuing machine and ic card use terminal

Also Published As

Publication number Publication date
JP3129865B2 (en) 2001-01-31

Similar Documents

Publication Publication Date Title
JP4417629B2 (en) Improved error correction scheme for use in flash memory that allows bit changes
JP3015377B2 (en) IC card
JP2537199B2 (en) IC card
US7000064B2 (en) Data handling system
JP2557838B2 (en) IC card
CN114356647B (en) EPS system data coding and storing method
JPH06161795A (en) Method for verifying data
JPH01152589A (en) Portable data carrier
JPH0765139A (en) Ic memopry card
US6754857B2 (en) Method of testing cache memory
JP3391475B2 (en) Data writing method and data reading method, and data recording / reproducing apparatus implementing these methods
US6513053B1 (en) Data processing circuit and method for determining the first and subsequent occurences of a predetermined value in a sequence of data bits
JP3222592B2 (en) Data verification device
JP3231448B2 (en) IC card
JP2001344992A (en) Semiconductor integrated circuit and testing method of semiconductor integrated circuit
JPH05100961A (en) Data storage system
JPH11212873A (en) Operating method for computer system
JP2864288B2 (en) Error checking method for IC card
JP3098363B2 (en) Storage device
JPS61199141A (en) Storage device
JPS63145582A (en) Data storage system
JPH04153792A (en) Ic card
JPS6253857B2 (en)
JP2537198B2 (en) Portable electronic devices
JPS62236054A (en) Semiconductor memory device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071117

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081117

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091117

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091117

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101117

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101117

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111117

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121117

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131117

Year of fee payment: 13

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131117

Year of fee payment: 13