JP5091802B2 - Image forming apparatus and image forming system - Google Patents

Image forming apparatus and image forming system Download PDF

Info

Publication number
JP5091802B2
JP5091802B2 JP2008211766A JP2008211766A JP5091802B2 JP 5091802 B2 JP5091802 B2 JP 5091802B2 JP 2008211766 A JP2008211766 A JP 2008211766A JP 2008211766 A JP2008211766 A JP 2008211766A JP 5091802 B2 JP5091802 B2 JP 5091802B2
Authority
JP
Japan
Prior art keywords
data
message
user interface
image forming
schema
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
Application number
JP2008211766A
Other languages
Japanese (ja)
Other versions
JP2010050620A (en
Inventor
孝記 中島
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Document Solutions Inc
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 Kyocera Document Solutions Inc filed Critical Kyocera Document Solutions Inc
Priority to JP2008211766A priority Critical patent/JP5091802B2/en
Priority to US12/239,274 priority patent/US20090086269A1/en
Publication of JP2010050620A publication Critical patent/JP2010050620A/en
Priority to US13/568,669 priority patent/US8467084B2/en
Priority to US13/679,826 priority patent/US8638465B2/en
Application granted granted Critical
Publication of JP5091802B2 publication Critical patent/JP5091802B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、画像形成装置および画像形成システムに関するものである。   The present invention relates to an image forming apparatus and an image forming system.

複合機などの画像形成装置には操作パネルが設置されており、操作パネルは表示装置および入力装置を含む。この表示装置には、ユーザインタフェース画面が表示される。ユーザインタフェース画面は、主にボタンなどの構成部品を有する(例えば、特許文献1参照)。   An image forming apparatus such as a multifunction peripheral is provided with an operation panel, and the operation panel includes a display device and an input device. A user interface screen is displayed on the display device. The user interface screen mainly includes components such as buttons (see, for example, Patent Document 1).

このようなユーザインタフェース画面は、プログラム制御により表示される。ユーザインタフェース画面を表示するためのプログラムは、通常、画像形成装置自体に含まれるAPI(Application Program Interface)を使用してC言語やJAVAなどといったプログラミング言語により記述されたソースファイルをコンパイルして生成される。そして、実行形式のプログラムとして画像形成装置内に予め格納されている。
特開2006−92302号公報
Such a user interface screen is displayed by program control. A program for displaying a user interface screen is usually generated by compiling a source file described in a programming language such as C language or JAVA using an API (Application Program Interface) included in the image forming apparatus itself. The The program is stored in advance in the image forming apparatus as an executable program.
JP 2006-92302 A

上述のように、ユーザインタフェース画面を表示するプログラムは、プログラミング言語で記述されたソースファイルをコンパイルして生成される。したがって、ユーザインタフェース画面をカスタマイズする場合、そのプログラミング言語から実行形式のプログラムを生成する開発環境が必要になるとともに、プログラマ以外の者がソースファイルを変更することが困難である。   As described above, the program for displaying the user interface screen is generated by compiling a source file described in a programming language. Therefore, when customizing the user interface screen, a development environment for generating an executable program from the programming language is required, and it is difficult for a person other than the programmer to change the source file.

本発明は、上記の問題に鑑みてなされたものであり、画像形成装置のユーザインタフェース画面を簡単にカスタマイズすることができる画像形成装置および画像形成システムを得ることを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides an image forming apparatus and an image forming system capable of easily customizing a user interface screen of the image forming apparatus.

上記の課題を解決するために、本発明では以下のようにした。   In order to solve the above problems, the present invention is configured as follows.

本発明に係る画像形成装置は、ユーザインタフェース画面を表示する表示装置と、ユーザインタフェース画面内の構成部品の属性をテキストで記述したユーザインタフェースデータを格納するデータ格納装置と、ユーザインタフェースデータを構文解析して構成部品の属性を特定し、構成部品の属性を反映させたユーザインタフェース画面を表示装置に表示させるUIデータ解析部と、ユーザインタフェースデータに対する編集サービスのインタフェース部分の構文定義とそのサービスに使用するメッセージのプロトコルの指定とを含むサービス定義データに従ってメッセージの構文解析を行うメッセージ処理部と、メッセージ処理部の構文解析の結果によりメッセージから得られる要求に従って編集サービスを実行する制御部と、コンピュータネットワークを介して前記メッセージを受信する受信手段とを備える。そして、ユーザインタフェースデータは、スキーマデータに記述されている構文定義に従ってXMLで記述されており、サービス定義データは、そのスキーマデータを参照しており、メッセージ処理部は、サービス定義データ、およびサービス定義データにおいて参照されているそのスキーマデータに従ってメッセージの構文解析を行う。 An image forming apparatus according to the present invention includes a display device for displaying a user interface screen, a data storage device for storing user interface data in which attributes of components in the user interface screen are described in text, and parsing the user interface data To identify the attributes of the component, and to display the UI interface that reflects the attribute of the component on the display device, the syntax definition of the interface part of the editing service for the user interface data, and the service A message processing unit that parses a message according to service definition data including a protocol specification of the message to be processed, a control unit that executes an editing service according to a request obtained from the message based on a result of the syntax analysis of the message processing unit, And a receiving means for receiving the message via the data network. The user interface data is described in XML according to the syntax definition described in the schema data, the service definition data refers to the schema data, the message processing unit includes service definition data, and service definition Parse the message according to its schema data referenced in the data.

これにより、テキスト形式のユーザインタフェースデータを編集することでユーザインタフェースをカスタマイズすることができる。したがって、画像形成装置のユーザインタフェース画面を簡単にカスタマイズすることができる。また、画像形成装置が、サービスの1つとして、ユーザインタフェースデータの編集を行うので、外部からのメッセージによって、画像形成装置を直接操作することなく、ユーザインタフェースデータを編集することができる。したがって、画像形成装置のユーザインタフェース画面を簡単にカスタマイズすることができる。 Thus, the user interface can be customized by editing the text-format user interface data. Therefore, the user interface screen of the image forming apparatus can be easily customized. Further, since the image forming apparatus edits user interface data as one of the services, the user interface data can be edited by a message from the outside without directly operating the image forming apparatus. Therefore, the user interface screen of the image forming apparatus can be easily customized.

また、本発明に係る画像形成装置は、上記の画像形成装置に加え、次のようにしてもよい。この場合、サービス定義データにおいて指定されているプロトコルは、SOAPであり、受信手段は、HTTPでメッセージを受信する。 The image forming apparatus according to the present invention, in addition to the image forming equipment described above may be as follows. In this case, the protocol specified in the service definition data is SOAP, and the receiving means receives the message by HTTP.

また、本発明に係る画像形成装置は、上記の画像形成装置のいずれかに加え、次のようにしてもよい。この場合、サービス定義データは、WSDLで記述されたXMLデータである。   The image forming apparatus according to the present invention may be configured as follows in addition to any of the image forming apparatuses described above. In this case, the service definition data is XML data described in WSDL.

また、本発明に係る画像形成装置は、上記の画像形成装置のいずれかに加え、次のようにしてもよい。この場合、ユーザインタフェースデータおよびメッセージは、XMLで記述されており、制御部は、メッセージ処理部で抽出された構成部品の属性のXMLテキストでユーザインタフェースデータを更新する。   The image forming apparatus according to the present invention may be configured as follows in addition to any of the image forming apparatuses described above. In this case, the user interface data and the message are described in XML, and the control unit updates the user interface data with the XML text of the component attribute extracted by the message processing unit.

これにより、メッセージからユーザインタフェースデータへの変換が不要となる。   This eliminates the need to convert the message into user interface data.

本発明に係る画像形成システムは、コンピュータネットワークに接続された画像形成装置と、そのコンピュータネットワークに接続された端末装置とを備える。画像形成装置は、ユーザインタフェース画面を表示する表示装置と、ユーザインタフェース画面内の構成部品の属性をテキストで記述したユーザインタフェースデータを格納するデータ格納装置と、ユーザインタフェースデータを構文解析して構成部品の属性を特定し、構成部品の属性を反映させたユーザインタフェース画面を表示装置に表示させるUIデータ解析部と、コンピュータネットワークを介して所定の通信プロトコルでメッセージを受信する受信手段と、ユーザインタフェースデータに対する編集サービスのインタフェース部分の構文定義とそのサービスに使用するメッセージのプロトコルの指定とを含むサービス定義データに従ってメッセージの構文解析を行うメッセージ処理部と、メッセージ処理部の構文解析の結果によりメッセージから得られる要求に従って編集サービスを実行する制御部とを有する。端末装置は、コンピュータネットワークを介して所定の通信プロトコルでメッセージを送信する送信手段を有する。そして、ユーザインタフェースデータは、スキーマデータに記述されている構文定義に従ってXMLで記述されており、サービス定義データは、そのスキーマデータを参照しており、メッセージ処理部は、サービス定義データ、およびサービス定義データにおいて参照されているそのスキーマデータに従ってメッセージの構文解析を行う。 An image forming system according to the present invention includes an image forming apparatus connected to a computer network, and a terminal device connected to the computer network. An image forming apparatus includes: a display device that displays a user interface screen; a data storage device that stores user interface data in which attributes of components in the user interface screen are described in text; and a component that parses user interface data A UI data analysis unit that displays a user interface screen reflecting the attribute of the component and reflecting the attribute of the component, a receiving unit that receives a message with a predetermined communication protocol via a computer network, and user interface data and a message processing unit which performs parsing of the message according to the service definition data including the designation of the message to be used in the syntax definition and service interface portion of the editing service protocols against the, as a result of the syntactic analysis of the message processing unit And a control section for executing editing service according to the request obtained from the message. The terminal device has transmission means for transmitting a message with a predetermined communication protocol via a computer network. The user interface data is described in XML according to the syntax definition described in the schema data, the service definition data refers to the schema data, the message processing unit includes service definition data, and service definition Parse the message according to its schema data referenced in the data.

これにより、テキスト形式のユーザインタフェースデータを編集することでユーザインタフェースをカスタマイズすることができる。また、画像形成装置が、サービスの1つとして、ユーザインタフェースデータの編集を行うので、外部からのメッセージによって、画像形成装置を直接操作することなく、ユーザインタフェースデータを編集することができる。したがって、画像形成装置のユーザインタフェース画面を簡単にカスタマイズすることができる。   Thus, the user interface can be customized by editing the text-format user interface data. Further, since the image forming apparatus edits user interface data as one of the services, the user interface data can be edited by a message from the outside without directly operating the image forming apparatus. Therefore, the user interface screen of the image forming apparatus can be easily customized.

また、本発明に係る画像形成システムは、上記の画像形成システムに加え、次のようにしてもよい。この場合、データ格納装置は、スキーマデータを格納する。端末装置は、スキーマデータの一部または全部を画像形成装置から取得して構成部品の属性の1または複数の項目を特定するスキーマデータ取得部を備える。送信手段は、スキーマデータ取得部により特定された1または複数の項目の一部または全部に値を設定するメッセージを送信する。 In addition to the above-described image forming system, the image forming system according to the present invention may be configured as follows. In this case, the data storage device stores the schema data. The terminal device includes a schema data acquisition unit that acquires part or all of the schema data from the image forming apparatus and identifies one or more items of the attribute of the component. The transmission means transmits a message for setting a value in a part or all of one or a plurality of items specified by the schema data acquisition unit.

これにより、端末装置に予め構成部品の属性項目を保持しておかなくても、カスタマイズを実行することができる。   Thereby, the customization can be executed even if the attribute items of the component parts are not held in the terminal device in advance.

また、本発明に係る画像形成システムは、上記の画像形成システムのいずれかに加え、次のようにしてもよい。この場合、データ格納装置は、スキーマデータを格納する。端末装置は、スキーマデータの一部または全部を画像形成装置から取得して構成部品の属性に対する1または複数の許容値を特定するスキーマデータ取得部を備える。送信手段は、スキーマデータ取得部により特定された1または複数の許容値から選択された値をその構成部品の属性に設定するメッセージを送信する。 In addition to any of the image forming systems described above, the image forming system according to the present invention may be as follows. In this case, the data storage device stores the schema data. The terminal device includes a schema data acquisition unit that acquires a part or all of the schema data from the image forming apparatus and identifies one or a plurality of allowable values for the component attributes. The transmission means transmits a message for setting a value selected from one or more allowable values specified by the schema data acquisition unit as an attribute of the component.

これにより、端末装置に予め構成部品の属性の許容値を保持しておかなくても、カスタマイズを実行することができる。   Thereby, the customization can be executed even if the terminal device does not hold the allowable value of the attribute of the component in advance.

また、本発明に係る画像形成システムは、上記の画像形成システムに加え、次のようにしてもよい。この場合、メッセージは、XMLで記述されており、スキーマデータは、XMLスキーマで記述されたXMLデータであり、制御部は、メッセージ処理部で抽出された構成部品の属性のXMLテキストでユーザインタフェースデータを更新する。
In addition to the above-described image forming system, the image forming system according to the present invention may be configured as follows. In this case, message is written in XML, schema data is XML data described in XML schema, the control unit includes a user interface in XML text attribute of the component extracted by the message processing unit Update the data.

これにより、端末装置に予めメッセージの構文定義を保持しておかなくても、カスタマイズを実行することができる。   As a result, customization can be executed even if the terminal device does not hold the syntax definition of the message in advance.

また、本発明に係る画像形成システムは、上記の画像形成システムに加え、次のようにしてもよい。この場合、データ格納装置は、ユーザインタフェース画面のデフォルトデータをそれぞれ含む複数のテンプレートファイルを格納する。送信手段は、複数のテンプレートファイルのうちの1つのテンプレートファイルを指定し、指定したテンプレートファイルのデフォルトデータを、ユーザインタフェースデータにおける1つのユーザインタフェース画面のデータとするメッセージを送信する。   In addition to the above-described image forming system, the image forming system according to the present invention may be configured as follows. In this case, the data storage device stores a plurality of template files each including default data of the user interface screen. The transmission means designates one template file among a plurality of template files, and sends a message having the default data of the designated template file as data of one user interface screen in the user interface data.

これにより、テンプレートを使用することで、複雑なカスタマイズを容易に実行することができる。   Thereby, complicated customization can be easily performed by using a template.

本発明によれば、画像形成装置のユーザインタフェース画面を簡単にカスタマイズすることができる。   According to the present invention, the user interface screen of the image forming apparatus can be easily customized.

以下、図に基づいて本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明の実施の形態に係る画像形成装置としての複合機1を含む画像形成システムの構成を示すブロック図である。このシステムでは、複合機1は、コンピュータネットワーク2に接続され、コンピュータネットワーク2に接続された端末装置3また複合機1の操作パネル11を操作するユーザにより利用される。このため、ユーザ操作によりサービスの実行が要求されると、端末装置3と複合機1との間または複合機1内部で要求および応答のメッセージが送受される。   FIG. 1 is a block diagram showing a configuration of an image forming system including a multifunction machine 1 as an image forming apparatus according to an embodiment of the present invention. In this system, the multifunction device 1 is connected to a computer network 2 and is used by a user who operates a terminal device 3 connected to the computer network 2 or an operation panel 11 of the multifunction device 1. For this reason, when execution of a service is requested by a user operation, request and response messages are transmitted and received between the terminal device 3 and the multifunction device 1 or inside the multifunction device 1.

図1において、複合機1は、操作パネル11、印刷装置12、画像読取装置13、ファクシミリ装置14、データ格納装置15、通信装置16およびコンピュータ17を有する。   In FIG. 1, the multifunction device 1 includes an operation panel 11, a printing device 12, an image reading device 13, a facsimile device 14, a data storage device 15, a communication device 16, and a computer 17.

操作パネル11は、液晶ディスプレイなどの表示装置11aと、物理的なユーザ操作を電気的に検出する入力装置11bとを有するユーザインタフェース装置である。入力装置11bとしては、キースイッチ、表示装置の画面上に配置された透明なタッチパネルなどが使用される。   The operation panel 11 is a user interface device having a display device 11a such as a liquid crystal display and an input device 11b that electrically detects a physical user operation. As the input device 11b, a key switch, a transparent touch panel arranged on the screen of the display device, or the like is used.

印刷装置12は、画像読取装置13により生成された文書データ、図示せぬ文書ボックスに格納されている文書データ、端末装置3から受信された文書データなどに基づき文書画像を印刷する内部装置である。なお、文書データは、所定のフォーマットの画像データである。   The printing device 12 is an internal device that prints a document image based on document data generated by the image reading device 13, document data stored in a document box (not shown), document data received from the terminal device 3, and the like. . The document data is image data in a predetermined format.

画像読取装置13は、自動原稿給紙装置により給紙されてきた原稿またはユーザにより載置された原稿の片面または両面に対して光を照射しその反射光等を受光して原稿の画像を読み取り文書データとして出力する内部装置である。   The image reading device 13 irradiates light on one or both sides of a document fed by an automatic document feeder or a document placed by a user and receives reflected light or the like to read an image of the document. An internal device that outputs document data.

ファクシミリ装置14は、モデムを有し、画像読取装置13により生成された文書データまたは文書ボックスに格納されている文書データからファクシミリ信号を生成し、電話回線などを介して送信するとともに、ファクシミリ信号を受信し、受信した信号から文書データを生成する内部装置である。   The facsimile apparatus 14 has a modem, generates a facsimile signal from the document data generated by the image reading apparatus 13 or the document data stored in the document box, transmits the facsimile signal via a telephone line, and transmits the facsimile signal. It is an internal device that receives and generates document data from the received signal.

データ格納装置15は、サービス定義データ15a、スキーマデータ15b、ユーザインタフェースデータ15c、テンプレートファイル15d、コンピュータ17で実行される図示せぬプログラム、文書データなどを格納する装置である。データ格納装置15には、ハードディスクドライブ、不揮発性メモリなどといった、読み書き可能な記録媒体を駆動する装置が使用される。   The data storage device 15 is a device for storing service definition data 15a, schema data 15b, user interface data 15c, template file 15d, a program (not shown) executed by the computer 17, document data, and the like. As the data storage device 15, a device that drives a readable / writable recording medium such as a hard disk drive or a nonvolatile memory is used.

サービス定義データ15aは、サービスの呼び出しおよびその戻り値などを規定するインタフェース部分の構文定義を含み、さらに、そのサービスに使用するメッセージのプロトコルの指定を含むテキストデータである。サービス定義データ15aは、例えばXML(eXtensible Markup Language)で記述される。さらに、サービス定義データ15aは、例えばWSDL(Web Services Description Language)で記述される。なお、サービス定義データ15aは、構文定義を含むデータであり、実際に送受されるメッセージではない。サービス定義データ15aは、1つのファイルとして格納されていてもよいし、複数のファイルとして格納されていてもよい。サービス定義データ15aは、構文定義の記述のためにスキーマ言語を使用する。この実施の形態では、サービス定義データ15aは、構文定義の記述のためにXMLスキーマを使用しており、サービス定義データ15a内で、XMLスキーマで構文定義が直接的に記述されるか、外部のスキーマデータ15bを読み込み間接的に使用するための参照が記述される。   The service definition data 15a is text data including a syntax definition of an interface part that defines a service call, a return value thereof, and the like, and further includes specification of a protocol of a message used for the service. The service definition data 15a is described in XML (eXtensible Markup Language), for example. Further, the service definition data 15a is described in, for example, WSDL (Web Services Description Language). The service definition data 15a is data including a syntax definition, and is not a message that is actually transmitted / received. The service definition data 15a may be stored as one file or may be stored as a plurality of files. The service definition data 15a uses a schema language for description of syntax definition. In this embodiment, the service definition data 15a uses an XML schema for description of the syntax definition. In the service definition data 15a, the syntax definition is described directly in the XML schema, or an external A reference for reading and indirectly using the schema data 15b is described.

スキーマデータ15bは、サービス定義データ15a内で参照される外部のスキーマデータである。スキーマデータ15bは、所定の言語で記述されたテキストデータである。スキーマデータ15bは、1または複数のデータファイルとして格納されている。   The schema data 15b is external schema data referred to in the service definition data 15a. The schema data 15b is text data described in a predetermined language. The schema data 15b is stored as one or more data files.

図2は、WSDLで記述されたサービス定義データ15aの一例を示す図である。また、図3は、サービス定義データで参照されるスキーマデータ15bの一例を示す図である。   FIG. 2 is a diagram illustrating an example of the service definition data 15a described in WSDL. FIG. 3 is a diagram showing an example of schema data 15b referred to by service definition data.

図2に示すサービス定義データ15aは、ユーザインタフェースデータ15cの編集サービスの構文定義を含む。編集サービスでは、ユーザインタフェースデータ15cにおけるユーザインタフェース画面の構成部品の変更、追加および削除を行うことができる。図2に示すサービス定義データ15aは、1つのWSDLのdefinitions要素からなる。definitions要素内にWSDLのtypes要素があり、types要素内で、include要素で、外部のスキーマデータ15bである例えば図3に示すような「panel.xsd」が参照されている。そして、そのdefinitions要素内で、WSDLのmessage要素およびportType要素において、サービスのインタフェース部分である、要求メッセージと応答メッセージの定義が記述されている。さらに、portType要素において、複合機1に要求可能な複数の動作が複数のoperation要素により記述されている。図2では、ユーザインタフェース画面にボタンを追加するためのoperation要素が記述されており、そのoperation要素において、要求メッセージとして「button_request」が定義されており、応答メッセージとして「button_response」が定義されている。また、ユーザインタフェース画面からボタンを削除するためのoperation要素、ユーザインタフェース画面におけるボタンの属性を更新するためのoperation要素などが記述されている。その他、ユーザインタフェース画面に含まれる他の構成部品(例えばリストボックス、テキストボックスなど)についての追加、削除および更新のためのoperation要素が含まれている。   The service definition data 15a shown in FIG. 2 includes the syntax definition of the editing service of the user interface data 15c. In the editing service, it is possible to change, add, and delete components on the user interface screen in the user interface data 15c. The service definition data 15a shown in FIG. 2 includes one WSDL definition element. There is a WSDL types element in the definitions element. In the types element, an include element refers to “panel.xsd” as shown in FIG. 3, which is external schema data 15b. Within the definitions element, the definition of the request message and the response message, which are service interface parts, is described in the WSDL message element and portType element. Further, in the portType element, a plurality of operations that can be requested from the multifunction device 1 are described by a plurality of operation elements. In FIG. 2, an operation element for adding a button is described on the user interface screen. In the operation element, “button_request” is defined as a request message, and “button_response” is defined as a response message. . In addition, an operation element for deleting the button from the user interface screen, an operation element for updating the attribute of the button on the user interface screen, and the like are described. In addition, operation elements for addition, deletion, and update of other components (for example, list box, text box, etc.) included in the user interface screen are included.

そして、そのdefinitions要素内で、WSDLのbinding要素において、そのサービスで使用されるメッセージのプロトコルが指定されている。図2に示すbinding要素では、メッセージに使用するプロトコルとしてSOAPが指定されている。   In the definitions element, the protocol of the message used in the service is specified in the WSDL binding element. In the binding element shown in FIG. 2, SOAP is specified as a protocol used for the message.

また、図3に示すスキーマデータ15bには、要求のメッセージ(button_request)の構文定義および応答のメッセージの構文定義(図示せず)、およびメッセージ内で使用されるパラメータの許容値の定義(図示せず)が記述されている。メッセージの構文定義は、XMLスキーマ(xsd)のelement要素およびcomplexType要素として記述されている。また、パラメータの許容値の定義は、XMLスキーマ(xsd)のsimpleType要素として記述される。さらに、この実施の形態では、スキーマデータ15bには、ユーザインタフェースデータ15cにおけるユーザインタフェース画面の構成部品の属性を記述する際の構文定義が記述されている。メッセージ内でユーザインタフェース画面の構成部品の属性を記述する際にもこの構文定義が使用される。この構文定義には、構成部品が有する属性項目および/またはその属性項目に設定可能な値(許容値)が含まれる。   Further, the schema data 15b shown in FIG. 3 includes a request message (button_request) syntax definition and a response message syntax definition (not shown), and parameter allowable values used in the message (not shown). )) Is described. The message syntax definition is described as an element element and a complexType element of the XML schema (xsd). The definition of the allowable value of the parameter is described as a simpleType element of the XML schema (xsd). Further, in this embodiment, the schema data 15b describes a syntax definition for describing the attributes of the component parts of the user interface screen in the user interface data 15c. This syntax definition is also used when describing the attributes of the components of the user interface screen in the message. This syntax definition includes an attribute item included in the component and / or a value (allowable value) that can be set in the attribute item.

このように、サービスごとにサービス定義データ15aが予め格納されている。また、必要に応じて、外部のスキーマデータ15bが予め格納されている。   Thus, the service definition data 15a is stored in advance for each service. Further, external schema data 15b is stored in advance as required.

また、ユーザインタフェースデータ15cは、操作パネル11の表示装置11aで表示されるユーザインタフェース画面内の構成部品の属性をテキストで記述したものである。
複数のユーザインタフェース画面が使用される場合には、ユーザインタフェース画面ごとに、そのユーザインタフェース画面に含まれる構成部品の属性が記述される。ユーザインタフェースデータ15cは、XMLで記述されており、スキーマデータ15bに記述されている構文定義に従って記述されている。図4は、ユーザインタフェース画面の一例を示す図である。図4に示すユーザインタフェース画面には、構成部品として「設定」テキスト、「コピー」ボタン、「ファクシミリ」ボタンおよび「プリンタ」ボタンが含まれている。図5は、図4に示すユーザインタフェース画面を記述したユーザインタフェースデータ15cの一部である。図5に示すように、1つのユーザインタフェース画面が1つのscreen要素で記述され、screen要素の子要素として、ユーザインタフェース画面の名前を含むscreen_name要素、「設定」テキストの属性を含むscreen_title要素、並びに
「コピー」ボタン、「ファクシミリ」ボタンおよび「プリンタ」ボタンの属性を含む3つのbutton要素が記述されている。button要素は、子要素として、表示属性を含むevent_button要素と、ボタンが操作された際に行う動作を指定するprocedure_string要素とを有する。さらに、event_button要素は、ボタンの識別情報(ボタン名)を含むbutton_name要素と、ボタンの表示名を含むbutton_string要素と、上下方向におけるボタンの上端の座標値を含むbutton_top要素と、左右方向におけるボタンの左端の座標値を含むbutton_left要素と、ボタンの高さを含むbutton_hight要素と、ボタンの幅を含むbutton_width要素とを有する。
In addition, the user interface data 15c describes the attributes of the components in the user interface screen displayed on the display device 11a of the operation panel 11 in text.
When a plurality of user interface screens are used, the attributes of the components included in the user interface screen are described for each user interface screen. The user interface data 15c is described in XML, and is described according to the syntax definition described in the schema data 15b. FIG. 4 is a diagram illustrating an example of a user interface screen. The user interface screen shown in FIG. 4 includes “setting” text, “copy” button, “facsimile” button, and “printer” button as components. FIG. 5 is a part of the user interface data 15c describing the user interface screen shown in FIG. As shown in FIG. 5, one user interface screen is described by one screen element, and as a child element of the screen element, a screen_name element including the name of the user interface screen, a screen_title element including an attribute of “setting” text, and Three button elements including attributes of a “copy” button, a “facsimile” button, and a “printer” button are described. The button element includes, as child elements, an event_button element that includes a display attribute and a procedure_string element that specifies an action to be performed when the button is operated. Further, the event_button element includes a button_name element including button identification information (button name), a button_string element including a button display name, a button_top element including a coordinate value of the upper end of the button in the up-down direction, and a button in the left-right direction. It has a button_left element including the coordinate value of the left end, a button_hight element including the height of the button, and a button_width element including the width of the button.

また、テンプレートファイル15dは、ユーザインタフェース画面の構成部品がXMLで記述されたデフォルトデータである。テンプレートファイル15dも、スキーマデータ15bに記述されている構文定義に従って記述されている。1つのテンプレートファイル15dには、1つのユーザインタフェース画面に含まれる1または複数の構成部品のそれぞれについての属性がデフォルト値とともに記述されている。テンプレートファイル15d内のXMLテキストは、ユーザインタフェースデータ15cのカスタマイズのために、ユーザインタフェースデータ15cに利用可能である。図6〜図10は、テンプレートファイル15dに基づいて表示されるデフォルト画面の例である。図6は、ボタンおよびテキストを構成部品として有するボタン選択型画面の一種であり、図7は、リストを構成部品として有するリスト型画面の一種であり、図8は、数値入力フィールドを構成部品として有する数値入力型画面の一種であり、図9は、テキスト入力フィールドを構成部品として有するテキスト入力型画面の一種であり、図10は、数値増加ボタン、数値減少ボタンおよび数値フィールドを構成部品として有する固定数値入力型画面の一種である。   The template file 15d is default data in which components of the user interface screen are described in XML. The template file 15d is also described according to the syntax definition described in the schema data 15b. In one template file 15d, attributes for each of one or more components included in one user interface screen are described together with default values. The XML text in the template file 15d is available to the user interface data 15c for customization of the user interface data 15c. 6 to 10 are examples of default screens displayed based on the template file 15d. 6 is a kind of a button selection type screen having buttons and text as components, FIG. 7 is a type of a list type screen having a list as components, and FIG. 8 is a numeric input field as a component. FIG. 9 is a type of text input type screen having a text input field as a component, and FIG. 10 has a numeric increase button, a numeric decrease button, and a numeric field as components. It is a kind of fixed numeric input type screen.

通信装置16は、コンピュータネットワーク2に接続され、コンピュータネットワーク2に接続された他の装置(端末装置3など)と通信可能な装置である。通信装置16としては、ネットワークインタフェースカードなどが使用される。   The communication device 16 is a device connected to the computer network 2 and capable of communicating with other devices (such as the terminal device 3) connected to the computer network 2. A network interface card or the like is used as the communication device 16.

コンピュータ17は、図示せぬCPU(Central Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)などを備え、プログラムをRAMにロードし、CPUで実行することにより、各種処理部を実現する装置である。コンピュータ17は、図示せぬプログラムに基づいて、通信処理部21、XML処理部22、制御部23およびドライバ24を実現する。   The computer 17 includes a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and the like (not shown), loads various programs into the RAM, and executes them on the CPU, thereby realizing various processing units. It is a device to do. The computer 17 implements a communication processing unit 21, an XML processing unit 22, a control unit 23, and a driver 24 based on a program (not shown).

通信処理部21は、通信装置16を制御し、コンピュータネットワーク2を介してメッセージを所定の通信プロトコルで送受する処理部である。この実施の形態では、メッセージプロトコルとしてSOAP(Simple Object Access Protocol)が使用されるため、通信プロトコルとしてはTCP/IP(Transmission Control Protocol/Internet Protocol)およびHTTP(Hypertext Transfer Protocol)が使用される。   The communication processing unit 21 is a processing unit that controls the communication device 16 and transmits / receives a message via the computer network 2 using a predetermined communication protocol. In this embodiment, since SOAP (Simple Object Access Protocol) is used as a message protocol, TCP / IP (Transmission Control Protocol / Internet Protocol) and HTTP (Hypertext Transfer Protocol) are used as communication protocols.

XML処理部22は、WSDLで記述されたサービス定義データ15aを読み込み、メッセージ生成部22aおよびメッセージ解析部22bを実現する処理部である。メッセージ生成部22aは、サービス定義データ15aに記述されている構文定義に従って、サービスの結果を示す応答メッセージ、通知メッセージなどのメッセージを生成する。メッセージ解析部22bは、サービスの要求を示す要求メッセージなどのメッセージの構文解析を、サービス定義データ15aに記述されている構文定義に従って行い、メッセージに記述されている要求などを特定する。UIデータ解析部22cは、ユーザインタフェースデータ15cを構文解析して、各ユーザインタフェース画面の各構成部品の属性を特定し、構成部品の属性を反映させたユーザインタフェース画面を表示装置11aに表示させる処理部である。UIデータ解析部22cは、構文解析の結果に基づいてドライバ24にユーザインタフェース画面を表示させる。   The XML processing unit 22 is a processing unit that reads the service definition data 15a described in WSDL and realizes the message generation unit 22a and the message analysis unit 22b. The message generator 22a generates a message such as a response message or a notification message indicating the service result in accordance with the syntax definition described in the service definition data 15a. The message analysis unit 22b performs syntax analysis of a message such as a request message indicating a service request according to the syntax definition described in the service definition data 15a, and specifies a request described in the message. The UI data analysis unit 22c parses the user interface data 15c, specifies the attribute of each component on each user interface screen, and causes the display device 11a to display the user interface screen reflecting the attribute of the component Part. The UI data analysis unit 22c causes the driver 24 to display a user interface screen based on the result of the syntax analysis.

制御部23は、印刷装置12、画像読取装置13、ファクシミリ装置14などといった、サービスを実現する機能を有する内部装置を、XML処理部22により特定された要求に従って制御して、サービスを実行させるとともに、サービスの結果を内部装置から取得し、XML処理部22に供給する処理部である。   The control unit 23 controls an internal device having a function for realizing a service, such as the printing device 12, the image reading device 13, or the facsimile device 14, according to the request specified by the XML processing unit 22 and executes the service. The processing unit obtains the service result from the internal device and supplies it to the XML processing unit 22.

ドライバ24は、操作パネル11のドライバであって、操作パネル11へ入力されたユーザ操作の情報および操作パネル11で表示するユーザインタフェース画面の情報に関して、XML処理部22との間でメッセージの送受を行う処理部である。   The driver 24 is a driver of the operation panel 11, and sends and receives messages to and from the XML processing unit 22 regarding user operation information input to the operation panel 11 and user interface screen information displayed on the operation panel 11. It is a processing part to perform.

また、図1において、端末装置3は、通信装置31、データ格納装置32およびコンピュータ33を有する。端末装置3としては、例えばパーソナルコンピュータが使用される。   In FIG. 1, the terminal device 3 includes a communication device 31, a data storage device 32, and a computer 33. For example, a personal computer is used as the terminal device 3.

通信装置31は、コンピュータネットワーク2に接続され、コンピュータネットワーク2に接続された他の装置(複合機1など)と通信可能な装置である。通信装置31としては、ネットワークインタフェースカードなどが使用される。   The communication device 31 is a device that is connected to the computer network 2 and can communicate with other devices (such as the multifunction device 1) connected to the computer network 2. As the communication device 31, a network interface card or the like is used.

データ格納装置32は、コンピュータ33で実行されるプログラムなどを格納する装置である。データ格納装置32には、ドライバプログラム32aが格納されている。データ格納装置32には、ハードディスクドライブ、不揮発性メモリなどといった、読み書き可能な記録媒体を駆動する装置が使用される。   The data storage device 32 is a device that stores a program executed by the computer 33. The data storage device 32 stores a driver program 32a. As the data storage device 32, a device that drives a readable / writable recording medium such as a hard disk drive or a nonvolatile memory is used.

コンピュータ33は、図示せぬCPU、RAM、ROMなどを備え、プログラムをRAMにロードし、CPUで実行することにより、各種処理部を実現する装置である。コンピュータ32は、ドライバプログラム33aなどのプログラムに基づいて、通信処理部41およびドライバ42を実現する。   The computer 33 is a device that includes a CPU, RAM, ROM, and the like (not shown), implements various processing units by loading a program into the RAM and executing the program by the CPU. The computer 32 implements the communication processing unit 41 and the driver 42 based on a program such as the driver program 33a.

通信処理部41は、通信装置31を制御し、コンピュータネットワーク2を介してメッセージを所定の通信プロトコルで送受する処理部である。この実施の形態では、メッセージとしてSOAPメッセージが使用されるため、通信プロトコルとしてはTCP/IPおよびHTTPが使用される。通信処理部41は、例えば、ユーザインタフェースデータ15cの編集のための要求メッセージを送信する。   The communication processing unit 41 is a processing unit that controls the communication device 31 and transmits and receives messages via the computer network 2 using a predetermined communication protocol. In this embodiment, since a SOAP message is used as a message, TCP / IP and HTTP are used as communication protocols. For example, the communication processing unit 41 transmits a request message for editing the user interface data 15c.

ドライバ42は、コンピュータネットワーク2を介して複合機1を制御するドライバであって、サービスに使用されるメッセージの生成および解析を行う処理部である。また、ドライバ42は、通信処理部41を制御して、サービス定義データ15aおよびスキーマデータ15bの全部または一部を取得してメッセージの構文を特定するとともに、メッセージ内で使用される属性項目および属性項目に設定可能な許容値を特定する。   The driver 42 is a driver that controls the MFP 1 via the computer network 2 and is a processing unit that generates and analyzes messages used for services. In addition, the driver 42 controls the communication processing unit 41 to acquire all or part of the service definition data 15a and the schema data 15b to specify the syntax of the message, and to use attribute items and attributes used in the message. Specify the allowable value that can be set for the item.

次に、上記複合機1におけるユーザインタフェース画面の表示について説明する。   Next, display of a user interface screen in the multifunction machine 1 will be described.

まず、複合機1では、コンピュータ17が起動すると、プログラムが実行され、適宜、通信処理部21、XML処理部22、制御部23およびドライバ24が実現される。   First, in the multifunction device 1, when the computer 17 is started, a program is executed, and the communication processing unit 21, the XML processing unit 22, the control unit 23, and the driver 24 are realized as appropriate.

起動後、UIデータ解析部22cは、所定の初期画面のXMLテキストをユーザインタフェースデータ15cから読み出して構文解析し、その結果に基づいてドライバ24に指令を供給する。ドライバ24は、その指令に従って、表示装置11aに初期画面を表示させる。   After startup, the UI data analysis unit 22c reads the XML text of a predetermined initial screen from the user interface data 15c, parses it, and supplies a command to the driver 24 based on the result. The driver 24 displays an initial screen on the display device 11a according to the command.

その後、入力装置11bによりユーザ操作が検出されると、その操作情報がドライバ24を介してXML処理部22に供給される。UIデータ解析部22cは、そのユーザ操作により画面遷移が必要であると判断すると、次の画面のXMLテキストをユーザインタフェースデータ15cから読み出して構文解析し、その結果に基づいてドライバ24に指令を供給する。ドライバ24は、その指令に従って、画面遷移を実行し、表示装置11aに次の画面を表示させる。   Thereafter, when a user operation is detected by the input device 11 b, the operation information is supplied to the XML processing unit 22 via the driver 24. When the UI data analysis unit 22c determines that a screen transition is necessary by the user operation, the XML data of the next screen is read from the user interface data 15c, parsed, and a command is supplied to the driver 24 based on the result. To do. The driver 24 performs screen transition according to the command, and causes the display device 11a to display the next screen.

以後、同様にして、ユーザ操作または複合機1の状態変化に応じて必要なときに、画面遷移が実行される。   Thereafter, similarly, screen transition is executed when necessary according to a user operation or a change in the state of the multifunction device 1.

次に、上記複合機1におけるユーザインタフェース画面のカスタマイズについて説明する。カスタマイズは、ユーザまたはサービスマンが端末装置3を操作して行う。   Next, customization of the user interface screen in the multifunction machine 1 will be described. The customization is performed by the user or service person operating the terminal device 3.

XML処理部22は、起動後、サービス定義データ15aを読み出し、サービス定義データ15aに基づくメッセージ生成部22aおよびメッセージ解析部22bを実現する。このとき、XML処理部22は、サービス定義データ15aから参照されているスキーマデータ15bも併せて読み出す。   After startup, the XML processing unit 22 reads the service definition data 15a, and implements a message generation unit 22a and a message analysis unit 22b based on the service definition data 15a. At this time, the XML processing unit 22 also reads the schema data 15b referred to from the service definition data 15a.

一方、端末装置3では、コンピュータ33によりドライバプログラム32aなどが実行されることで、通信処理部41およびドライバ42が実現される。   On the other hand, in the terminal device 3, the communication processing unit 41 and the driver 42 are realized by the computer 33 executing the driver program 32 a and the like.

その後、端末装置3において、キーボードなどの図示せぬ入力装置により所定のユーザ操作が検出されると、ユーザによるサービスの要求が発生したと判断され、ドライバ42は、要求のメッセージを複合機1へ送信するための処理を実行する。   Thereafter, when a predetermined user operation is detected by an input device (not shown) such as a keyboard in the terminal device 3, it is determined that a user has requested a service, and the driver 42 sends a request message to the multifunction device 1. Execute the process to send.

ドライバ42は、ユーザの要求の対象であるサービスについてのサービス定義データ15aおよびスキーマデータ15bの全部または一部を複合機1から取得する。このとき、ドライバ42は、通信処理部41を制御して、複合機1の所定のURLへHTTPコマンドを送信し、その応答として、サービス定義データ15aおよびスキーマデータ15bの全部または一部を取得する。例えば、ドライバ42は、サービス定義データ15aおよびスキーマデータ15bを含むデータファイルのURLを指定してもよいし、データ15a,15bの必要な部分のみを抽出し返信するCGI(Common Gate Interface)のURLを指定してもよい。複合機1の通信処理部21が、HTTPサーバ機能を有しており、そのHTTPコマンドを受信し、応答を端末装置3へ送信する。   The driver 42 acquires all or part of the service definition data 15a and schema data 15b for the service that is the target of the user's request from the multi-function device 1. At this time, the driver 42 controls the communication processing unit 41 to transmit an HTTP command to a predetermined URL of the multifunction device 1 and obtains all or part of the service definition data 15a and schema data 15b as a response. . For example, the driver 42 may specify the URL of the data file including the service definition data 15a and the schema data 15b, or the CGI (Common Gate Interface) URL that extracts and returns only the necessary portions of the data 15a and 15b. May be specified. The communication processing unit 21 of the multifunction device 1 has an HTTP server function, receives the HTTP command, and transmits a response to the terminal device 3.

ドライバ42は、取得したサービス定義データ15aおよびスキーマデータ15bの全部または一部に基づいて、そのサービスに使用されるメッセージの構文と、メッセージ内で使用されるパラメータの許容値を特定する。端末装置3のドライバは、ユーザによるサービスの要求が発生すると、そのサービスに関連付けられているメッセージの名称を特定し、そのメッセージの名称に対応するメッセージの構文およびパラメータの許容値を、サービス定義データ15aおよびスキーマデータ15bに基づいて特定する。   Based on all or part of the acquired service definition data 15a and schema data 15b, the driver 42 specifies the syntax of the message used for the service and the allowable value of the parameter used in the message. When a service request is made by the user, the driver of the terminal device 3 specifies the name of the message associated with the service, and specifies the message syntax and parameter allowable values corresponding to the name of the message in the service definition data. Based on 15a and schema data 15b.

そして、ドライバ42は、メッセージ内で使用されるパラメータの許容値のリストを、図示せぬ表示装置に表示させ、その後、図示せぬ入力装置に対するユーザの操作に基づきリストからパラメータの値を選択し、そのパラメータの値を使用した要求のメッセージを生成する。   Then, the driver 42 displays a list of allowable values of parameters used in the message on a display device (not shown), and then selects a parameter value from the list based on a user operation on an input device (not shown). Generate a request message using the value of the parameter.

例えば、ボタンを追加するための、ユーザインタフェース画面の編集サービスの要求が発生した場合、ドライバ42が、図2および図3に示すサービス定義データ15aおよびスキーマデータ15bの一部または全部を取得すると、メッセージ「send_request」内でパラメータ「screen_name」(screen_name要素)、「event_button」(event_button要素)、およびパラメータ「procedure_string」(procedure_string要素)が使用されることを特定し、さらに、そのパラメータ「event_button」における属性項目が「button_name」、「button_string」、「button_top」、「button_left」、「button_hight」および「button_width」であることを特定する。そして、ドライバ42は、パラメータおよび属性項目の値の入力を促す画面を図示せぬ表示装置に表示させる。その後、パラメータおよび属性項目の値についてのテキスト入力が図示せぬ入力装置により検出されると、ドライバ42は、取得したサービス定義データ15aおよびスキーマデータ15bに従って、また、選択されたパラメータの値を使用して、図4に示すような要求のメッセージを生成する。この場合、生成されるメッセージは、SOAPメッセージである。なお、図4は、そのSOAPメッセージのSOAPエンベロープ部分のみを示している。   For example, when a user interface screen editing service request for adding a button occurs, the driver 42 acquires part or all of the service definition data 15a and schema data 15b shown in FIGS. Identifies that the parameter “screen_name” (screen_name element), “event_button” (event_button element), and parameter “procedure_string” (procedure_string element) are used in the message “send_request”, and the attributes in the parameter “event_button” Specify that the items are “button_name”, “button_string”, “button_top”, “button_left”, “button_hight”, and “button_width”. Then, the driver 42 causes a display device (not shown) to display a screen for prompting input of parameters and attribute item values. Thereafter, when a text input regarding the value of the parameter and the attribute item is detected by an input device (not shown), the driver 42 uses the value of the selected parameter according to the acquired service definition data 15a and schema data 15b. Then, a request message as shown in FIG. 4 is generated. In this case, the generated message is a SOAP message. FIG. 4 shows only the SOAP envelope part of the SOAP message.

このように、端末装置3は、サービスを実行する複合機1からサービス定義データ15aなどを取得するため、それらのデータを予め端末装置3内に格納しておく必要がない。例えば、複合機1の機種によってメッセージの構文が異なる場合でも、複合機1の機種毎にサービス定義データ15aなどを端末装置3に格納しておく必要がないため、サービス定義データ15aなどの管理を複合機1について行うだけでよい。   Thus, since the terminal device 3 acquires the service definition data 15a and the like from the multi-function device 1 that executes the service, it is not necessary to store these data in the terminal device 3 in advance. For example, even if the message syntax differs depending on the model of the multifunction device 1, it is not necessary to store the service definition data 15a or the like in the terminal device 3 for each model of the multifunction device 1, and therefore management of the service definition data 15a or the like is performed. It only needs to be performed for the multifunction device 1.

そして、ドライバ42は、通信処理部41に、生成した要求のメッセージを複合機1へ送信させる。このとき、通信処理部41は、通信装置31を制御して、HTTPでそのメッセージをコンピュータネットワーク2へ送信させる。送信されたメッセージは、コンピュータネットワーク2から通信装置16を介して複合機1の通信処理部21により受信される。通信処理部21は、そのメッセージを受信すると、XML処理部22に供給する。   Then, the driver 42 causes the communication processing unit 41 to transmit the generated request message to the multifunction device 1. At this time, the communication processing unit 41 controls the communication device 31 to transmit the message to the computer network 2 by HTTP. The transmitted message is received by the communication processing unit 21 of the multifunction device 1 from the computer network 2 via the communication device 16. When receiving the message, the communication processing unit 21 supplies the message to the XML processing unit 22.

XML処理部22のメッセージ解析部22bは、サービス定義データ15aおよびスキーマデータ15bに従って、そのメッセージの構文解析を行い、そのメッセージを使用するサービスを特定し、メッセージによる要求およびパラメータ値を制御部23に通知する。例えば、メッセージ解析部22bは、図4に示すメッセージを供給されると、そのメッセージがユーザインタフェース画面編集サービスのsend_requestメッセージであること特定するとともに、メッセージ内で指定されているパラメータの値を特定する。そして、メッセージ解析部22bは、ユーザインタフェース画面編集サービスのsend_requestメッセージの受信およびメッセージ内で指定されているパラメータの値を制御部23に通知する。   The message analysis unit 22b of the XML processing unit 22 analyzes the syntax of the message in accordance with the service definition data 15a and the schema data 15b, identifies the service that uses the message, and sends a request and parameter value based on the message to the control unit 23. Notice. For example, when the message analysis unit 22b is supplied with the message shown in FIG. 4, the message analysis unit 22b specifies that the message is a send_request message of the user interface screen editing service, and specifies the value of the parameter specified in the message. . Then, the message analysis unit 22b receives the send_request message of the user interface screen editing service and notifies the control unit 23 of the parameter value specified in the message.

制御部23は、その通知を受け取ると、内部装置を制御し、要求されたサービスを実行させる。例えば、制御部23は、ユーザインタフェース画面編集サービスのsend_requestメッセージの受信およびメッセージ内で指定されているパラメータの値の通知を受け取ると、データ格納装置15に格納されているユーザインタフェースデータ15cの編集を実行する。このとき、制御部23は、構成部品を追加または更新する場合には、受信した要求メッセージ内に記述されている構成部品の記述(XML要素)を、その要求メッセージで指定された画面の構成部品についてのデータとして、そのまま、ユーザインタフェースデータ15cに書き込む。例えば、図11に示すメッセージにおける、event_button要素およびprocedure_string要素の記述は、編集、変換などをすることなく、そのまま、ユーザインタフェースデータ15cに追加される。   Upon receiving the notification, the control unit 23 controls the internal device to execute the requested service. For example, when receiving the send_request message of the user interface screen editing service and the notification of the value of the parameter specified in the message, the control unit 23 edits the user interface data 15c stored in the data storage device 15. Run. At this time, when adding or updating a component, the control unit 23 sets the description (XML element) of the component described in the received request message to the component of the screen specified by the request message. Is written in the user interface data 15c as it is. For example, the description of the event_button element and the procedure_string element in the message shown in FIG. 11 is added to the user interface data 15c as it is without editing or conversion.

そして、制御部23は、サービスの実行が完了したことを検出すると、サービスの結果をXML処理部22のメッセージ生成部22aに通知する。   When the control unit 23 detects that the execution of the service is completed, the control unit 23 notifies the message generation unit 22a of the XML processing unit 22 of the service result.

メッセージ生成部22aは、サービスの結果の通知を制御部23から受け取ると、サービス定義データ15aおよびスキーマデータ15bに従って応答のメッセージを生成する。   When the notification of the service result is received from the control unit 23, the message generation unit 22a generates a response message according to the service definition data 15a and the schema data 15b.

例えば、メッセージ生成部22aは、ユーザインタフェース画面編集サービスの結果の通知として、サービス定義データ15aにおけるユーザインタフェース画面編集サービスのsend_responseメッセージ(つまり、応答メッセージ)の送信要求を受け取ると、サービス定義データ15aおよびスキーマデータ15bに基づいて、応答のSOAPメッセージの構文を特定し、応答のためのSOAPメッセージを生成する。例えば、要求されたユーザインタフェース画面編集サービスが成功したことが制御部23から通知された場合には、例えば図5に示すようなSOAPメッセージが生成される。なお、図5は、そのSOAPメッセージのSOAPエンベロープ部分のみを示している。   For example, when the message generation unit 22a receives a transmission request for a send_response message (that is, a response message) of the user interface screen editing service in the service definition data 15a as a notification of the result of the user interface screen editing service, the service definition data 15a and Based on the schema data 15b, the syntax of the response SOAP message is specified, and the SOAP message for the response is generated. For example, when the control unit 23 notifies that the requested user interface screen editing service is successful, a SOAP message as shown in FIG. 5 is generated. FIG. 5 shows only the SOAP envelope part of the SOAP message.

そして、XML処理部22は、通信処理部21に、生成した応答のメッセージを端末装置3へ送信させる。このとき、通信処理部21は、通信装置16を制御して、HTTPでそのメッセージをコンピュータネットワーク2へ送信させる。送信されたメッセージは、コンピュータネットワーク2から通信装置31を介して端末装置3の通信処理部41により受信される。通信処理部41は、そのメッセージを受信すると、ドライバ42に供給する。ドライバ42は、その応答メッセージから、要求したサービスに対する結果を検出する。ドライバ42は、その結果に応じた処理を実行する。例えば、ドライバ42は、サービスの結果を図示せぬ表示装置に表示させたりする。また、例えば、ユーザインタフェース画面編集サービスの場合、複合機1において、応答メッセージに、編集後のユーザインタフェース画面についてのユーザインタフェースデータ15cを含め、端末装置3のドライバ42は、そのメッセージに含まれるユーザインタフェースデータ15cに基づき、編集後のユーザインタフェース画面を表示させるようにしてもよい。   Then, the XML processing unit 22 causes the communication processing unit 21 to transmit the generated response message to the terminal device 3. At this time, the communication processing unit 21 controls the communication device 16 to transmit the message to the computer network 2 using HTTP. The transmitted message is received by the communication processing unit 41 of the terminal device 3 from the computer network 2 via the communication device 31. When receiving the message, the communication processing unit 41 supplies the message to the driver 42. The driver 42 detects the result for the requested service from the response message. The driver 42 executes processing according to the result. For example, the driver 42 displays the service result on a display device (not shown). Further, for example, in the case of the user interface screen editing service, the multifunction device 1 includes the user interface data 15c for the edited user interface screen in the response message, and the driver 42 of the terminal device 3 includes the user included in the message. The edited user interface screen may be displayed based on the interface data 15c.

なお、ユーザインタフェース画面編集サービスにおいて、テンプレートファイル15dを使用して、ユーザインタフェース画面を追加または更新するようにしてもよい。その場合、例えば、ユーザインタフェース画面とテンプレートファイル15dを指定した要求メッセージが端末装置3から複合機1へ送信される。複合機1では、指定されたユーザインタフェース画面についてのユーザインタフェースデータ15cが、テンプレートファイル15dに含まれるデータで追加または更新される。このときの要求メッセージの構文定義もサービス定義データ15aおよびスキーマデータ15bに含まれている。その後、上述のようにして、そのユーザインタフェース画面内の構成部品を編集することが可能である。   In the user interface screen editing service, the user interface screen may be added or updated using the template file 15d. In this case, for example, a request message designating the user interface screen and the template file 15 d is transmitted from the terminal device 3 to the multifunction device 1. In the multifunction device 1, the user interface data 15c for the specified user interface screen is added or updated with the data included in the template file 15d. The syntax definition of the request message at this time is also included in the service definition data 15a and the schema data 15b. After that, it is possible to edit the components in the user interface screen as described above.

以上のように、上記実施の形態によれば、複合機1は、ユーザインタフェース画面を表示する表示装置11aと、ユーザインタフェース画面内の構成部品の属性をテキストで記述したユーザインタフェースデータ15cを格納するデータ格納装置15と、ユーザインタフェースデータ15cを構文解析して構成部品の属性を特定し、構成部品の属性を反映させたユーザインタフェース画面を表示装置11aに表示させるUIデータ解析部22cとを備える。   As described above, according to the above embodiment, the multi-function device 1 stores the display device 11a that displays the user interface screen and the user interface data 15c that describes the attributes of the components in the user interface screen in text. The data storage device 15 includes a UI data analysis unit 22c that parses the user interface data 15c to identify the attribute of the component and displays a user interface screen that reflects the attribute of the component on the display device 11a.

これにより、ユーザインタフェースデータ15cを編集することでユーザインタフェースをカスタマイズすることができる。したがって、複合機1のユーザインタフェース画面を簡単にカスタマイズすることができる。   Thus, the user interface can be customized by editing the user interface data 15c. Therefore, the user interface screen of the multifunction device 1 can be easily customized.

また、上記実施の形態によれば、複合機1は、ユーザインタフェースデータ15cについて編集サービスのインタフェース部分の構文定義とそのサービスに使用するメッセージのプロトコルの指定とを含むサービス定義データに従ってメッセージの構文解析を行うXML処理部22と、XML処理部22の構文解析の結果によりメッセージから得られる要求に従って編集サービスを実行する制御部23とを備える。   Further, according to the above embodiment, the multi-function device 1 analyzes the message according to the service definition data including the syntax definition of the interface part of the editing service and the specification of the protocol of the message used for the service for the user interface data 15c. And an XML processing unit 22 for executing the editing service according to a request obtained from the message based on the result of the syntax analysis of the XML processing unit 22.

これにより、複合機1が、サービスの1つとして、ユーザインタフェースデータ15cの編集を行うので、外部からのメッセージによって、複合機1を直接操作することなく、ユーザインタフェースデータ15cを編集することができる。したがって、複合機1のユーザインタフェース画面を簡単にカスタマイズすることができる。   As a result, the multifunction device 1 edits the user interface data 15c as one of the services. Therefore, the user interface data 15c can be edited without operating the multifunction device 1 directly by an external message. . Therefore, the user interface screen of the multifunction device 1 can be easily customized.

また、上記実施の形態によれば、複合機1では、ユーザインタフェースデータ15cおよびメッセージは、XMLで記述されており、制御部23は、メッセージ処理部22bで抽出された構成部品の属性のXMLテキストでユーザインタフェースデータ15cを更新する。   Further, according to the above embodiment, in the multifunction device 1, the user interface data 15c and the message are described in XML, and the control unit 23 uses the XML text of the component attribute extracted by the message processing unit 22b. To update the user interface data 15c.

これにより、ユーザインタフェースデータ15cを更新する際に、メッセージからユーザインタフェースデータ15cへの変換が不要となる。   As a result, when the user interface data 15c is updated, conversion from the message to the user interface data 15c becomes unnecessary.

また、上記実施の形態によれば、端末装置3では、ドライバ42は、スキーマデータ15bの一部または全部を複合機1から取得して構成部品の属性の1または複数の項目を特定し、通信処理部41は、ドライバ42により特定された1または複数の項目の一部または全部に値を設定するメッセージを送信する。   According to the above embodiment, in the terminal device 3, the driver 42 acquires part or all of the schema data 15 b from the multi-function device 1, specifies one or more items of component component attributes, and performs communication. The processing unit 41 transmits a message for setting values for some or all of one or more items specified by the driver 42.

これにより、端末装置3に予め構成部品の属性項目を保持しておかなくても、カスタマイズを実行することができる。   Thus, customization can be executed even if the terminal device 3 does not hold the attribute items of the component parts in advance.

また、上記実施の形態によれば、端末装置3では、ドライバ42は、スキーマデータ15bの一部または全部を複合機1から取得して構成部品の属性に対する1または複数の許容値を特定し、通信処理部41は、ドライバ42により特定された1または複数の許容値から選択された値をその構成部品の属性に設定するメッセージを送信する。   Further, according to the above-described embodiment, in the terminal device 3, the driver 42 acquires part or all of the schema data 15b from the multi-function device 1 and specifies one or more allowable values for the attribute of the component, The communication processing unit 41 transmits a message for setting a value selected from one or more allowable values specified by the driver 42 as an attribute of the component.

これにより、端末装置3に予め構成部品の属性の許容値を保持しておかなくても、カスタマイズを実行することができる。   As a result, customization can be executed even if the terminal device 3 does not hold the allowable value of the attribute of the component in advance.

また、上記実施の形態によれば、ユーザインタフェースデータ15cおよびメッセージは、XMLで記述されており、スキーマデータ15bは、XMLスキーマで記述されたXMLデータであり、制御部23は、XML処理部22で抽出された構成部品の属性のXMLテキストでユーザインタフェースデータを更新する。   Further, according to the above embodiment, the user interface data 15c and the message are described in XML, the schema data 15b is XML data described in the XML schema, and the control unit 23 is the XML processing unit 22. The user interface data is updated with the XML text of the attribute of the component extracted in step (b).

これにより、端末装置3に予めメッセージの構文定義を保持しておかなくても、カスタマイズを実行することができる。   Thereby, the customization can be executed even if the terminal device 3 does not hold the syntax definition of the message in advance.

また、上記実施の形態によれば、データ格納装置15は、ユーザインタフェース画面のデフォルトデータをそれぞれ含む複数のテンプレートファイル15dを格納する。端末装置3の通信処理部41は、複数のテンプレートファイル15dのうちの1つのテンプレートファイルを指定し、指定したテンプレートファイルのデフォルトデータを、ユーザインタフェースデータ15cにおける1つのユーザインタフェース画面のデータとするメッセージを送信する。   Further, according to the above embodiment, the data storage device 15 stores a plurality of template files 15d each including default data of the user interface screen. The communication processing unit 41 of the terminal device 3 designates one template file out of the plurality of template files 15d, and uses the default data of the designated template file as data of one user interface screen in the user interface data 15c. Send.

これにより、テンプレートを使用することで、複雑なカスタマイズを容易に実行することができる。   Thereby, complicated customization can be easily performed by using a template.

なお、上述の実施の形態は、本発明の好適な例であるが、本発明は、これらに限定されるものではなく、本発明の要旨を逸脱しない範囲において、種々の変形、変更が可能である。   The above-described embodiments are preferred examples of the present invention, but the present invention is not limited to these, and various modifications and changes can be made without departing from the scope of the present invention. is there.

例えば、上記実施の形態では、画像形成装置の一例として複合機について説明しているが、プリンタ、ファクシミリ機、スキャナなどであってもよい。   For example, in the above-described embodiment, a multifunction peripheral is described as an example of an image forming apparatus, but a printer, a facsimile machine, a scanner, or the like may be used.

また、上記実施の形態では、一連の複数のサービスからなるユースケースごとに、サービス定義データ15aを作成するようにしてもよい。   In the above embodiment, the service definition data 15a may be created for each use case composed of a series of services.

また、上記実施の形態では、サービス定義データ15aは、WSDLで記述されているが、同様の記述が可能な他の言語で記述されていてもよい。また、スキーマデータ15bおよびサービス定義データ15a内でのスキーマの記述は、XMLスキーマ以外の言語で記述されていてもよい。ただし、その場合でも、サービス定義データ15aおよびスキーマデータ15bは、簡単に編集可能なテキストデータとされる。   In the above-described embodiment, the service definition data 15a is described in WSDL, but may be described in another language in which similar description is possible. The schema description in the schema data 15b and the service definition data 15a may be described in a language other than the XML schema. However, even in that case, the service definition data 15a and the schema data 15b are text data that can be easily edited.

また、上記実施の形態では、サービス定義データ15aおよび/またはスキーマデータ15bを、コンピュータネットワーク2を介してアクセス可能なサーバ装置に格納しておき、複合機1がそのサーバ装置からサービス定義データ15aおよび/またはスキーマデータ15bをダウンロードして使用するようにしてもよい。   In the above embodiment, the service definition data 15a and / or the schema data 15b are stored in a server device that can be accessed via the computer network 2, and the multifunction device 1 receives the service definition data 15a and the schema data 15a from the server device. Alternatively, the schema data 15b may be downloaded and used.

また、上記実施の形態において、サービス定義データ15aまたはスキーマデータ15bに表示装置11aの属性情報(種類、解像度、表示色(カラー/モノクロ)など)を含めておき、カスタマイズ時に端末装置3においてその情報を表示可能としてもよい。例えば、表示装置11aの種類としては、2行2列液晶、ドットマトリクスディスプレイ、8.5インチフルカラー液晶パネルなどがある。   In the above embodiment, the attribute information (type, resolution, display color (color / monochrome), etc.) of the display device 11a is included in the service definition data 15a or the schema data 15b, and the information is displayed in the terminal device 3 at the time of customization. Can be displayed. For example, the type of the display device 11a includes a 2 × 2 liquid crystal, a dot matrix display, and an 8.5 inch full color liquid crystal panel.

また、上記実施の形態において、procedure_string要素において、画面上のボタンなどのレイアウトを変更する動作のコマンドが記述されるようにしてもよい。そのコマンドが記述されている場合、ボタンが押下されると、ボタンなどのレイアウトが異なる別の画面が表示される。   In the above embodiment, the procedure_string element may describe an operation command for changing the layout of buttons on the screen. When the command is described, when the button is pressed, another screen such as a button having a different layout is displayed.

また、上記実施の形態において、procedure_string要素に記述される動作のコマンドは、サービス定義データ15aで定義されているサービスの名称としてもよい。つまり、サービス定義データ15aにおいて、スキャンサービスなどの、複合機1の動作により提供されるサービスの構文定義を記述しておき、ボタンが操作されたときにその構文に従ったメッセージが操作パネル11からXML処理部22へ送信されることで、そのサービスのための動作が複合機1により実行される。また、上記実施の形態において、procedure_string要素の子要素として、一連の動作をXMLで記述するようにしてもよい。   In the above embodiment, the operation command described in the procedure_string element may be the name of a service defined in the service definition data 15a. That is, in the service definition data 15a, a syntax definition of a service provided by the operation of the multifunction device 1, such as a scan service, is described, and when the button is operated, a message according to the syntax is displayed from the operation panel 11. By being transmitted to the XML processing unit 22, the operation for the service is executed by the multifunction device 1. In the above embodiment, a series of operations may be described in XML as a child element of the procedure_string element.

本発明は、例えば、複合機に適用可能である。   The present invention is applicable to, for example, a multifunction machine.

本発明の実施の形態に係る画像形成装置としての複合機を含む画像形成システムの構成を示すブロック図である。1 is a block diagram illustrating a configuration of an image forming system including a multifunction peripheral as an image forming apparatus according to an embodiment of the present invention. WSDLで記述されたサービス定義データの一例を示す図である。It is a figure which shows an example of the service definition data described by WSDL. サービス定義データで参照されるスキーマデータの一例を示す図である。It is a figure which shows an example of the schema data referred with service definition data. ユーザインタフェース画面の一例を示す図である。It is a figure which shows an example of a user interface screen. 図4に示すユーザインタフェース画面を記述したユーザインタフェースデータの一部である。It is a part of user interface data describing the user interface screen shown in FIG. テンプレートファイルに基づいて表示されるデフォルト画面の例である。It is an example of the default screen displayed based on a template file. テンプレートファイルに基づいて表示されるデフォルト画面の例である。It is an example of the default screen displayed based on a template file. テンプレートファイルに基づいて表示されるデフォルト画面の例である。It is an example of the default screen displayed based on a template file. テンプレートファイルに基づいて表示されるデフォルト画面の例である。It is an example of the default screen displayed based on a template file. テンプレートファイルに基づいて表示されるデフォルト画面の例である。It is an example of the default screen displayed based on a template file. 本発明の実施の形態における要求のメッセージの一例を示す図である。It is a figure which shows an example of the message of the request | requirement in embodiment of this invention. 本発明の実施の形態における応答のメッセージの一例を示す図である。It is a figure which shows an example of the message of the response in embodiment of this invention.

符号の説明Explanation of symbols

1 複合機(画像形成装置の一例)
2 コンピュータネットワーク(コンピュータネットワークの一例)
3 端末装置(端末装置の一例)
11a 表示装置(表示装置の一例)
15a サービス定義データ(サービス定義データの一例)
15b スキーマデータ(スキーマデータの一例)
15c ユーザインタフェースデータ(ユーザインタフェースデータの一例)
15d テンプレートファイル(テンプレートファイルの一例)
21 通信処理部(送信手段の一例)
22 XML処理部(メッセージ処理部の一例)
22c UIデータ解析部(UIデータ解析部の一例)
23 制御部(制御部の一例)
1 MFP (an example of an image forming apparatus)
2 Computer network (an example of a computer network)
3 Terminal device (an example of a terminal device)
11a Display device (an example of a display device)
15a Service definition data (an example of service definition data)
15b Schema data (an example of schema data)
15c User interface data (an example of user interface data)
15d template file (example of template file)
21 Communication processing unit (an example of transmission means)
22 XML processing unit (an example of a message processing unit)
22c UI data analysis unit (an example of UI data analysis unit)
23 Control unit (an example of a control unit)

Claims (9)

ユーザインタフェース画面を表示する表示装置と、
前記ユーザインタフェース画面内の構成部品の属性をテキストで記述したユーザインタフェースデータを格納するデータ格納装置と、
前記ユーザインタフェースデータを構文解析して前記構成部品の属性を特定し、前記構成部品の属性を反映させた前記ユーザインタフェース画面を前記表示装置に表示させるUIデータ解析部と、
前記ユーザインタフェースデータに対する編集サービスのインタフェース部分の構文定義とそのサービスに使用するメッセージのプロトコルの指定とを含むサービス定義データに従って前記メッセージの構文解析を行うメッセージ処理部と、
前記メッセージ処理部の構文解析の結果により前記メッセージから得られる要求に従って前記編集サービスを実行する制御部と、
コンピュータネットワークを介して前記メッセージを受信する受信手段とを備え、
前記ユーザインタフェースデータは、スキーマデータに記述されている構文定義に従ってXMLで記述されており、
前記サービス定義データは、前記スキーマデータを参照しており、
前記メッセージ処理部は、前記サービス定義データ、および前記サービス定義データにおいて参照されている前記スキーマデータに従って前記メッセージの構文解析を行うこと、
を特徴とする画像形成装置。
A display device for displaying a user interface screen;
A data storage device for storing user interface data in which attributes of components in the user interface screen are described in text;
A UI data analysis unit that parses the user interface data to identify an attribute of the component and displays the user interface screen reflecting the attribute of the component on the display device;
A message processing unit that parses the message according to service definition data including a syntax definition of an interface part of an editing service for the user interface data and a specification of a protocol of a message used for the service;
A control unit that executes the editing service according to a request obtained from the message according to a result of parsing of the message processing unit;
Receiving means for receiving the message via a computer network,
The user interface data is described in XML according to the syntax definition described in the schema data,
The service definition data refers to the schema data,
The message processing unit parses the message according to the service definition data and the schema data referenced in the service definition data;
An image forming apparatus.
前記サービス定義データにおいて指定されているプロトコルは、SOAPであり、
前記受信手段は、HTTPで前記メッセージを受信すること、
を特徴とする請求項記載の画像形成装置。
The protocol specified in the service definition data is SOAP,
The receiving means receives the message by HTTP;
The image forming apparatus according to claim 1 .
前記サービス定義データは、WSDLで記述されたXMLデータであることを特徴とする請求項記載の画像形成装置。 The service definition data, the image forming apparatus according to claim 1, characterized in that the XML data described in WSDL. 記メッセージは、XMLで記述されており、
前記制御部は、前記メッセージ処理部で抽出された前記構成部品の属性のXMLテキストで前記ユーザインタフェースデータを更新すること、
を特徴とする請求項記載の画像形成装置。
Before Symbol message is written in XML,
The control unit updates the user interface data with the XML text of the component attribute extracted by the message processing unit;
The image forming apparatus according to claim 1 .
コンピュータネットワークに接続された画像形成装置と、
前記コンピュータネットワークに接続された端末装置とを備え、
前記画像形成装置は、
ユーザインタフェース画面を表示する表示装置と、
前記ユーザインタフェース画面内の構成部品の属性をテキストで記述したユーザインタフェースデータを格納するデータ格納装置と、
前記ユーザインタフェースデータを構文解析して前記構成部品の属性を特定し、前記構成部品の属性を反映させた前記ユーザインタフェース画面を前記表示装置に表示させるUIデータ解析部と、
前記コンピュータネットワークを介して所定の通信プロトコルでメッセージを受信する受信手段と、
前記ユーザインタフェースデータに対する編集サービスのインタフェース部分の構文定義とそのサービスに使用するメッセージのプロトコルの指定とを含むサービス定義データに従って前記メッセージの構文解析を行うメッセージ処理部と、
前記メッセージ処理部の構文解析の結果により前記メッセージから得られる要求に従って前記編集サービスを実行する制御部とを有し、
前記端末装置は、前記コンピュータネットワークを介して所定の通信プロトコルで前記メッセージを送信する送信手段を有し、
前記ユーザインタフェースデータは、スキーマデータに記述されている構文定義に従ってXMLで記述されており、
前記サービス定義データは、前記スキーマデータを参照しており、
前記メッセージ処理部は、前記サービス定義データ、および前記サービス定義データにおいて参照されている前記スキーマデータに従って前記メッセージの構文解析を行うこと、
を特徴とする画像形成システム。
An image forming apparatus connected to a computer network;
A terminal device connected to the computer network,
The image forming apparatus includes:
A display device for displaying a user interface screen;
A data storage device for storing user interface data in which attributes of components in the user interface screen are described in text;
A UI data analysis unit that parses the user interface data to identify an attribute of the component and displays the user interface screen reflecting the attribute of the component on the display device;
Receiving means for receiving a message with a predetermined communication protocol via the computer network;
And a message processing unit which performs parsing of the message according to the service definition data including designation and the message protocol used syntax definition of the interface portion of the editing service against the user interface data and its services,
A control unit that executes the editing service according to a request obtained from the message according to a result of parsing of the message processing unit,
The terminal apparatus, have a transmission means for transmitting the message in a predetermined communication protocol via the computer network,
The user interface data is described in XML according to the syntax definition described in the schema data,
The service definition data refers to the schema data,
The message processing unit parses the message according to the service definition data and the schema data referenced in the service definition data;
An image forming system.
前記データ格納装置は、前記スキーマデータを格納し、
前記端末装置は、前記スキーマデータの一部または全部を前記画像形成装置から取得して前記構成部品の属性の1または複数の項目を特定するスキーマデータ取得部を備え、
前記送信手段は、前記スキーマデータ取得部により特定された前記1または複数の項目の一部または全部に値を設定する前記メッセージを送信すること、
を特徴とする請求項記載の画像形成システム。
Wherein the data storage device, pre-stores kiss schema data,
The terminal device includes a schema data acquisition unit that acquires a part or all of the schema data from the image forming apparatus and identifies one or more items of attributes of the component parts,
The transmission means transmits the message for setting a value in a part or all of the one or more items specified by the schema data acquisition unit;
The image forming system according to claim 5 .
前記データ格納装置は、前記スキーマデータを格納し、
前記端末装置は、前記スキーマデータの一部または全部を前記画像形成装置から取得して前記構成部品の属性に対する1または複数の許容値を特定するスキーマデータ取得部を備え、
前記送信手段は、前記スキーマデータ取得部により特定された前記1または複数の許容値から選択された値をその構成部品の属性に設定する前記メッセージを送信すること、
を特徴とする請求項記載の画像形成システム。
Wherein the data storage device, pre-stores kiss schema data,
The terminal device includes a schema data acquisition unit that acquires a part or all of the schema data from the image forming apparatus and identifies one or a plurality of allowable values for the attribute of the component,
The transmission means transmits the message for setting a value selected from the one or more allowable values specified by the schema data acquisition unit as an attribute of the component;
The image forming system according to claim 5 .
記メッセージは、XMLで記述されており、
前記スキーマデータは、XMLスキーマで記述されたXMLデータであり、
前記制御部は、前記メッセージ処理部で抽出された前記構成部品の属性のXMLテキストで前記ユーザインタフェースデータを更新すること、
を特徴とする請求項または請求項記載の画像形成システム。
Before Symbol message is written in XML,
The schema data is XML data described in an XML schema,
The control unit updates the user interface data with the XML text of the component attribute extracted by the message processing unit;
8. The image forming system according to claim 6 or 7, wherein:
前記データ格納装置は、ユーザインタフェース画面のデフォルトデータをそれぞれ含む複数のテンプレートファイルを格納し、
前記送信手段は、前記複数のテンプレートファイルのうちの1つの前記テンプレートファイルを指定し、指定したテンプレートファイルの前記デフォルトデータを、前記ユーザインタフェースデータにおける1つのユーザインタフェース画面のデータとする前記メッセージを送信すること、
を特徴とする請求項記載の画像形成システム。
The data storage device stores a plurality of template files each including default data of a user interface screen,
The transmission means designates one of the plurality of template files, and transmits the message using the default data of the designated template file as data of one user interface screen in the user interface data. To do,
The image forming system according to claim 5 .
JP2008211766A 2007-09-28 2008-08-20 Image forming apparatus and image forming system Expired - Fee Related JP5091802B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2008211766A JP5091802B2 (en) 2008-08-20 2008-08-20 Image forming apparatus and image forming system
US12/239,274 US20090086269A1 (en) 2007-09-28 2008-09-26 Image Forming Apparatus and Image Forming System
US13/568,669 US8467084B2 (en) 2007-09-28 2012-08-07 Image forming apparatus including an end statement described after the consumable-goods order statement
US13/679,826 US8638465B2 (en) 2007-09-28 2012-11-16 Imaging forming apparatus with customizable user interfaces and improved text language processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008211766A JP5091802B2 (en) 2008-08-20 2008-08-20 Image forming apparatus and image forming system

Publications (2)

Publication Number Publication Date
JP2010050620A JP2010050620A (en) 2010-03-04
JP5091802B2 true JP5091802B2 (en) 2012-12-05

Family

ID=42067370

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008211766A Expired - Fee Related JP5091802B2 (en) 2007-09-28 2008-08-20 Image forming apparatus and image forming system

Country Status (1)

Country Link
JP (1) JP5091802B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013030117A (en) * 2011-07-29 2013-02-07 Kyocera Document Solutions Inc Information processing device, application generation system, and application generation program
JP2019137055A (en) * 2018-02-09 2019-08-22 株式会社東芝 Multifunction peripherals and program

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7092950B2 (en) * 2001-06-29 2006-08-15 Microsoft Corporation Method for generic object oriented description of structured data (GDL)
JP2003150971A (en) * 2001-11-09 2003-05-23 Konica Corp Information processing method, information processing system, information processing device and information recording medium recording program
JP2003280863A (en) * 2002-03-22 2003-10-02 Ricoh Co Ltd Image forming device
JP2004072131A (en) * 2002-06-11 2004-03-04 Ricoh Co Ltd Network facsimile
JP4669401B2 (en) * 2006-01-31 2011-04-13 キヤノン株式会社 Image forming apparatus, control method thereof, and program
JP2007249863A (en) * 2006-03-17 2007-09-27 Ricoh Co Ltd Image processor, user interface screen customizing method and user interface screen customizing program

Also Published As

Publication number Publication date
JP2010050620A (en) 2010-03-04

Similar Documents

Publication Publication Date Title
US8467084B2 (en) Image forming apparatus including an end statement described after the consumable-goods order statement
US9411610B2 (en) Server, screen control method, and screen transition method for effectively displaying screens on a terminal device
US8654378B2 (en) Image-processing apparatus and server device
JP5169174B2 (en) Image forming apparatus, display control method, and display control program
US8654383B2 (en) Information processing system, apparatus, method and non-transitory computer-readable recording medium for generating a display screen based on local error display information and remote style sheet information
US8755068B2 (en) Image processing device with executable hardware key and server
US9092704B2 (en) Image forming system, image forming apparatus, and recording medium
US20110128572A1 (en) Printing apparatus, printing method and storage medium
US20040057076A1 (en) Operation-screen display device, method, and recording medium containing a program for display of an operation-screen
JP2006133520A (en) Image forming apparatus, method for customizing display screen in image forming apparatus, and display screen customizing program
US8508541B2 (en) Information processing device, information processing method, and recording medium
JP2008147961A (en) Image forming apparatus, screen managing method and screen management program
JP2011124957A (en) Information processor, method to control the same, program, and memory medium
US8117561B2 (en) Method and system for managing apparatus
JP5524723B2 (en) Image reading system, server device, image reading device, image reading method, control method, and program
US20120033258A1 (en) Image processing apparatus, control method of image processing apparatus, and storage medium
JP5148677B2 (en) Compound machine
JP5091802B2 (en) Image forming apparatus and image forming system
JP2009130493A (en) Network-compatible image processing apparatus
JP2009302920A (en) Image forming system
JP2011135135A (en) Image forming system and image forming apparatus
JP5393558B2 (en) Image forming apparatus
WO2015045332A1 (en) Linking device, linking system, service linking method, and program storage medium
JP5081084B2 (en) Image forming system
JP5222642B2 (en) Image forming apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110222

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120528

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120605

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120726

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: 20120821

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120914

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

Free format text: PAYMENT UNTIL: 20150921

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5091802

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees