JP2003281123A - Electronic application form preparing tool, method and program for preparing electronic application form - Google Patents

Electronic application form preparing tool, method and program for preparing electronic application form

Info

Publication number
JP2003281123A
JP2003281123A JP2002085614A JP2002085614A JP2003281123A JP 2003281123 A JP2003281123 A JP 2003281123A JP 2002085614 A JP2002085614 A JP 2002085614A JP 2002085614 A JP2002085614 A JP 2002085614A JP 2003281123 A JP2003281123 A JP 2003281123A
Authority
JP
Japan
Prior art keywords
check rule
application form
check
electronic application
standard template
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
JP2002085614A
Other languages
Japanese (ja)
Inventor
Takamichi Akima
孝道 秋間
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.)
Mitsubishi Electric Information Systems Corp
Mitsubishi Electric Information Technology Corp
Original Assignee
Mitsubishi Electric Information Systems Corp
Mitsubishi Electric Information Technology Corp
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 Mitsubishi Electric Information Systems Corp, Mitsubishi Electric Information Technology Corp filed Critical Mitsubishi Electric Information Systems Corp
Priority to JP2002085614A priority Critical patent/JP2003281123A/en
Publication of JP2003281123A publication Critical patent/JP2003281123A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a tool and method for preparing an electronic application form for automatically producing the application form data structure, application form DTD and an application form check rule file at the same time. <P>SOLUTION: The electronic application form preparing tool comprises a project book reading part 7 for reading a project book 1, a tag information extracting part 9 for extracting the tag information in the read project book, a data structure producing part 10 for producing the data structure of the application form based on the tag information, a document form definition producing part 11 for producing the document form definition corresponding to a mark-up language based on the tag information, an attribute information extracting part 12 for extracting the attribute information in the project book, a database 4 in which a check rule standard template is previously registered, a standard template extracting part 12 for selecting the check rule standard template corresponding to the extracted attribute from the database, and a check rule file output part 17 for outputting a check rule file for checking a document by setting the attribute parameter for the extracted standard template and connecting the standard template. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、現行の紙の様式
を電子化する際の電子申請書作成ツール及び電子申請書
作成方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an electronic application form preparation tool and an electronic application form preparation method for digitizing existing paper formats.

【0002】[0002]

【従来の技術】紙の申請書・届出書等の電子化におい
て、印刷、データベース等のために定められた世界的な
標準規格であるSGML(Standard Generalized Marku
p Language)のうち、XML(eXtensible Markup Lang
uage)を利用した開発を実施する場合、申請の文書、X
MLのタグを設計した後、そのXMLに対応したDTD
(Document Type Definition)またはスキーマを作成す
る必要がある。また、XMLパーサによる文書の整合性
チェックは、あくまでもXML言語の仕様に合致してい
るかどうかをチェックしており、ビジネスロジックその
ものの整合性をチェックすることはできない。
2. Description of the Related Art SGML (Standard Generalized Marku), which is a global standard established for printing, databases, etc. in digitizing paper application forms / notification forms, etc.
XML (eXtensible Markup Lang)
uage) is used for development, application documents, X
After designing the ML tag, the DTD corresponding to that XML
(Document Type Definition) or schema needs to be created. Further, the integrity check of the document by the XML parser only checks whether or not it conforms to the specifications of the XML language, and cannot check the integrity of the business logic itself.

【0003】このビジネスロジックをチェックするため
の言語がチェックルール言語であり、現在様々なルール
言語が開発されている。従来のXML作成ツールでは、
DTDを同時に出力することは可能ではあっても、チェ
ックルールファイルを同時に出力できるものは存在して
いない。また、ルール言語の仕様に依存せずに出力する
ツールも存在していない。
A language for checking this business logic is a check rule language, and various rule languages are currently being developed. With conventional XML creation tools,
Although it is possible to output DTD at the same time, there is no one that can output the check rule file at the same time. Also, there is no tool that outputs without depending on the specification of the rule language.

【0004】図10は、従来方式を説明するための図で
あり、手作業によるDTD作成、チェックルールファイ
ル作成の例を示す。この従来方式では、申請書1に対し
XML作成ツール22を用いて手作業によるタグ入力を
行うことで申請書XML3を作成し、手作業による作成
23により、XMLチェックを行うための申請書DTD
5や業務用ルールを書いた申請書チェックルールファイ
ル6を作成するようになされている。
FIG. 10 is a diagram for explaining the conventional method, and shows an example of manual DTD creation and check rule file creation. In this conventional method, the application form XML3 is created by manually inputting tags to the application form 1 using the XML creation tool 22, and the application form DTD for performing the XML check by the manual creation 23.
5 and an application check rule file 6 in which business rules are written are created.

【0005】[0005]

【発明が解決しようすると課題】上述したように、図1
0に示す従来法式では、XML作成ツール2と呼ばれる
ものは存在していても、申請書DTD5や申請書チェッ
クルールファイル6を自動生成するツールはなく、手作
業による作成23にて開発を行っていたのが実情であ
る。
As described above, FIG.
In the conventional method shown in 0, although there is a so-called XML creation tool 2, there is no tool for automatically generating the application DTD 5 and the application check rule file 6, and the development is done manually 23. It is the actual situation.

【0006】この発明は上述した従来例に係る問題点を
解消するためになされたもので、紙の申請書様式の電子
化を行う際に、申請書データ構造、申請書DTD及び申
請書チェックルールファイルを同時に自動生成すること
が可能な電子申請書作成ツール及び電子申請書作成方法
を得ることを目的とするものである。
The present invention has been made in order to solve the above-mentioned problems associated with the conventional example. When digitizing a paper application form, an application data structure, an application DTD and an application check rule are provided. It is intended to obtain an electronic application form creation tool and an electronic application form creation method that can automatically generate files at the same time.

【0007】[0007]

【課題を解決するための手段】この発明に係る電子申請
書作成ツールは、マークアップ言語を用いて申請書の様
式を電子化する電子申請書作成ツールにおいて、設計書
を読み取る設計書読取部と、前記設計書読取部により読
み取られた設計書内のタグ情報を抽出するタグ情報抽出
部と、前記タグ情報に基づいて申請書のデータ構造を生
成するデータ構造生成部と、前記タグ情報に基づいて前
記マークアップ言語に対応した文書型定義を生成す文書
型定義生成部と、前記設計書読取部により読み取られた
設計書内の属性情報を抽出する属性情報抽出部と、チェ
ックルール標準テンプレートが予め登録されているデー
タベースと、前記属性情報抽出部により抽出された属性
に対応するチェックルール標準テンプレートを前記デー
タベースから選択する標準テンプレート抽出部と、抽出
された標準テンプレートに対して属性パラメータを設定
して標準テンプレートを結合し文書のチェックを行うチ
ェックルールファイルを出力するチェックルールファイ
ル出力部とを備えたことを特徴とするものである。
The electronic application creation tool according to the present invention is an electronic application creation tool that digitizes the format of an application using a markup language, and a design specification reading unit for reading a design specification. A tag information extraction unit that extracts tag information in the design document read by the design document reading unit; a data structure generation unit that generates a data structure of the application based on the tag information; Includes a document type definition generation unit that generates a document type definition corresponding to the markup language, an attribute information extraction unit that extracts the attribute information in the design document read by the design document reading unit, and a check rule standard template. Select a pre-registered database and a check rule standard template corresponding to the attributes extracted by the attribute information extraction unit from the database And a check rule file output unit that outputs a check rule file for checking the document by combining the standard templates by setting attribute parameters for the extracted standard template. To do.

【0008】また、前記データベースに登録されている
チェックルール標準テンプレートは、タグ情報に対し全
角/半角、データ型、バイト数、固定/選択、必須/任
意のチェック対象情報が対応したテンプレートであるこ
とを特徴とするものである。
The check rule standard template registered in the database is a template in which full-width / half-width, data type, number of bytes, fixed / selected, required / optional check target information correspond to tag information. It is characterized by.

【0009】また、前記データベースに異なるチェック
言語による複数のチェックルール標準テンプレートを前
記データベースに登録する登録部と、複数のチェックル
ール標準テンプレートを切り替えるための切替部とをさ
らに備えたことを特徴とするものである。
The database further comprises a registration unit for registering a plurality of check rule standard templates in different check languages in the database, and a switching unit for switching the plurality of check rule standard templates. It is a thing.

【0010】また、この発明に係る電子申請書作成方法
は、マークアップ言語を用いて申請書の様式を電子化す
る電子申請書作成方法において、設計書を読み取る設計
書読取ステップと、読み取られた設計書内のタグ情報を
抽出するタグ情報抽出ステップと、前記タグ情報に基づ
いて申請書のデータ構造を生成するデータ構造生成ステ
ップと、前記タグ情報に基づいて前記マークアップ言語
に対応した文書型定義を生成す文書型定義生成ステップ
と、読み取られた設計書内の属性情報を抽出する属性情
報抽出ステップと、チェックルール標準テンプレートが
予め登録されているデータベースから抽出された属性に
対応するチェックルール標準テンプレートを選択する標
準テンプレート抽出ステップと、抽出された標準テンプ
レートに対して属性パラメータを設定して標準テンプレ
ートを結合し文書のチェックを行うチェックルールファ
イルを出力するチェックルールファイル出力ステップと
を備えたことを特徴とするものである。
The electronic application creating method according to the present invention is an electronic application creating method for digitizing the format of an application using a markup language. A tag information extraction step of extracting tag information in the design document, a data structure generation step of generating a data structure of the application form based on the tag information, and a document type corresponding to the markup language based on the tag information A document type definition generation step for generating a definition, an attribute information extraction step for extracting attribute information in the read design document, and a check rule corresponding to an attribute extracted from a database in which a check rule standard template is registered in advance. A standard template extraction step that selects a standard template, and an attribute for the extracted standard template. It is characterized in that a check rule file output step of outputting a check rule file to check the document combines standard template by setting parameters.

【0011】また、前記データベースに登録されている
チェックルール標準テンプレートは、タグ情報に対し全
角/半角、データ型、バイト数、固定/選択、必須/任
意のチェック対象情報が対応したテンプレートであるこ
とを特徴とするものである。
The check rule standard template registered in the database is a template in which full-width / half-width, data type, number of bytes, fixed / selected, mandatory / optional check target information correspond to tag information. It is characterized by.

