JP4301513B2 - ポリシーを用いたアクセス制御効果の判定方法 - Google Patents
ポリシーを用いたアクセス制御効果の判定方法 Download PDFInfo
- Publication number
- JP4301513B2 JP4301513B2 JP2004343090A JP2004343090A JP4301513B2 JP 4301513 B2 JP4301513 B2 JP 4301513B2 JP 2004343090 A JP2004343090 A JP 2004343090A JP 2004343090 A JP2004343090 A JP 2004343090A JP 4301513 B2 JP4301513 B2 JP 4301513B2
- Authority
- JP
- Japan
- Prior art keywords
- access
- policy
- effect
- access control
- path expression
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Storage Device Security (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
前記ユーザからの前記データソースへのアクセスを所定のパスで表現するアクセス受付部と、
パス言語で表現された制御パス、及びアクセスの可否を表した制御効果からなるポリシーを記憶したポリシー記憶部と、
前記所定のパスから、前記ポリシーのうち該当するポリシーを検索するポリシー検索部と、
前記所定のパスから、アクセス許可値を計算するアクセス許可値計算部と、
前記所定のパス及び前記ポリシー検索部が検索したポリシーから、アクセス効果値を計算するアクセス効果値計算部と、
前記アクセス許可値、及び前記アクセス効果値から、前記ユーザの前記データソースへのアクセスの可否を判定するアクセス判定部と、
を備えた、アクセス制御判定装置。
ポリシー検索部13により複数のポリシーが検索された後に、アクセス制御判定機構500は、アクセス許可値とアクセス効果値とを計算する。アクセス制御判定装置10のアクセス許可値計算部14がアクセス許可値を計算する。アクセス許可値とは、アクセスしようとするノードへ到達するために許可される最小の値である。一方、アクセス制御判定装置10のアクセス効果値計算部15がアクセス効果値を計算する。アクセス効果値は、検索されたアクセス制御ポリシーに基づいて計算される。
アクセス判定部17はポリシー検索部13から得られた多数のポリシー(制御パス、制御効果)の集合を入力として受け取り、これらの制御効果の間の競合の解決を行い、制御結果を判定する。競合解決は、各(制御パス、制御効果)の組をパスの長さが短い順に調べることにより行われてもよい。一例として、競合解決の手順は以下のようである。パスの長さをnとする。n=1のものから順に調べるとする。
10 アクセス制御判定装置
12 アクセス受付部
13 ポリシー検索部
14 アクセス許可値計算部
15 アクセス効果値計算部
16 ポリシー記憶部
17 アクセス判定部
20 ユーザ端末
30 通信回線ネットワーク
31 データソース記憶手段
500 アクセス判定機構
Claims (5)
- ユーザがXML文書の特定の部分へアクセスする際に、前記ユーザに依存してアクセスの可否を判定する、アクセス制御判定装置であって、
前記ユーザからの前記XML文書の特定の部分へのアクセスに基づいて、ノードを特定し、前記ノードに基づいて、XML文書の特定の部分を指し示す、XPathを含むパス式言語により記述されるパス式を作成するアクセス受付部と、
パス式言語により記述される、前記パス式を構成する前記ノードに対するアクセスの可否を表した制御効果からなる、ポリシーを記憶したポリシー記憶部と、
前記パス式を構成する個々の前記ノードに対応したポリシーを前記ポリシー記憶部から検索するポリシー検索部と、
前記パス式に基づいて、前記パス式の長さを配列の長さにした配列を定義して、パス式に含まれる各前記ノード及び各前記ノードの制御効果を全てアクセス許可にしたときのポリシーを前記配列の配列要素の数の大きさ又は前記配列の配列要素の文字列の定義順序により表すアクセス許可値を計算するアクセス許可値計算部と、
前記アクセス受付部が作成した前記パス式及び前記ポリシー検索部が検索した前記ポリシーより、前記パス式に基づいて、前記パス式の長さを配列の長さにした配列を定義して、パス式に含まれる各前記ノード及びポリシーの制御効果を前記配列の配列要素の数の大きさ又は前記配列の配列要素の文字列の定義順序により表すアクセス効果値を計算するアクセス効果値計算部と、
前記アクセス許可値を示す前記配列の配列要素の数字の数の大きさ又は前記配列の配列要素の文字列の定義順序と前記アクセス効果値を示す前記配列の配列要素の数字の数の大きさ又は前記配列の配列要素の文字列の定義順序とを比較して、前記ユーザの前記XML文書の特定の部分へのアクセスの可否を判定するアクセス判定部と、
を備えた、アクセス制御判定装置。 - 請求項1に記載のアクセス制御判定装置であって、前記アクセス制御判定装置が、コンピュータで実現されたアクセス制御判定装置。
- ユーザ端末、及びアクセス制御判定装置が通信回線ネットワークに接続され、前記ユーザ端末を用いるユーザがXML文書の特定の部分へアクセスする際に、前記ユーザに依存してアクセスの可否を判定するアクセス制御判定方法であって、
前記アクセス制御判定装置のポリシー記憶部に、XPathを含むパス式言語により記述される、XML文書の特定の部分を指し示すパス式に含まれるノードに対するアクセスの可否を表した制御効果からなる、ポリシーを記憶するステップと、
前記アクセス制御判定装置のアクセス受付部で、前記ユーザからの前記XML文書の特定の部分へのアクセスに基づいて、前記ノードを特定し、前記ノードから、前記パス式を作成するステップと、
前記アクセス制御判定装置のポリシー検索部で、前記パス式を構成する個々の前記ノードに対応したポリシーを前記ポリシー記憶部から検索するステップと、
前記アクセス制御判定装置のアクセス許可値計算部で、前記パス式に基づいて、前記パス式の長さを配列の長さとし、パス式に含まれる各前記ノードと、各前記ノードの制御効果を全てアクセス許可にしたときのポリシーとを配列要素の数字の大きさ又は文字の順序により表すアクセス許可値を計算するステップと、
前記アクセス制御判定装置のアクセス効果値計算部で、前記アクセス受付部が作成した前記パス式と、前記ポリシー検索部が検索した前記ポリシーとから、前記パス式の長さを配列の長さとし、パス式に含まれる各前記ノード及びポリシーの制御効果を配列要素の数字の大きさ又は文字の順序により表すアクセス効果値を計算するステップと、
前記アクセス制御判定装置のアクセス判定部で、前記アクセス許可値と前記アクセス効果値とを比較して、数字の数の大きさ又は文字列の定義順序により前記ユーザの前記XML文書の特定の部分へのアクセスの可否を判定するステップと、
を含む、アクセス制御判定方法。 - 請求項3に記載のアクセス制御判定方法であって、前記アクセス制御判定方法が、コンピュータで実現されるアクセス制御判定方法。
- ユーザ端末、及びアクセス制御判定装置が通信回線ネットワークに接続され、前記ユーザ端末を用いるユーザがXML文書の特定の部分へアクセスする際に、前記ユーザに依存してアクセスの可否を判定するアクセス制御判定方法を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記アクセス制御判定装置のポリシー記憶部に、XPathを含むパス式言語により記述されるXML文書の特定の部分を指し示すパス式に含まれるノードに対するアクセスの可否を表した制御効果からなる、ポリシーを記憶するステップと、
前記アクセス制御判定装置のアクセス受付部で、前記ユーザからの前記XML文書の特定の部分へのアクセスに基づいて、前記ノードを特定し、前記ノードからパス式を作成するステップと、
前記アクセス制御判定装置のポリシー検索部で、前記パス式を構成する個々の前記ノードに対応したポリシーを前記ポリシー記憶部から検索するステップと、
前記アクセス制御判定装置のアクセス許可値計算部で、前記パス式に基づいて、アクセスの許可をするための基準となる値であるアクセス許可値を計算するステップと、
前記アクセス制御判定装置のアクセス効果値計算部で、前記アクセス受付部が作成した前記パス式と、前記ポリシー検索部が検索した前記ポリシーとからアクセス効果値を計算するステップと、
前記アクセス制御判定装置のアクセス判定部で、前記アクセス許可値と前記アクセス効果値とを比較して、数字の数の大きさ又は文字列の定義順序により前記ユーザの前記XML文書の特定の部分へのアクセスの可否を判定するステップと、
を含む、アクセス制御判定方法を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004343090A JP4301513B2 (ja) | 2004-11-26 | 2004-11-26 | ポリシーを用いたアクセス制御効果の判定方法 |
CNB2005101151349A CN100452037C (zh) | 2004-11-26 | 2005-11-10 | 用于确定访问控制的方法和装置 |
US11/286,948 US7630984B2 (en) | 2004-11-26 | 2005-11-25 | Method of determining access control effect by using policies |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004343090A JP4301513B2 (ja) | 2004-11-26 | 2004-11-26 | ポリシーを用いたアクセス制御効果の判定方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006155104A JP2006155104A (ja) | 2006-06-15 |
JP4301513B2 true JP4301513B2 (ja) | 2009-07-22 |
Family
ID=36568434
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004343090A Expired - Fee Related JP4301513B2 (ja) | 2004-11-26 | 2004-11-26 | ポリシーを用いたアクセス制御効果の判定方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US7630984B2 (ja) |
JP (1) | JP4301513B2 (ja) |
CN (1) | CN100452037C (ja) |
Families Citing this family (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8417678B2 (en) | 2002-07-30 | 2013-04-09 | Storediq, Inc. | System, method and apparatus for enterprise policy management |
WO2004012379A2 (en) | 2002-07-30 | 2004-02-05 | Deepfile Corporation | Method and apparatus for managing file systems and file-based data storage |
US7805449B1 (en) | 2004-10-28 | 2010-09-28 | Stored IQ | System, method and apparatus for enterprise policy management |
US8612404B2 (en) * | 2002-07-30 | 2013-12-17 | Stored Iq, Inc. | Harvesting file system metsdata |
KR100677116B1 (ko) * | 2004-04-02 | 2007-02-02 | 삼성전자주식회사 | 사이클릭 레퍼런싱 방법/장치, 파싱 방법/장치 및 그방법을 수행하는 프로그램이 기록된 컴퓨터 판독가능한기록매체 |
US8510331B1 (en) | 2004-10-28 | 2013-08-13 | Storediq, Inc. | System and method for a desktop agent for use in managing file systems |
US7844582B1 (en) | 2004-10-28 | 2010-11-30 | Stored IQ | System and method for involving users in object management |
US7478419B2 (en) * | 2005-03-09 | 2009-01-13 | Sun Microsystems, Inc. | Automated policy constraint matching for computing resources |
US7962513B1 (en) * | 2005-10-31 | 2011-06-14 | Crossroads Systems, Inc. | System and method for defining and implementing policies in a database system |
FR2896602B1 (fr) * | 2006-01-26 | 2008-06-06 | Commissariat Energie Atomique | Procede de gestion de documents electroniques |
US10031830B2 (en) * | 2006-10-13 | 2018-07-24 | International Business Machines Corporation | Apparatus, system, and method for database management extensions |
US9183321B2 (en) | 2006-10-16 | 2015-11-10 | Oracle International Corporation | Managing compound XML documents in a repository |
JP4882671B2 (ja) * | 2006-11-01 | 2012-02-22 | 富士通株式会社 | アクセス制御方法及びアクセス制御システム並びにプログラム |
US8145655B2 (en) * | 2007-06-22 | 2012-03-27 | International Business Machines Corporation | Generating information on database queries in source code into object code compiled from the source code |
US7831621B1 (en) | 2007-09-27 | 2010-11-09 | Crossroads Systems, Inc. | System and method for summarizing and reporting impact of database statements |
US8145572B2 (en) * | 2007-10-19 | 2012-03-27 | Kabushiki Kaisha Toshiba | Information processing apparatus, content processing method, and computer program product thereof |
US8463815B1 (en) * | 2007-11-13 | 2013-06-11 | Storediq, Inc. | System and method for access controls |
US8875221B2 (en) | 2009-02-10 | 2014-10-28 | Nec Corporation | Policy management apparatus, policy management system, and method and program used for the same |
CN102340501A (zh) * | 2011-07-14 | 2012-02-01 | 广东爱科数字科技有限公司 | 一种综合平台的隐私信息保护方法 |
US8880989B2 (en) * | 2012-01-30 | 2014-11-04 | Microsoft Corporation | Educating users and enforcing data dissemination policies |
US9087039B2 (en) | 2012-02-07 | 2015-07-21 | Microsoft Technology Licensing, Llc | Language independent probabilistic content matching |
US11373736B2 (en) | 2012-08-15 | 2022-06-28 | Micro Focus Llc | Metadata tree with key rotation information |
JP6002609B2 (ja) * | 2013-03-19 | 2016-10-05 | 株式会社エヌ・ティ・ティ・データ | 情報端末、制御方法、制御プログラム |
US12080421B2 (en) | 2013-12-04 | 2024-09-03 | Apple Inc. | Wellness aggregator |
US20160019360A1 (en) | 2013-12-04 | 2016-01-21 | Apple Inc. | Wellness aggregator |
CN111180040B (zh) | 2014-09-02 | 2023-11-10 | 苹果公司 | 身体活动和健身监视器 |
EP4327731A3 (en) | 2015-08-20 | 2024-05-15 | Apple Inc. | Exercise-based watch face |
DK201770423A1 (en) | 2016-06-11 | 2018-01-15 | Apple Inc | Activity and workout updates |
US10736543B2 (en) | 2016-09-22 | 2020-08-11 | Apple Inc. | Workout monitor interface |
US10845955B2 (en) | 2017-05-15 | 2020-11-24 | Apple Inc. | Displaying a scrollable list of affordances associated with physical activities |
JP6805196B2 (ja) * | 2018-02-23 | 2020-12-23 | 日本電信電話株式会社 | ポリシー競合解消システム及びポリシー競合解消方法 |
US11317833B2 (en) | 2018-05-07 | 2022-05-03 | Apple Inc. | Displaying user interfaces associated with physical activities |
DK201970532A1 (en) | 2019-05-06 | 2021-05-03 | Apple Inc | Activity trends and workouts |
US11152100B2 (en) | 2019-06-01 | 2021-10-19 | Apple Inc. | Health application user interfaces |
JP7297940B2 (ja) | 2019-06-01 | 2023-06-26 | アップル インコーポレイテッド | マルチモードの活動追跡ユーザインタフェース |
JP7264953B2 (ja) * | 2020-01-06 | 2023-04-25 | アップル インコーポレイテッド | 生理学的データの提示 |
DK202070612A1 (en) | 2020-02-14 | 2021-10-26 | Apple Inc | User interfaces for workout content |
DK181037B1 (en) | 2020-06-02 | 2022-10-10 | Apple Inc | User interfaces for health applications |
US11938376B2 (en) | 2021-05-15 | 2024-03-26 | Apple Inc. | User interfaces for group workouts |
US20230390626A1 (en) | 2022-06-05 | 2023-12-07 | Apple Inc. | User interfaces for physical activity information |
US11977729B2 (en) | 2022-06-05 | 2024-05-07 | Apple Inc. | Physical activity information user interfaces |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7281003B2 (en) * | 1998-10-05 | 2007-10-09 | Oracle International Corporation | Database fine-grained access control |
US6721727B2 (en) * | 1999-12-02 | 2004-04-13 | International Business Machines Corporation | XML documents stored as column data |
JP2002278838A (ja) * | 2001-03-15 | 2002-09-27 | Sony Corp | メモリアクセス制御システム、デバイス管理装置、パーティション管理装置、メモリ搭載デバイス、およびメモリアクセス制御方法、並びにプログラム記憶媒体 |
SE523140C2 (sv) * | 2002-07-02 | 2004-03-30 | Telia Ab | Skyddsanordning i datorsystem avsedd att skydda en fil med en säkerhetspolicy i ett system för tillämpning av säkerhetspolicy |
DE10393571T5 (de) * | 2002-10-23 | 2005-12-22 | Onaro, Boston | Verfahren und System zum Validieren logischer End-to-End-Zugriffspfade in Storage Area Netzwerken |
US7961594B2 (en) * | 2002-10-23 | 2011-06-14 | Onaro, Inc. | Methods and systems for history analysis for access paths in networks |
US7127461B1 (en) * | 2002-11-27 | 2006-10-24 | Microsoft Corporation | Controlling access to objects with rules for a work management environment |
US20040148278A1 (en) * | 2003-01-22 | 2004-07-29 | Amir Milo | System and method for providing content warehouse |
JP3982623B2 (ja) * | 2003-03-25 | 2007-09-26 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 情報処理装置、データベース検索システム及びプログラム |
US20040213086A1 (en) * | 2003-04-25 | 2004-10-28 | Terzian Berj A. | Enhanced prompts for setting or resetting digital time displays |
US8250093B2 (en) * | 2003-08-25 | 2012-08-21 | International Business Machines Corporation | Method and system for utilizing a cache for path-level access control to structured documents stored in a database |
US8775468B2 (en) * | 2003-08-29 | 2014-07-08 | International Business Machines Corporation | Method and system for providing path-level access control for structured documents stored in a database |
US7478100B2 (en) * | 2003-09-05 | 2009-01-13 | Oracle International Corporation | Method and mechanism for efficient storage and query of XML documents based on paths |
US7398265B2 (en) * | 2004-04-09 | 2008-07-08 | Oracle International Corporation | Efficient query processing of XML data using XML index |
JP4793839B2 (ja) * | 2004-06-29 | 2011-10-12 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 木構造データによるアクセス制御手段 |
US20060080316A1 (en) * | 2004-10-08 | 2006-04-13 | Meridio Ltd | Multiple indexing of an electronic document to selectively permit access to the content and metadata thereof |
US7346609B2 (en) * | 2004-11-16 | 2008-03-18 | International Business Machines Corporation | Streaming XPath algorithm for XPath value index key generation |
US7433870B2 (en) * | 2004-12-27 | 2008-10-07 | Lucent Technologies Inc. | Method and apparatus for secure processing of XML-based documents |
-
2004
- 2004-11-26 JP JP2004343090A patent/JP4301513B2/ja not_active Expired - Fee Related
-
2005
- 2005-11-10 CN CNB2005101151349A patent/CN100452037C/zh not_active Expired - Fee Related
- 2005-11-25 US US11/286,948 patent/US7630984B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2006155104A (ja) | 2006-06-15 |
CN100452037C (zh) | 2009-01-14 |
CN1801146A (zh) | 2006-07-12 |
US7630984B2 (en) | 2009-12-08 |
US20060117014A1 (en) | 2006-06-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4301513B2 (ja) | ポリシーを用いたアクセス制御効果の判定方法 | |
US11829514B2 (en) | Systems and methods for computing with private healthcare data | |
US20230044294A1 (en) | Systems and methods for computing with private healthcare data | |
Gkoulalas-Divanis et al. | Publishing data from electronic health records while preserving privacy: A survey of algorithms | |
US10454932B2 (en) | Search engine with privacy protection | |
CN100430951C (zh) | 向用户/组授予访问控制列表所有权的访问控制系统和方法 | |
KR100737300B1 (ko) | 액세스 제어를 위반하는 질의의 실행을 우선적으로불허하는 사용자 데이터 지적 사용 방법 | |
US20160283473A1 (en) | Method and Computer Program Product for Implementing an Identity Control System | |
KR20060030014A (ko) | 범용 주석의 구성 및 디플로이 방법 및 시스템 | |
Gowadia et al. | RDF metadata for XML access control | |
CN103329140A (zh) | 基于用户隐私偏好创建访问控制策略 | |
Jahid et al. | MyABDAC: compiling XACML policies for attribute-based database access control | |
EP4115314A1 (en) | Systems and methods for computing with private healthcare data | |
Gkoulalas-Divanis et al. | Anonymization of electronic medical records to support clinical analysis | |
Olson et al. | A formal framework for reflective database access control policies | |
Maté et al. | Improving security in NoSQL document databases through model-driven modernization | |
Pernul | Canonical security modeling for federated databases | |
Chen et al. | Dynamic and semantic-aware access-control model for privacy preservation in multiple data center environments | |
Olca et al. | DICON: A Domain-independent consent management for personal data protection | |
Goel et al. | Derived access control specification for XML | |
Wiederhold et al. | Web implementation of a security mediator for medical databases | |
JP2002312220A (ja) | ユーザ定義機能を使用したセルレベルのデータアクセス制御 | |
Chen et al. | A Privacy‐Preserved Analytical Method for eHealth Database with Minimized Information Loss | |
Bui et al. | An XML gateway to patient data for medical research applications | |
Gkoulalas-Divanis et al. | Overview of patient data anonymization |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20071116 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20071226 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20080228 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080311 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080415 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080715 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080815 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20090407 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20090408 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090417 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120501 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120501 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130501 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140501 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |