JPH03201060A - Document file system - Google Patents

Document file system

Info

Publication number
JPH03201060A
JPH03201060A JP1343756A JP34375689A JPH03201060A JP H03201060 A JPH03201060 A JP H03201060A JP 1343756 A JP1343756 A JP 1343756A JP 34375689 A JP34375689 A JP 34375689A JP H03201060 A JPH03201060 A JP H03201060A
Authority
JP
Japan
Prior art keywords
document
data
field
attribute
attribute data
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.)
Pending
Application number
JP1343756A
Other languages
Japanese (ja)
Inventor
Akira Tozawa
戸澤 昭
Takashi Kido
城戸 高志
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP1343756A priority Critical patent/JPH03201060A/en
Publication of JPH03201060A publication Critical patent/JPH03201060A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To attain the systematic editing and control of document by setting the document attribute data to the name given to a document and storing hierar chically the text of the document and the document attribute data. CONSTITUTION:A document attribute data set processing part 12 divides the name of a document to be stored in a document file together with the document into plural variable length fields, gives the field attribute to each field name, and sets the field attribute to the document as the document attribute data. A document data storage part 13 turns each field attribute of the set document attribute data into a hierarchical structure and stores it in response to the document. Then a control processing part 11 edits and controls the document data by means of those stored document and document attribute data. Thus the document can be easily and systematically edited and controlled and the document data can also be easily retrieved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、文書ファイルシステムに関し、特に。[Detailed description of the invention] [Industrial application field] TECHNICAL FIELD The present invention relates to document file systems, and more particularly.

文書データに文書属性データを与えて記憶し、文書属性
データを基にして文書データを体系的に管理し、*集処
理を容易とし1文書データの検索を容易に行える文書フ
ァイルシステムに関するものである。
The present invention relates to a document file system that stores document data by assigning document attribute data, systematically manages the document data based on the document attribute data, facilitates collection processing, and facilitates the search of single document data. .

〔従来の技術〕[Conventional technology]

オフィスで大量に発生する文書について、スペース効率
よく保存し、また所望する時に参照可能なように1文書
を光ディスクに書込み保存できる文書ファイル装置が開
発されている。このような文書ファイル装置は、書き込
み可能または書き替え可能な光ディスクやCD−ROM
などを用いた文書を格納するディスクファイル装置に文
書検索装置が付加された装置である。このような文書フ
ァイル装置を用いることにより、これまでは紙ファイル
にとじていたような大量の文書類を数枚のディスク内に
格納し、オフィスの省スペース化が進められるようにな
っている。
2. Description of the Related Art A document file device has been developed that can store a large amount of documents generated in an office in a space-efficient manner and can write and store a single document on an optical disk so that it can be referenced when desired. Such document file devices include writable or rewritable optical disks and CD-ROMs.
This is a device in which a document search device is added to a disk file device that stores documents using, for example, a disk file device. By using such a document file device, a large amount of documents that were previously bound in paper files can now be stored on several disks, leading to space savings in offices.

文書ファイル装置における文書検索方法としては、文書
データと共にキーワードを記憶装置に記憶させ、このキ
ーワードに基づいて文書を検索する検索方法を用いてい
る。このような検索方法では、キーワードのような文書
の索引用データを別途に予め作成しておき、この索引用
データの・キーワードを用いて、文書の検索を行う。
As a document search method in a document file device, a search method is used in which keywords are stored in a storage device together with document data and documents are searched based on the keywords. In such a search method, document index data such as keywords is created separately in advance, and documents are searched using the keywords of this index data.

ところで、このような索引用データは1通常の場合、文
書を検索するためにのみ用いることが多いが、例えば、
特開昭62−66378号公報に記載の文書データ処理
装置の例に見られるように。
By the way, such index data is usually used only for searching documents, but for example,
As can be seen in the example of the document data processing device described in Japanese Patent Application Laid-Open No. 62-66378.

文書中から索引用データのキーワードを半自動で抽出す
るのに加え、これら抽出した索引用データを編集処理し
、別途に文書作成用のデータとして用いる手法の提案も
ある。
In addition to semi-automatically extracting keywords for index data from documents, there are also proposals for a method in which the extracted index data is edited and used separately as data for document creation.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかし、近年のように、文書データの多様化が進み、大
量に文書が発生するようなると1文書ファイルシステム
は、文書蓄積機能に加え、更に文書を体系的に管理し編
集することが可能な多機能な文書ファイルシステムが所
望される。
However, in recent years, as document data has become more diversified and a large amount of documents are generated, single-document file systems have not only the document storage function but also the ability to systematically manage and edit documents. A functional document file system is desired.

ところが、従来における文書ファイルシステムは、個々
の文書に対する処理に重点−が置かれており、体系的に
文書管理および文書編集処理を行うことに主体としてい
ない。このため、体系的に文書管理を行い1文書編集処
理を行うには、別に文書データ処理装置を備え1文書フ
ァイル装置とは別の形態で文書処理を行なわなければな
らないという問題があった。
However, conventional document file systems have focused on processing individual documents, and have not focused on systematically performing document management and document editing processing. Therefore, in order to systematically manage documents and edit one document, there is a problem in that a separate document data processing device must be provided and document processing must be performed in a form different from the one-document file device.

本発明は、前記問題点を解決するためになされたもので
ある。
The present invention has been made to solve the above problems.

本発明の目的は、文書データに文書属性データを与えて
記憶し、文書属性データを基にして文書データを体系的
に管理し、編集処理を容易とし、文書データの検索を容
易に行える文書ファイルシステムを提供することにある
An object of the present invention is to provide a document file that provides and stores document attribute data to document data, systematically manages the document data based on the document attribute data, facilitates editing processing, and facilitates searching of document data. The goal is to provide a system.

本発明の前記ならびにその他の目的と新規な特徴は2本
明細書の記述及び添付図面によって明らかになるであろ
う。
The above and other objects and novel features of the present invention will become clear from the description of the present specification and the accompanying drawings.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的を達成するため1本発明の文書ファイルシステ
ムは、文書ファイルに文書と共に格納する文書に付与す
る文書名称を、可変長の複数の可変長フィールドに分割
し、各フィールドに分割された文書名称の各部のフィー
ルド名称に対して、フィールド属性を与え、各フィール
ド名称に対応するフィールド属性を文書属性データとし
て、該当文書に設定する文書属性データ設定手段と、文
書属性データの各フィールド属性を階層構造に構造化し
て、文書属性データを文書と対応させて記憶する文書デ
ータ記憶手段と、文書属性データの各フィールド属性に
より、該当する文書データの編集処理および文書データ
管理を行う制御処理手段とを有することを特徴とする。
In order to achieve the above object, the document file system of the present invention divides the document name given to the document stored together with the document in the document file into a plurality of variable length fields, and divides the document name into each field. A document attribute data setting means that assigns field attributes to the field names of each part of the field name and sets the field attributes corresponding to each field name as document attribute data in the corresponding document, and a hierarchical structure for each field attribute of the document attribute data. a document data storage means for storing document attribute data in correspondence with the document; and a control processing means for editing the document data and managing the document data according to each field attribute of the document attribute data. It is characterized by

〔作用〕[Effect]

前記手段によれば1文書ファイルシステムには、文書属
性データ設定手段と、文書データ記憶手段と、制御処理
手段とが備えられる。
According to the above means, one document file system is provided with a document attribute data setting means, a document data storage means, and a control processing means.

文書属性データ設定手段は、文書ファイルに文書と共に
格納する文書に付与する文書名称を、可変長の複数の可
変長フィールドに分割し、各フィールドに分割された文
書名称の各部のフィールド名称に対して、フィールド属
性を与え、各フィールド名称に対応するフィールド属性
を文書属性データとして、該当文書に設定する0文書デ
ータ記憶手段は、文書属性データ設定手段で設定した文
書属性データの各フィールド属性を階層構造に構造化し
て1文書属性データを文書と対応させて記憶する。また
、制御処理手段は、文書データ記憶手段に記憶した文書
および文書属性データを利用して1文書属性データの各
フィールド属性により、該当する文書データの編集処理
および文書データ管理を行う。
The document attribute data setting means divides the document name given to the document stored together with the document in the document file into a plurality of variable length fields, and sets the field name of each part of the document name divided into each field. , field attributes are given, and the field attributes corresponding to each field name are set in the corresponding document as document attribute data.The document data storage means stores each field attribute of the document attribute data set by the document attribute data setting means in a hierarchical structure. One document attribute data is structured and stored in association with a document. Further, the control processing means performs editing processing and document data management of the corresponding document data according to each field attribute of one document attribute data using the document and document attribute data stored in the document data storage means.

文書属性データは、文書名称を可変長の複数のフィール
ドに分割し、各々のフィールドに対して任意の属性名称
を与えて設定され、各フィールドの属性が文書属性デー
タの要素となる。この文書属性データの要素のフィール
ド属性を、構造化の要素として階層的に記憶し、文書本
文のデータとを対応させて記憶する。このため、文書本
文データが階層的に構造化されて記憶され、この構造化
データの階層的な構造が、文書データ管理および文書デ
ータの編集の処理に利用される。
Document attribute data is set by dividing a document name into a plurality of variable-length fields and giving each field an arbitrary attribute name, and the attribute of each field becomes an element of the document attribute data. The field attributes of the elements of this document attribute data are stored hierarchically as structuring elements, and are stored in correspondence with the data of the document body. Therefore, document body data is stored in a hierarchically structured manner, and the hierarchical structure of this structured data is used for document data management and document data editing processing.

これにより、文書属性データを基にして1体系的な文書
編集や文書管理を行うことができ、文書ファイルを効率
的に利用できるシステムを実現できる。
Thereby, it is possible to perform systematic document editing and document management based on document attribute data, and it is possible to realize a system that can efficiently utilize document files.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を用いて具体的に説明す
る。
Hereinafter, one embodiment of the present invention will be specifically described using the drawings.

第1図は1本発明の一実施例にかかる文書ファイルシス
テムの構成を示すブロック図である。第1図において、
1はデータ処理装置、2は表示装置、3はキーボード、
4はマウス、5は印刷装置である。データ処理袋W1は
、制御処理部119文書文書属性データ設定部121文
書データ記憶部13゜および文書合成バッファ14など
の処理要素を備えている0文書処理を行うデータ処理装
置1においては、文書を作成し、文書を保存するために
格納する際に1文書に文書名称を付けて格納する。この
際、文書名称を複数の可変長フィールドに分割して、文
書名称を分割した各フィールドに属性を設定して、文書
に属性データを与える。そして。
FIG. 1 is a block diagram showing the configuration of a document file system according to an embodiment of the present invention. In Figure 1,
1 is a data processing device, 2 is a display device, 3 is a keyboard,
4 is a mouse, and 5 is a printing device. The data processing bag W1 is used for processing documents in the data processing device 1 that performs document processing and includes processing elements such as a control processing section 119, a document document attribute data setting section 121, a document data storage section 13, and a document synthesis buffer 14. When a document is created and stored for preservation, a document name is given to each document and stored. At this time, the document name is divided into a plurality of variable length fields, attributes are set in each of the divided fields, and attribute data is given to the document. and.

文書本文と、文書名称に対して設定したその文書の属性
データを階層的に記憶することで、体系的な文書編集処
理および文書管理を行う。
Systematic document editing processing and document management are performed by hierarchically storing the document text and the document attribute data set for the document name.

この例の文書ファイルシステムは、日本語文書作成機能
を有している。システム全体の制御は、制御処理部11
により行なわれる。システム上の日本語文書作成機能を
用いて作成した文書は、文書データ記憶部13に記憶さ
れる。文書データ記憶部13では文書本文のデータと共
に1文書属性データ設定部12から取得した文書属性デ
ータを、階層的に記憶する0文書属性データの設定は、
表示装置2に表示されるガイダンスに従って、利用者が
キーボード3.マウス4を通して行う1文書合成バッフ
ァ14および印刷袋!!5は、文書の編集(差し込み印
刷など)に用いられる。
The document file system in this example has a Japanese document creation function. Control of the entire system is carried out by the control processing unit 11
This is done by A document created using the Japanese document creation function on the system is stored in the document data storage section 13. In the document data storage section 13, the document attribute data acquired from the 1-document attribute data setting section 12 is stored hierarchically together with the document body data.The setting of 0 document attribute data is as follows.
Following the guidance displayed on the display device 2, the user presses the keyboard 3. 1 document composition buffer 14 and print bag through mouse 4! ! 5 is used for document editing (mail merge printing, etc.).

第2図は、文書属性データの設定例を説明する図である
0日本語文書作成機能を用いて作成した文書を、当該文
書ファイルシステムに格納する場合には、まず、文書属
性データ設定部12により文書の属性データを設定する
1文書属性データの設定は、第2図に示すように、文書
に付ける文書名称を複数のフィールドに分割して、フィ
ールド名称22とし、それぞれのフィールド名称22が
何を表現しているかをフィールド属性21として与える
ことで行う。第2図の文書属性データの設定例では、表
示画面上に5個のフィールドを用意し、それぞれのフィ
ールドにフィールド属性とフィールド名称を与えてるこ
とにより設定している。各々のフィールド名称の集合が
、該当する文書データに付ける文書名称となっている。
FIG. 2 is a diagram illustrating an example of setting document attribute data.0 When storing a document created using the Japanese document creation function in the document file system, first, the document attribute data setting section 12 To set the attribute data of a document, as shown in Figure 2, the document name given to the document is divided into multiple fields, and each field name 22 is set as field name 22. This is done by giving as field attribute 21 whether it is expressed. In the example of setting document attribute data shown in FIG. 2, five fields are prepared on the display screen, and settings are made by giving each field a field attribute and a field name. A set of each field name is a document name given to the corresponding document data.

即ち文書名称は分割されて1分割された各部(フィール
ド名称)がそれぞれの属性(フィールド属性)を有する
データとなっている。
That is, the document name is divided into data in which each part (field name) has its own attribute (field attribute).

このようにして設定した文書の属性データは。The document attribute data set in this way.

文書本文のデータと共に1文書データ記憶部13が記憶
する0文書データ記憶部13は、文書データを設定した
各フィールドの属性にしたがって階層的に記憶し、記憶
している文書管理を行う。
The 1-document data storage section 13 stores the document data together with the data of the document body.The 0-document data storage section 13 stores the document data in a hierarchical manner according to the attributes of each set field, and manages the stored documents.

第3図は、文書ファイルシステムに階層構造で記憶され
た文書の文書管理の処理例を説明する図である。ここの
文書管理の処理では、文書が階層的に記憶されてており
、文書が階層管理される。
FIG. 3 is a diagram illustrating an example of document management processing for documents stored in a hierarchical structure in a document file system. In this document management process, documents are stored hierarchically and are managed hierarchically.

階層管理とは、文書管理において階層ごとに文書データ
の管理単位を設けることで、作成した文書を体系的に管
理する方式である。例えば、第3図に示すように、1つ
の特許提案書という文書は、管理単位が文書全体の1本
」の文書31の中に複数の「章」の文書32.33を設
け、「章」の中には複数のrページ」の文書34.35
.36.37.38を設けて管理する6文書の要素の各
々の本文データは管理単位がrページ」の文書の中に格
納される。ここで文書管理単位として設定する「本」と
1章」の各々の単位は、複数のrページ」を管理する単
位として利用する。
Hierarchical management is a method of systematically managing created documents by providing document data management units for each hierarchy in document management. For example, as shown in FIG. 3, one document called a patent proposal has multiple "chapter" documents 32 and 33 in a document 31 whose management unit is "one document for the entire document". Document 34.35 contains multiple r pages.
.. The body data of each of the six document elements managed by providing 36, 37, and 38 is stored in a document whose management unit is "r pages". Here, each unit of ``book'' and ``1 chapter'' set as document management units is used as a unit for managing a plurality of ``r pages''.

また1文書ファイルシステムに文書と共に登録される文
書名称の属性データの各フィールドは。
Each field of document name attribute data is registered with a document in the 1-document file system.

アイコン表示を指定しておくことで、表示装置の表示画
面にアイコン(31〜38)として階層構造を示すよう
に表示される。このとき、アイコンには表示名称が同時
に表示される。このように、文書ファイルシステムでは
、設定した属性データの内、任意のフィールド名称をア
イコン表示名とすることができるため、文書を体系的に
管理することができる。例えば、文書を1項番」により
管理するのであれば、文書属性データ34aの「項番フ
ィールド」にアイコン表示を示す「串」を付ける。これ
によりアイコン表示名はrl、 IJ  (34)とな
る。また、文書を項番と項目により管理するのであれば
、例えば文書属性データ38aの「項番」フィールドと
「項目」フィールドに「傘」を付けると、アイコン表示
名は「2.2図面J  (38)となる。このように、
文書属性データの設定により文書ファイルシステム内の
文書の管理体系を容易に設定、変更することができる。
By specifying icon display, the icons (31 to 38) are displayed on the display screen of the display device to show a hierarchical structure. At this time, the display name is displayed on the icon at the same time. In this way, in the document file system, any field name of the set attribute data can be used as the icon display name, so documents can be managed systematically. For example, if a document is to be managed using 1 item number, a ``skewer'' indicating icon display is added to the ``item number field'' of the document attribute data 34a. As a result, the icon display name becomes rl, IJ (34). Furthermore, if documents are to be managed by section numbers and items, for example, if "umbrella" is added to the "item number" and "item" fields of the document attribute data 38a, the icon display name will be "2.2 Drawing J ( 38).In this way,
By setting document attribute data, it is possible to easily set and change the document management system within the document file system.

第4図は1文書ファイルシステムにおける文書編集の処
理例を説明する図である。
FIG. 4 is a diagram illustrating an example of document editing processing in a one-document file system.

次に、この文書ファイルシステムにおける文書編集の処
理例として、文書の差し込み印刷処理例を、第4図を参
照して説明する。文書ファイルシステムでは、文書の設
定した属性データを利用した文書本文への差し込み印刷
を行うことができる。
Next, as an example of document editing processing in this document file system, an example of document merge printing processing will be described with reference to FIG. In the document file system, it is possible to perform merge printing into the document body using attribute data set for the document.

例えば、被差し込み印刷文書中の差し込みを行う位置に
、差し込み位置を示す識別子($1.$2゜$3.$4
)を記述しておくことで、ここに先に設定したフィール
ド名称を差し込み文字として差し込むことができる。識
別子と差し込まれるフィールド名称との対応は、識別子
に対し差し込まれるフィールド名称のフィールド属性を
対応表42で予め指定することで行う、第4図の処理例
では、文書属性データ34a (第3図)を設定した被
差し込み印刷文書41 (34)中に差し込み位置を指
定する識別子r $ n (n = 1 、2 、・・
・9m)」を記述し、ここへ予め設定したおいた対応表
42に基づき、指定のフィールド属性を持つフィールド
名称を差し込み印刷する。ところで、指定したフィール
ド属性が印刷対象文書に存在しない場合、制御処理部1
1により、印刷対象文書から階層的に上位にある文書属
性データが順に検索され、指定のフィールド属性を持つ
フィールド名称が差し込まれる。
For example, an identifier indicating the insertion position ($1.$2゜$3.$4
), you can insert the previously set field name here as an insertion character. The correspondence between the identifier and the field name to be inserted is done by specifying in advance the field attribute of the field name to be inserted to the identifier in the correspondence table 42. In the processing example of FIG. 4, the document attribute data 34a (FIG. 3) An identifier r $ n (n = 1, 2,...
・9m)", and a field name having the specified field attribute is inserted and printed based on the correspondence table 42 set in advance. By the way, if the specified field attribute does not exist in the document to be printed, the control processing unit 1
1, the document attribute data hierarchically higher than the document to be printed is searched in order, and the field name having the specified field attribute is inserted.

第4図の処理例では、対応表42で指定した内の識別子
「$4」に対応するフィールド属性は文IF54を持っ
ていない。そのため、上位に存在する1章」の管理単位
の文書32の属性データ32aを参照して、目的とする
フィールド名称「明細書」を取得し、最終的に差し込み
印刷文書43が完成する。なお、文書と差し込み文字の
合成は、文書合成バッファ14(第1図)で実行し、印
刷装置5(第1図)で合成した文書43を印刷する。こ
の場合、「ページ」の管理単位の文書34の上位に存在
する「章Jの管理単位の文書32に差し込み印刷を命じ
ることで、この下位に存在する3つの文書を一度に差し
込み印刷することもできる。このように文書を階層管理
することにより、体系的な文#編集を行うことが可能と
なる。
In the processing example shown in FIG. 4, the field attribute corresponding to the identifier "$4" specified in the correspondence table 42 does not have the statement IF 54. Therefore, the attribute data 32a of the management unit document 32 of "Chapter 1" existing at the higher level is referred to, and the target field name "Specification" is obtained, and the mail merge document 43 is finally completed. Note that the document and insertion characters are combined in the document combination buffer 14 (FIG. 1), and the combined document 43 is printed by the printing device 5 (FIG. 1). In this case, by instructing the document 32 in the management unit of "Chapter J" that exists above the document 34 in the management unit of "Page" to be merged, the three documents that exist below this can be merged and printed at once. By hierarchically managing documents in this way, it becomes possible to perform systematic sentence # editing.

また、この文書ファイルシステムでは、属性データの内
、フィールド属性、フィールド名称、どちらを検索キー
として文書検索を行うこともできる。
Further, in this document file system, a document search can be performed using either a field attribute or a field name among attribute data as a search key.

以上、本発明を実施例にもとづき具体的に説明したが1
本発明は、前記実施例に限定されるものではなく、その
要旨を逸脱しない範囲において種々変更可能であること
は言うまでもない。
The present invention has been specifically described above based on examples, but 1.
It goes without saying that the present invention is not limited to the embodiments described above, and can be modified in various ways without departing from the spirit thereof.

〔発明の効果〕〔Effect of the invention〕

以上、説明したように、本発明によれば、文書に付与す
る文書名称に文書属性データを設定し。
As described above, according to the present invention, document attribute data is set in the document name given to the document.

文書本文とその文書属性データを階層的に記憶すること
により1体系的な文書編集2文書管理を行うことができ
る。
By storing the document text and its document attribute data in a hierarchical manner, one systematic document editing and two document management can be performed.

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

第1図は、本発明の一実施例にかかる文書ファイルシス
テムの構成を示すブロック図、第2図は1文書属性デー
タの設定例を説明する図、 第3図は1文書ファイルシステムに階層構造で記憶され
た文書の文書管理の処理例を説明する図。 第4図は、文書ファイルシステムにおける文書編集の処
理例を説明する図である。 図中、1・・・データ処理装置、2・・・表示装置、3
・・・キーボード、4・・・マウス、5・・・印刷装置
、11・・・制御処理部、 12・・・文書属性データ設定部、 13・・・文 書データ記憶部、 14・・・文書合成バッファ。
FIG. 1 is a block diagram showing the configuration of a document file system according to an embodiment of the present invention, FIG. 2 is a diagram illustrating an example of setting one document attribute data, and FIG. 3 is a hierarchical structure of the one document file system. FIG. 3 is a diagram illustrating an example of document management processing for documents stored in . FIG. 4 is a diagram illustrating an example of document editing processing in the document file system. In the figure, 1... data processing device, 2... display device, 3
...Keyboard, 4...Mouse, 5...Printing device, 11...Control processing section, 12...Document attribute data setting section, 13...Document data storage section, 14...Document Synthesis buffer.

Claims (1)

【特許請求の範囲】[Claims] (1)文書ファイルに文書と共に格納する文書に付与す
る文書名称を、可変長の複数の可変長フィールドに分割
し、各フィールドに分割された文書名称の各部のフィー
ルド名称に対して、フィールド属性を与え、各フィール
ド名称に対応するフィールド属性を文書属性データとし
て、該当文書に設定する文書属性データ設定手段と、文
書属性データの各フィールド属性を階層構造に構造化し
て、文書属性データを文書と対応させて記憶する文書デ
ータ記憶手段と、文書属性データの各フィールド属性に
より、該当する文書データの編集処理および文書データ
管理を行う制御処理手段とを有することを特徴とする文
書ファイルシステム。
(1) Divide the document name given to the document stored with the document in the document file into multiple variable-length fields, and set the field attributes for the field name of each part of the document name divided into each field. and a document attribute data setting means for setting field attributes corresponding to each field name as document attribute data in the corresponding document, and structuring each field attribute of the document attribute data into a hierarchical structure to correspond the document attribute data to the document. 1. A document file system comprising: a document data storage means for storing the document data; and a control processing means for editing the document data and managing the document data according to each field attribute of the document attribute data.
JP1343756A 1989-12-27 1989-12-27 Document file system Pending JPH03201060A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1343756A JPH03201060A (en) 1989-12-27 1989-12-27 Document file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1343756A JPH03201060A (en) 1989-12-27 1989-12-27 Document file system

Publications (1)

Publication Number Publication Date
JPH03201060A true JPH03201060A (en) 1991-09-02

Family

ID=18363999

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1343756A Pending JPH03201060A (en) 1989-12-27 1989-12-27 Document file system

Country Status (1)

Country Link
JP (1) JPH03201060A (en)

Similar Documents

Publication Publication Date Title
US5812995A (en) Electronic document filing system for registering and retrieving a plurality of documents
JPH09128380A (en) Document storing and managing system
EP0437159B1 (en) Method for identifying documents having a particular attribute using a vector relational characteristical object
US20030120655A1 (en) Document processing apparatus
US6330567B1 (en) Searching system for searching files stored in a hard disk of a personal computer
US20050152362A1 (en) Data classification management system and method thereof
JPH11505342A (en) Method for processing and accessing information objects, in particular documents, and systems for implementing the method
JP3150254B2 (en) Document management device and data processing device with document management function
JPH10154091A (en) Method for generating file system
JP3707912B2 (en) Graphical user interface
JPH03201060A (en) Document file system
JP2861448B2 (en) Electronic dictionary search device
JPS59105141A (en) Managing method of electronic document
JPH07230466A (en) Electronic library system
JPH08329061A (en) Information processor
EP0981096A1 (en) Searching system for searching files stored in a hard disc of a personal computer
Rather et al. The MARC sort program
JPH0962696A (en) Data base managing system
JPH03210668A (en) Processor for electronic manual having hierarchical form
JP2798777B2 (en) Word processor
JP2888458B2 (en) File storage device
JP3047400B2 (en) Data processing device
JP2001075847A (en) Electronic filing system and file managing method
EP0322107A2 (en) Methods of ordering documents within a folder
JPH03148754A (en) Document preparing device