【0012】さらに、前記データベースに異なるチェッ
ク言語による複数のチェックルール標準テンプレートを
登録する登録ステップと、複数のチェックルール標準テ
ンプレートを切り替えるための切替ステップとをさらに
備えたことを特徴とするものである。
Further, the present invention is characterized by further comprising a registration step of registering a plurality of check rule standard templates in different check languages in the database and a switching step for switching a plurality of check rule standard templates. .

【0013】[0013]

【発明の実施の形態】図1は、この発明に係る電子申請
書作成ツールおよび方法の概要を示す図である。図1に
示すように、XML・DTD・チェックルールファイル
生成ツール2と、チェックルール標準テンプレートデー
タベース3とを備え、XML・DTD・チェックルール
ファイル生成ツール2は、予めチェックするためのルー
ルを記述する言語において、XML設計書1に対し、標
準のテンプレートを登録してなるチェックルール標準テ
ンプレートデータベース3を用いて、XML設計書1か
らタグ情報、属性情報を読み込み、合致するテープレー
トを選択することで、言語に依存することなく、申請書
XML4、申請書DTD5及び申請書チェックルールフ
ァイル6の同時生成を自動化している。以下、各実施の
形態ではマークアップ言語のXMLを用いて行う。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a diagram showing an outline of an electronic application form creating tool and method according to the present invention. As shown in FIG. 1, the XML / DTD / check rule file generation tool 2 and the check rule standard template database 3 are provided, and the XML / DTD / check rule file generation tool 2 describes rules for checking in advance. In the language, by using the check rule standard template database 3 in which a standard template is registered for the XML design document 1, the tag information and the attribute information are read from the XML design document 1 and the matching tape rate is selected. , The simultaneous generation of the application form XML4, the application form DTD5 and the application form check rule file 6 is automated regardless of the language. Hereinafter, in each embodiment, the markup language XML is used.

【0014】実施の形態1.図2は、この発明の実施の
形態1に係る電子申請書作成ツールおよび方法の処理構
成を処理手順に従って示すブロック図である。図2にお
いて、7はXML設計書1を読み込むXML設計書読込
部、8はXML設計書読込部7により読み込んだXML
設計書1を記憶するXML設計書記憶部、9はXML設
計書内のタグ情報を抽出するタグ情報抽出部、10はタ
グ情報抽出部9からのタグ情報に基づいてデータ構造を
示す申請書XML4を自動生成するXML自動生成部、
11はタグ情報抽出部9からのタグ情報に基づいて文書
型定義を示す申請書DTD5を自動生成するDTD自動
生成部である。
Embodiment 1. FIG. 2 is a block diagram showing the processing configuration of the electronic application creating tool and method according to the first embodiment of the present invention in accordance with the processing procedure. In FIG. 2, reference numeral 7 is an XML design document reading unit for reading the XML design document 1, and 8 is XML read by the XML design document reading unit 7.
An XML design document storage unit that stores the design document 1, 9 is a tag information extraction unit that extracts tag information in the XML design document, and 10 is an application form XML4 that indicates a data structure based on the tag information from the tag information extraction unit 9. An XML automatic generation unit that automatically generates
Reference numeral 11 denotes a DTD automatic generation unit that automatically generates an application form DTD5 indicating a document type definition based on the tag information from the tag information extraction unit 9.

【0015】また、12はXML設計書内の属性列を抽
出する属性情報抽出部、13はチェックルール標準テン
プレートが予め登録されているチェックルール標準テン
プレートデータベース3を用いて属性情報抽出部12に
より抽出された属性に対応する標準テンプレートを選択
する属性情報対応チェックルール標準テンプレート抽出
部、14は抽出された標準テンプレートを記憶する抽出
後標準テンプレート記憶部、15は抽出されたテンプレ
ートに対して属性パラメータを設定する属性パラメータ
設定部、16はパラメータ設定が完了した標準テンプレ
ートを結合する標準テンプレート結合部、17は文書の
チェックを行う申請書チェックルールファイル6を出力
するチェックルールファイル出力部である。
Further, 12 is an attribute information extracting unit for extracting an attribute string in the XML design document, 13 is an attribute information extracting unit 12 using the check rule standard template database 3 in which the check rule standard template is registered in advance. Attribute information correspondence check rule standard template extraction unit for selecting a standard template corresponding to the extracted attribute, 14 is a post-extraction standard template storage unit that stores the extracted standard template, and 15 is an attribute parameter for the extracted template. An attribute parameter setting unit 16 is set, a standard template combining unit 16 combines standard templates whose parameter settings have been completed, and a check rule file output unit 17 outputs an application check rule file 6 for checking documents.

【0016】次に、この発明の実施の形態1に係る電子
申請書作成ツールおよび方法を説明する。図10に示す
従来例では、XML作成ツールと呼ばれるものは存在し
ていても、DTDやチェックルールファイルを自動生成
するツールはなく、手作業にて開発を行っていたのが実
情である。図1に示すこの発明では、申請書XML4、
申請書DTD5、申請書チェックルールファイル6を同
時に自動生成することが可能である。
Next, an electronic application form creating tool and method according to the first embodiment of the present invention will be described. In the conventional example shown in FIG. 10, although a tool called an XML creation tool exists, there is no tool for automatically generating a DTD or a check rule file, and the development is performed manually. In the present invention shown in FIG. 1, the application form XML4,
It is possible to automatically generate the application form DTD5 and the application form check rule file 6 at the same time.

【0017】図2に示す実施の形態1において、XML
設計書1は、図3に示す如く、例えば表計算ソフトウェ
アによって作成されている設計書である。このXML設
計書1は、XML設計書読込部7で読込まれた後に、X
ML設計書記憶部8に格納される。タグ情報抽出部9で
は、図3においてあらかじめ指定された項目名列(図3
の符号A)のタグ名を取得し、その内容をも記憶してい
る。また、属性情報抽出部12では、図3においてあら
かじめ指定された属性列(図3の符号B,C,D,E)
のチェック対象名を取得し、その内容をも記憶してい
る。
In the first embodiment shown in FIG. 2, XML is used.
Design document 1 is a design document created by, for example, spreadsheet software, as shown in FIG. This XML design document 1 is read by the XML design document reading unit 7 and then X
It is stored in the ML design document storage unit 8. In the tag information extraction unit 9, the item name string previously designated in FIG. 3 (see FIG.
The code name A) of the tag is acquired, and the content thereof is also stored. Further, in the attribute information extraction unit 12, the attribute string previously designated in FIG. 3 (reference characters B, C, D, E in FIG. 3)
The check target name of is acquired and the contents are also stored.

【0018】なお、図3に示すXML設計書の例におい
て、本方式のツールで対象とする列を明らかにしてい
る。図中、Aは項目名をタグ名として解釈する。Bはチ
ェックルール生成の対象列であり、チェック対象名は半
角/全角である。Cはチェックルール生成の対象列であ
り、チェック対象名はデータ型である。Dはチェックル
ール生成の対象列であり、チェック対象名はバイト数で
ある。Eはチェックルール生成の対象列であり、チェッ
ク対象名は必須/任意である。
In the example of the XML design document shown in FIG. 3, the columns targeted by the tool of this system are clarified. In the figure, A interprets the item name as a tag name. B is a check rule generation target column, and the check target name is one-byte / two-byte. C is a check rule generation target column, and the check target name is a data type. D is a check rule generation target column, and the check target name is the number of bytes. E is a check rule generation target column, and the check target name is indispensable / optional.

【0019】抽出されたタグ名、属性情報毎に、属性情
報対応チェックルール標準テンプレートデータベース3
から、属性情報対応チェックルール標準テンプレート抽
出部13によって、標準テンプレートを選択し、抽出後
標準テンプレート記憶部14へ格納する。属性パラメー
タ設定部15にて、既に抽出され記憶されている属性情
報の内容を設定し、標準テンプレート結合部16へ引き
渡す。
Attribute information corresponding check rule standard template database 3 for each extracted tag name and attribute information
Then, the attribute information correspondence check rule standard template extraction unit 13 selects a standard template and stores it in the standard template storage unit 14 after extraction. The attribute parameter setting unit 15 sets the content of the attribute information that has already been extracted and stored, and delivers it to the standard template combining unit 16.

【0020】抽出されたタグ名、属性情報毎に、全ての
テンプレートが決定された時点で、標準テンプレート結
合部16にて、パラメータ設定済み標準テンプレートを
結合し、チェックルールファイル出力部17にて出力
し、申請書チェックルールファイル6を生成する。
When all the templates are determined for each of the extracted tag name and attribute information, the standard template combination unit 16 combines the parameter-set standard templates and outputs the check rule file output unit 17. Then, the application check rule file 6 is generated.

【0021】また、タグ情報抽出部9からXML自動生
成部10によって、図4に示すような申請書XML4を
自動生成する。同じく、タグ情報抽出部9から、DTD
自動生成部11によって、図5に示すような申請書DT
D5を自動生成する。
Further, the application XML 4 as shown in FIG. 4 is automatically generated by the tag information extraction unit 9 and the XML automatic generation unit 10. Similarly, from the tag information extraction unit 9, the DTD
The application form DT as shown in FIG.
Automatically generate D5.

【0022】従って、上記実施の形態1によれば、図3
に示すXML設計書1を入力すると、自動的に、図4に
示すXML、図5に示すDTDと同時に、図6に示すテ
ンプレートの出力例のようなチェックルールファイル6
を生成することが可能となる。なお、図6は、チェック
ルール標準テンプレートデータベース3に登録されたチ
ェックルール標準テンプレートから属性情報として図3
のタグ名Aに対するチェック対象名Dのバイト数の対応
チェックルール標準テンプレートを抽出したときの内容
の例を示し、チェック言語1による記載例である。ここ
で、チェックルール標準テンプレートとしては、例えば
図3に示す如く、タグ名Aに対応したチェック対象名と
して、全角/半角B、データ型C、バイト数D、必須/
任意Eの全角半角チェックテンプレート、データ型チェ
ックテンプレート、バイト数チェックテンプレート、必
須項目チェックテンプレート等がある。
Therefore, according to the first embodiment, as shown in FIG.
When the XML design document 1 shown in FIG. 6 is input, the check rule file 6 such as the output example of the template shown in FIG. 6 is automatically generated simultaneously with the XML shown in FIG. 4 and the DTD shown in FIG.
Can be generated. Note that FIG. 6 shows attribute information from the check rule standard template registered in the check rule standard template database 3.
The example of the contents when the check rule standard template corresponding to the number of bytes of the check target name D with respect to the tag name A of is extracted is shown. Here, as the check rule standard template, for example, as shown in FIG. 3, as the check target name corresponding to the tag name A, full-width / half-width B, data type C, number of bytes D, required /
There are arbitrary E full-width / half-width check templates, data type check templates, byte count check templates, mandatory item check templates, and the like.

【0023】実施の形態2.図7は、この発明の実施の
形態2に係る電子申請書作成ツールおよび方法の処理構
成を処理手順に従って示すブロック図である。図7に示
す実施の形態2に係る電子申請書作成ツールの処理構成
は、図2に示す実施の形態1に係る処理構成に対して、
チェックルール標準テンプレートデータベース3にテン
プレートを登録する手段および登録されたテンプレート
を切り替える手段が追加されている。すなわち、図7に
おいて、図2に示す実施の形態1と同一部分は同一符号
を付してその説明は省略し、新たな符号として、18は
チェックルール標準テンプレートデータベース3へ標準
テンプレートを入力するための入力部、19は入力され
たテンプレートを編集するチェックルール標準テンプレ
ート編集部、20は編集されたチェックルール標準テン
プレートを登録する登録部、21は複数のチェックルー
ル標準テンプレートを切り替えるためのチェックルール
標準テンプレートグループ切替部であり、これら構成が
追加されている。
Embodiment 2. FIG. 7 is a block diagram showing a processing configuration of an electronic application form creating tool and method according to the second embodiment of the present invention according to a processing procedure. The processing configuration of the electronic application form creation tool according to the second embodiment shown in FIG. 7 differs from the processing configuration according to the first embodiment shown in FIG.
A means for registering the template in the check rule standard template database 3 and a means for switching the registered template are added. That is, in FIG. 7, the same parts as those of the first embodiment shown in FIG. 2 are designated by the same reference numerals and the description thereof will be omitted. Input section, 19 is a check rule standard template editing section for editing the input template, 20 is a registration section for registering the edited check rule standard template, and 21 is a check rule standard for switching a plurality of check rule standard templates. It is a template group switching unit, and these components are added.

【0024】図7に示す構成では、図2に対して、チェ
ックルール標準テンプレートデータベース3を編集可能
としている。また、チェックルール標準テンプレートグ
ループ切替部21によって、標準テンプレートのグルー
プを選択可能とし、図8に示すチェック言語2によるテ
ンプレート、図9に示すチェック言語3によるテンプレ
ートも同時に扱うことを可能としている。この方式によ
って、言語毎の制約を受けることなく、様々な言語のチ
ェックルールファイルを生成することが可能となる。
In the configuration shown in FIG. 7, the check rule standard template database 3 can be edited as compared with FIG. Further, the check rule standard template group switching unit 21 makes it possible to select a group of standard templates, and it is possible to handle a template in the check language 2 shown in FIG. 8 and a template in the check language 3 shown in FIG. 9 at the same time. By this method, it is possible to generate check rule files in various languages without being restricted by each language.

【0025】上述した実施の形態1と2を実現するため
の構成をクライアントのデータベースを格納し、クライ
アント単独で動作させることが可能であり、またはネッ
トワーク型に適用しサーバにデータベースを格納するこ
とでデータベースの一元管理、作成された様式の一元管
理が可能となる。上記各実施の形態においては、マーク
アップ言語で記述したが、この発明に適用できれば、他
の言語を用いても良い。
The configuration for realizing the first and second embodiments described above can be stored in the database of the client and operated by the client alone, or can be applied to the network type and the database can be stored in the server. It is possible to centrally manage the database and the created format. In each of the above-described embodiments, the markup language is described, but other languages may be used as long as they can be applied to the present invention.

【0026】[0026]

【発明の効果】以上のように、この発明によれば、電子
申請書を作成する際、あらかじめチェックするためのル
ールを記述する言語において、標準のテンプレートをチ
ェックルール標準テンプレートデータベースに登録して
おき、設計書からタグ情報、属性情報を読み込み、合致
するテンプレートを選択することでチェックファイルを
申請書データ構造及び文書型定義と同時に生成すること
ができる。
As described above, according to the present invention, a standard template is registered in the check rule standard template database in a language that describes rules for checking in advance when creating an electronic application form. By reading the tag information and the attribute information from the design document and selecting the matching template, the check file can be generated at the same time as the application data structure and the document type definition.

【0027】また、チェックルール標準テンプレート
を、設計書の属性情報に対応させることで、言語に依存
することなくテンプレートを登録することが可能とな
る。
Further, by making the check rule standard template correspond to the attribute information of the design document, it becomes possible to register the template without depending on the language.

【0028】さらに、チェックルール標準テンプレート
データベースを編集可能とすると共に、切替部によって
標準テンプレートのグループを選択可能とすることで、
異なるチェック言語テンプレートを同時に扱うことを可
能とすることができ、言語毎の制約を受けることなく、
様々な言語のチェックルールファイルを生成することが
可能となる。
Further, by making the check rule standard template database editable and selecting the group of standard templates by the switching unit,
It is possible to handle different check language templates at the same time, without being restricted by each language,
It is possible to generate check rule files in various languages.

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

【図1】 この発明に係る電子申請書作成ツールおよび
方法の概要を示す図である。
FIG. 1 is a diagram showing an outline of an electronic application form creation tool and method according to the present invention.

【図2】 この発明の実施の形態1に係る電子申請書作
成ツールおよび方法の処理構成を処理手順に従って示す
ブロック図である。
FIG. 2 is a block diagram showing the processing configuration of the electronic application form creation tool and method according to the first embodiment of the present invention in accordance with the processing procedure.

【図3】 図2のXML設計書1の例を示す図である。FIG. 3 is a diagram showing an example of XML design document 1 of FIG.

【図4】 図2のXML自動生成部10によって生成さ
れる申請書XML4の説明図である。
FIG. 4 is an explanatory diagram of an application form XML4 generated by the automatic XML generation unit 10 of FIG.

【図5】 図2のDTD自動生成部11によって生成さ
れる申請書DTD5の説明図である。
5 is an explanatory diagram of an application form DTD5 generated by the DTD automatic generation unit 11 of FIG.

【図6】 チェック言語1によるテンプレートの例を示
す説明図である。
FIG. 6 is an explanatory diagram showing an example of a template in check language 1.

【図7】 この発明の実施の形態2に係る電子申請書作
成ツールおよび方法の処理構成を処理手順に従って示す
ブロック図である。
FIG. 7 is a block diagram showing a processing configuration of an electronic application form creating tool and method according to a second embodiment of the present invention according to a processing procedure.

【図8】 チェック言語2によるテンプレートの例を示
す説明図である。
FIG. 8 is an explanatory diagram showing an example of a template in check language 2.

【図9】 チェック言語3によるテンプレートの例を示
す説明図である。
FIG. 9 is an explanatory diagram showing an example of a template in check language 3.

【図10】 手作業によるDTD作成、チェックルール
ファイル作成の従来例を示す説明図である。
FIG. 10 is an explanatory diagram showing a conventional example of manual DTD creation and check rule file creation.

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

1 XML設計書、3 チェックルール標準テンプレー
トデータベース、4申請書XML、5 申請書DTD、
6 申請書チェックルールファイル、7 XML設計書
読込部、8 XML設計書記憶部、9 タグ情報抽出
部、10 XML自動生成部、11 DTD自動生成
部、12 属性情報抽出部、13 属性情報対応チェッ
クルール標準テンプレート抽出部、14 抽出後標準テ
ンプレート記憶部、15 属性パラメータ設定部、16
標準テンプレート統合部、17チェックルールファイ
ル出力部、18 入力部、19 チェックルール標準テ
ンプレート編集部、20 チェックルール標準テンプレ
ート登録部、21 チェックルール標準テンプレートグ
ループ切替部。
1 XML design document, 3 check rule standard template database, 4 application XML, 5 application DTD,
6 application check rule file, 7 XML design document reading unit, 8 XML design document storage unit, 9 tag information extraction unit, 10 XML automatic generation unit, 11 DTD automatic generation unit, 12 attribute information extraction unit, 13 attribute information correspondence check Rule standard template extraction unit, 14 Standard template storage unit after extraction, 15 Attribute parameter setting unit, 16
Standard template integration section, 17 check rule file output section, 18 input section, 19 check rule standard template editing section, 20 check rule standard template registration section, 21 check rule standard template group switching section.

─────────────────────────────────────────────────────
─────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成15年3月20日(2003.3.2
0)
[Submission date] March 20, 2003 (2003.3.2
0)

【手続補正1】[Procedure Amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】発明の名称[Name of item to be amended] Title of invention

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【発明の名称】 電子申請書作成ツール及び電子申請書
作成方法並びに電子申請書作成プログラム
Title of invention Electronic application creation tool, electronic application creation method , and electronic application creation program

【手続補正2】[Procedure Amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】特許請求の範囲[Name of item to be amended] Claims

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【特許請求の範囲】[Claims]

【手続補正3】[Procedure 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0012[Correction target item name] 0012

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0012】さらに、前記データベースに異なるチェッ
ク言語による複数のチェックルール標準テンプレートを
登録する登録ステップと、複数のチェックルール標準テ
ンプレートを切り替えるための切替ステップとをさらに
備えたことを特徴とするものである。また、この発明に
係る電子申請書作成プログラムは、コンピュータにマー
クアップ言語を用いて申請書の様式を電子化する電子申
請書作成プログラムであって、設計書を読み取る設計書
読取手順と、読み取られた設計書内のタグ情報を抽出す
るタグ情報抽出手順と、前記タグ情報に基づいて申請書
のデータ構造を生成するデータ構造生成手順と、前記タ
グ情報に基づいて前記マークアップ言語に対応した文書
型定義を生成す文書型定義生成手順と、読み取られた設
計書内の属性情報を抽出する属性情報抽出手順と、チェ
ックルール標準テンプレートが予め登録されているデー
タベースから抽出された属性に対応するチェックルール
標準テンプレートを選択する標準テンプレート抽出手順
と、抽出された標準テンプレートに対して属性パラメー
タを設定して標準テンプレートを結合し文書のチェック
を行うチェックルールファイルを出力するチェックルー
ルファイル出力手順とをコンピュータに実行させるもの
である。また、前記データベースに異なるチェック言語
による複数のチェックルール標準テンプレートを登録す
る登録手順と、複数のチェックルール標準テンプレート
を切り替えるための切替手順とをさらにコンピュータに
実行させるものである。
Further, the present invention is characterized by further comprising a registration step of registering a plurality of check rule standard templates in different check languages in the database and a switching step for switching a plurality of check rule standard templates. . In addition, in this invention
The electronic application creation program is
Electronic submission that digitizes the form of the application form using a backup language
Design document that is a contract creation program and reads the design document
Extract the reading procedure and tag information in the read design document.
Tag information extraction procedure and application form based on the tag information
Data structure generation procedure for generating the data structure of
Document corresponding to the markup language based on the group information
Document type definition generation procedure to generate type definition and read settings
The attribute information extraction procedure for extracting the attribute information in the
Standard rules template is registered in advance.
Check rules corresponding to the attributes extracted from the database
Standard template extraction procedure to select standard template
And the attribute parameters for the extracted standard template.
Check the documents by setting standard data and combining standard templates
Check rule to output a check rule file
File output procedure and what causes a computer to execute
Is. Also, different check languages in the database
Create multiple check rule standard templates with
Registration procedure and multiple check rule standard templates
Switching procedure for switching
It is what is executed.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 マークアップ言語を用いて申請書の様式
を電子化する電子申請書作成ツールにおいて、 設計書を読み取る設計書読取部と、 前記設計書読取部により読み取られた設計書内のタグ情
報を抽出するタグ情報抽出部と、 前記タグ情報に基づいて申請書のデータ構造を生成する
データ構造生成部と、 前記タグ情報に基づいて前記マークアップ言語に対応し
た文書型定義を生成す文書型定義生成部と、 前記設計書読取部により読み取られた設計書内の属性情
報を抽出する属性情報抽出部と、 チェックルール標準テンプレートが予め登録されている
データベースと、 前記属性情報抽出部により抽出された属性に対応するチ
ェックルール標準テンプレートを前記データベースから
選択する標準テンプレート抽出部と、 抽出された標準テンプレートに対して属性パラメータを
設定して標準テンプレートを結合し文書のチェックを行
うチェックルールファイルを出力するチェックルールフ
ァイル出力部とを備えたことを特徴とする電子申請書作
成ツール。
1. An electronic application creation tool for digitizing an application form using a markup language, wherein a design document reading unit for reading a design document and a tag in the design document read by the design document reading unit. A tag information extraction unit that extracts information, a data structure generation unit that generates a data structure of an application based on the tag information, and a document that generates a document type definition corresponding to the markup language based on the tag information A type definition generation unit, an attribute information extraction unit that extracts attribute information in the design document read by the design document reading unit, a database in which check rule standard templates are registered in advance, and the attribute information extraction unit extracts Standard rule extracting section for selecting the check rule standard template corresponding to the selected attribute from the database, and the extracted standard template. Electronic application form creation tool that is characterized in that a check rule file output unit configured to output a check rule file to set the attribute parameter to check the document combines the standard template for the rate.
【請求項2】 請求項1に記載の電子申請書作成ツール
において、 前記データベースに登録されているチェックルール標準
テンプレートは、タグ情報に対し全角/半角、データ
型、バイト数、固定/選択、必須/任意のチェック対象
情報が対応したテンプレートであることを特徴とする電
子申請書作成ツール。
2. The electronic application form creation tool according to claim 1, wherein the check rule standard template registered in the database is full-width / half-width, data type, number of bytes, fixed / selected, required for tag information. / An electronic application form creation tool, which is a template to which any information to be checked corresponds.
【請求項3】 請求項1または2に記載の電子申請書作
成ツールにおいて、 前記データベースに異なるチェック言語による複数のチ
ェックルール標準テンプレートを前記データベースに登
録する登録部と、 複数のチェックルール標準テンプレートを切り替えるた
めの切替部とをさらに備えたことを特徴とする電子申請
書作成ツール。
3. The electronic application creation tool according to claim 1, wherein the database includes a registration unit for registering a plurality of check rule standard templates in different check languages in the database, and a plurality of check rule standard templates. An electronic application creation tool, further comprising a switching unit for switching.
【請求項4】 マークアップ言語を用いて申請書の様式
を電子化する電子申請書作成方法において、 設計書を読み取る設計書読取ステップと、 読み取られた設計書内のタグ情報を抽出するタグ情報抽
出ステップと、 前記タグ情報に基づいて申請書のデータ構造を生成する
データ構造生成ステップと、 前記タグ情報に基づいて前記マークアップ言語に対応し
た文書型定義を生成す文書型定義生成ステップと、 読み取られた設計書内の属性情報を抽出する属性情報抽
出ステップと、 チェックルール標準テンプレートが予め登録されている
データベースから抽出された属性に対応するチェックル
ール標準テンプレートを選択する標準テンプレート抽出
ステップと、 抽出された標準テンプレートに対して属性パラメータを
設定して標準テンプレートを結合し文書のチェックを行
うチェックルールファイルを出力するチェックルールフ
ァイル出力ステップとを備えたことを特徴とする電子申
請書作成方法。
4. An electronic application form creating method for digitizing an application form using a markup language, a design document reading step of reading a design document, and tag information for extracting tag information in the read design document. An extracting step, a data structure generating step of generating a data structure of the application form based on the tag information, a document type definition generating step of generating a document type definition corresponding to the markup language based on the tag information, An attribute information extraction step of extracting attribute information in the read design document; a standard template extraction step of selecting a check rule standard template corresponding to the attribute extracted from the database in which the check rule standard template is registered in advance; Standard template by setting attribute parameters for the extracted standard template Electronic application creation method is characterized in that a check rule file output step of outputting a check rule file combine checks the document.
【請求項5】 請求項4に記載の電子申請書作成方法に
おいて、 前記データベースに登録されているチェックルール標準
テンプレートは、タグ情報に対し全角/半角、データ
型、バイト数、固定/選択、必須/任意のチェック対象
情報が対応したテンプレートであることを特徴とする電
子申請書作成方法。
5. The electronic application form creation method according to claim 4, wherein the check rule standard template registered in the database is full-width / half-width, data type, number of bytes, fixed / selected for tag information. / An electronic application creation method characterized in that any check target information is a corresponding template.
【請求項6】 請求項4または5に記載の電子申請書作
成方法において、 前記データベースに異なるチェック言語による複数のチ
ェックルール標準テンプレートを登録する登録ステップ
と、 複数のチェックルール標準テンプレートを切り替えるた
めの切替ステップとをさらに備えたことを特徴とする電
子申請書作成方法。
6. The electronic application creation method according to claim 4, wherein a registration step of registering a plurality of check rule standard templates in different check languages in the database, and a method of switching a plurality of check rule standard templates A method for preparing an electronic application form, further comprising a switching step.
JP2002085614A 2002-03-26 2002-03-26 Electronic application form preparing tool, method and program for preparing electronic application form Pending JP2003281123A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002085614A JP2003281123A (en) 2002-03-26 2002-03-26 Electronic application form preparing tool, method and program for preparing electronic application form

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002085614A JP2003281123A (en) 2002-03-26 2002-03-26 Electronic application form preparing tool, method and program for preparing electronic application form

Publications (1)

Publication Number Publication Date
JP2003281123A true JP2003281123A (en) 2003-10-03

Family

ID=29232511

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002085614A Pending JP2003281123A (en) 2002-03-26 2002-03-26 Electronic application form preparing tool, method and program for preparing electronic application form

Country Status (1)

Country Link
JP (1) JP2003281123A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006023867A (en) * 2004-07-07 2006-01-26 Nec Infrontia Corp Event information management system, event information management device, and event information management method for use therewith
JP2009527851A (en) * 2006-02-24 2009-07-30 マイクロソフト コーポレーション EDI instance-based transaction set definition
CN110347373A (en) * 2019-05-29 2019-10-18 中车工业研究院有限公司 The method and device of rapid build Corporation R & D design environment under the conditions of outer net

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006023867A (en) * 2004-07-07 2006-01-26 Nec Infrontia Corp Event information management system, event information management device, and event information management method for use therewith
JP2009527851A (en) * 2006-02-24 2009-07-30 マイクロソフト コーポレーション EDI instance-based transaction set definition
CN110347373A (en) * 2019-05-29 2019-10-18 中车工业研究院有限公司 The method and device of rapid build Corporation R & D design environment under the conditions of outer net

Similar Documents

Publication Publication Date Title
US10067931B2 (en) Analysis of documents using rules
JP4291999B2 (en) Document creation system and creation management program
US6950984B2 (en) Method, system for, and program product for generating a display rule for a structured document, and for changing a structured document and its document type definition
EP1325432B1 (en) Method of and software for recordal and validation of changes to markup language files
AU2006200047B2 (en) Data store for software application documents
US6799299B1 (en) Method and apparatus for creating stylesheets in a data processing system
US10095672B2 (en) Method and apparatus for synchronizing financial reporting data
US20060156220A1 (en) System and method for managing dynamic content assembly
US20040221233A1 (en) Systems and methods for report design and generation
US20030037076A1 (en) Method, computer program and system for style sheet generation
US20050235202A1 (en) Automatic graphical layout printing system utilizing parsing and merging of data
US20040015782A1 (en) Templating method for automated generation of print product catalogs
AU2001270901A1 (en) Method of and software for recordal and validation of changes to markup language files
US7475337B1 (en) Generating structured documents by associating document elements in a first display with displayed document type definitions in a second display
US9817887B2 (en) Universal text representation with import/export support for various document formats
US20070067336A1 (en) Electronic publishing system and method for managing publishing requirements in a neutral format
RU2332708C1 (en) METHOD OF CREATION XML-DOCUMENTS IN Web-BROWSER
JP4012234B2 (en) Document creation system, document creation method and document creation program
US8423888B2 (en) Document conversion and use system
US20050050444A1 (en) Cross-reference generation
JP2012098878A (en) Business form creation processing system and business form creation processing method and program
JPH05101054A (en) Document preparation supporting system by synthesizing component
JP2003281123A (en) Electronic application form preparing tool, method and program for preparing electronic application form
JP2002288153A (en) Application-independent data forming method, information processing program, and layout information processing system
JP2975650B2 (en) Procedure management device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050706

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051122

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060314