Document creation system and method using a template structured according to a schema
A schema for a document generation system and a method of generating a document. In one embodiment the schema includes a template root element; a template information element; a data table element; and an instances element. In another embodiment, the method includes generating one or more composition elements. Each composition element is configurable to include a level, and is capable of manifesting itself as a document page, a page-level overlay, or an instance-level, conditional overlay. The method also includes laying composition elements on a rendering surface such that elements with a high level replace elements with a low level; wherein each composition element includes pre-authored formal content.
Latest Wolters Kluwer Financial Services, Inc. Patents:
This application claims priority to U.S. Provisional Patent Application No. 60/542,076, filed on Feb. 4, 2004, and U.S. Provisional Patent Application No. 60/510,742, filed on Oct. 13, 2003.
BACKGROUND OF THE INVENTIONEmbodiments of the invention relate to the creation of documents (such as contracts, forms, user manuals, instructional texts, and others). More particularly, embodiments of the invention relate to the creation of documents by assembling document components and applying precedence and rules to create a desired document.
Document production systems that insert customer-specific content into a pre-fabricated document are known. For example, in some known systems a boilerplate document is produced using word processing software. The boilerplate document is then reviewed and revised by a document developer, and stored in a storage device, such as a disk drive of a computer. The boilerplate document is then made available for use to an end-user, such as a bank or loan officer. The end-user retrieves the boilerplate document from the storage device and enters specific content into the document, such as names, addresses, prices, etc. Once the desired content is inserted into specified locations on the document, the completed form is printed.
Other document systems use a conventional relational database scheme to test specific input information against a table of rule sets which, in turn, are directly linked to various boilerplate clauses. For example, when working with insurance forms, a rule set is assigned to each insurance policy clause and each endorsement clause. The insurance and endorsement clauses and rule sets are stored in a memory coupled to the main processor. Each rule set includes at least one rule that must be satisfied in order to include the associated clause in the document. After entering customer-specific parameters into the computer, such as desired insurance coverages and the policy holder's state of residence, each and every rule in each and every rule set is evaluated to determine whether a particular clause is to be included in the document. In order to print a document, a printer database containing a redundant copy of each insurance and endorsement policy clause is utilized to supply the appropriate clauses.
Other known systems include those disclosed in U.S. Pat. Nos. 5,666,130 and 6,006,242. While these systems are different from one another in several ways, both systems use SGML (standard generalized markup language).
SUMMARY OF THE INVENTIONAlthough prior systems are functional, there remains a need for a document generation system that, among other things, can be integrated with existing front-end systems (such as loan generation systems) and existing back-end systems (such as existing printer servers and networks).
In one embodiment, the invention provides a document generation system that may be provided as a service, in the sense that the system fits between front-end systems (e.g., an existing command-line, loan processing system used by a bank) and a printing system (such as a printer server and printers that require information in a printer command language (“PCL”) format). The system takes in information regarding the requirements (e.g., type of transaction, number of parties, amount of loan, price, governing law, etc.) of the document needed (e.g., a loan application, construction contract, etc.) and produces an appropriate form based on the input information.
The service provides a set of APIs to interface with the front-end software. Information from the front-end software is formatted according to a schema, such as an XML schema.
The service uses a knowledge base. In embodiments of the invention, the knowledge base is based on an object relational model rather than a relational database model, and every object or table in the object relational model may have at most one parent. In some embodiments, the knowledge base includes document components, such as, sections, paragraphs, and sentences. These components may be structured according to a markup language such as XML (extensible markup language) and include labels or tags that associate them with particular entities. For example, all Texas branches of a bank (which we will assign the fictitious name “SecondNationWide Bank”) are associated with an identifier for that bank. The documents include embedded rules that are structured according to a rules markup language. For example, a rule might take a form similar to “If applicable law state=NY, add NY consumer protection clause.” The information regarding the requirements of the needed document is sent to a document assembler. The requirements include an identifier of the party making the request for the document, for example, the Dallas, Tex. branch of SecondNationWide Bank.
The document assembler also receives transaction information (e.g., the amount of a loan) from a transaction data set. The document assembler pulls document components from the knowledge base that meet the requirements delivered to the document assembler. The document assembler executes rules as it encounters them. In the event that the document assembler encounters two or more components in the knowledge base that meet the requirements of the needed document, the assembler chooses the document component according to the identity of the entity requesting the document, or, if no matching component is found, according to the identity of one of the entity's parents or ancestors. If no match is found, a default component is provided. This concept is referred to as “precedence” or “owner precedence.”
As is apparent from the above, it is an advantage of the present invention to provide methods and systems of creating documents. Other features and advantages of the present invention will become apparent by consideration of the detailed description and accompanying drawings.
In the drawings:
Before embodiments of the invention are explained in detail, it is to be understood that the invention is not limited in its application to the details of the construction and the arrangements of the components set forth in the following description or illustrated in the drawings. The invention is capable of still other embodiments and of being practiced or being carried out in various ways. Also, it is to be understood that the phraseology and terminology used herein is for the purpose of description and should not be regarded as limiting. Further, it is assumed that the reader has at least a rudimentary understanding of markup languages, such as SGML, and working knowledge of XML.
The origination platform 12 represents a front-end system such as a loan origination system, customer data collection system, or other system used to collect data to be included in one or more desired documents. In addition, the origination platform 12 provides information regarding the type of document needed or required for the situation at hand. In many circumstances, the origination platform 12 will be a legacy system, meaning that it is a system that has been used for a relatively long period of time for the purpose of collecting information relevant to a transaction or document need.
The origination platform 12 communicates with an interface, which in one embodiment of the invention takes the form of an API gateway. In one embodiment of the invention, the gateway 14 is designed to receive and transmit information that is structured according to one or more XML schemas. The gateway 14 delivers information to the document selection module or engine 16. The document selection module 16 interacts with a knowledge base (discussed below) to create a set of documents that, based on the input data from the origination platform, match or satisfy (at least to some level or degree) the requirements of the transaction. If desired, the document selection engine 16 may return the listing of documents 18 to the origination platform for display in a graphical user interface (“GUI”) (not shown) presented to a user such that the user may choose to modify the list of documents in the editing module 20. For example, a transaction might typically require a form for a cosigner to execute. However, in circumstances where the primary borrower has sufficient creditworthiness, a cosigner may not be required. In that case, the user of the system 10 may delete the cosigner document from the listing of documents 18 using the editing module 20.
The listing of documents 18 (as edited, as the case may be) is delivered to the document generation module 22. As shown in
The completed and assembled document or documents are each resolved to an XML file as shown in block 40 (
As best seen by reference to
In one embodiment of the invention, an XML schema is used to define a rules markup language. The schema identifies and declares logical relationships in documents. In the exemplary schema, rules are identified by the namespace prefix “rule.” An example is set out below.
In an exemplary implementation of the rules markup language, each element in the markup language is described individually. An element may be described using a content model, and the available attributes and their meanings. Each element may be defined using a table of descriptive information such as the one below.
“Element Name” is mandatory and is the name of the element. “Derives from” may be inapplicable to the element (if it is a root-level element, for example) or the name of another element if an element derives from another element. An element that is derived from another element can have any attributes defined for the parent element as well as its own set of attributes.
“Content” describes what can be contained in the element. Possible values include:
-
- EMPTY—if this element must always have no child elements.
- Type—if this element can contain data, the “Content Model” will define the data type
- Elements—if this element can contain other elements. The “Content Model” will specify which elements can be contained.
“Content Model” provides additional information about “Content” and is written in standard DTD notation; e.g. (+) indicates one or more, (?) indicates optional, (|) indicates alternatives, etc.
“Attributes” lists any attributes that can be specified for the element in addition to any derived from a parent element. If the element has any attributes, a table, such as the one below, may be used to describe those attributes.
“Attribute Name” is the name of the attribute and is mandatory.
“Data Type” can be String, Integer, ID, NMTOKEN or NMTOKENS.
“Possible Values” lists any constants that have been defined for the attribute.
“Default Values” provides a place to record the default value for the attribute. If no default value has been specified in the schema, the constant “None” should be used. “None” is not, in preferred embodiments, a default value.
Using rules markup it is possible to define conditions (using a conditions element) and attach them to an XML element. In the exemplary embodiment, a condition is a Boolean logic structure that evaluates to true or false. It is also possible to define a choose structure (or choose element), which is a set of alternatives along with conditions for choosing an alternative in the set. Iterators (or iterators elements), a structure that specifies the dependency or repetition of content on or from the characteristics of transaction data, may also be defined. In addition, functions (or functions elements) may also be defined. Functions provide a way of specifying data manipulations or transformations.
Elements in the rules markup language may have one of several content ancestries. For example, in one embodiment it is possible for an element to inherit a database object type model. The database object type content model is an abstraction and, as noted, provides information about the type of information the element can hold. A database object type element can contain description and keyword child elements.
It is also possible for an element to inherit a rule base content model. Again, this is an abstraction. A rule base type element is derived from a database object type element and may include a number of possible attribute values, including an Xpath, external data or interface, and internal data or interface. An external interface element provides an interface between the rules and other data sources not available inside the document. It is used to identify data by name so that the data can be evaluated by the rules without requiring the rules to be aware of how the name will be resolved. A resolution of an external interface element may be a single value, a set, an XML DOM node, or an XML DOM list (DOM's are explained below).
An external interface element may have what is referred to as a param or parameter content model. The parameter element is used to provide additional information about an external interface element data request.
An external interface element may also have several attributes including an entity reference attribute and a return type attribute. An entity reference attribute is used to specify a named data item, such as the name of a borrower, loan amount, or applicable law state from the transaction data. A return type attribute specifies the type of storage object to be returned, such as XML, array, string, number, etc.
The content management system 76 interacts with the knowledge base 54 (again, more specifically the content 58). As noted, the knowledge base 54 may include a number of stored procedures represented (in
The press process 92 may be aware of multiple schemas, DTDs, or other file formats or architectures. In the embodiment shown, the process of creating or populating the knowledge base 54 includes the pairing of XML content or information with a schema, DTD, or the like. If an object 82 created via the content management system 76 conforms to one of the architectures known to the press process 92, it is inserted or stored in the database via the stored procedures 90, as shown in block 94. The stored procedures 90 allow for consistent manipulation of the knowledge base 54. The knowledge base 54 can store XML, binary, and other objects. In part, this is due to the structure of the knowledge base 54 (discussed in more detail with reference to
As noted above, embodiments of the invention implement or follow a precedence when assembling document components into a document. In embodiments of the invention, precedence provides a hierarchical control of content to match business preferences. Precedence provides for customer or organization established hierarchies controlling how organization tailored content overrides are evaluated against alternatives, and the nesting of content to arbitrary depths within hierarchical relationships. This concept is illustrated in
Precedence may be further understood through an example. An institution such as a bank or credit union (e.g., our fictitious SecondNationWide Bank) may have different lines of business (lending, home equity, etc.). Within a given line of business (like lending), the institution may offer different products and services, such as those it offers commercial enterprises and those that it offers to consumers. Different documents are used for transactions that make up those products and services. The situation may be modeled with a tree diagram, such as the one below.
Using the precedence concepts explained herein, the above-illustrated tree can be applied to an element within a document. For example, in a consumer-lending document, the “boilerplate” content may be the content provided by the document generation system software vendor. However, the software user, for example, SecondNationWide Bank, may wish to modify or override that content to suit its own needs. For example, the user may wish to change or replace paragraphs or sections, add content, etc. These overrides may happen at different levels (line of business vs. a specific product). Precedence acts like a series of transparencies that, when stacked, produce the correct document tree for the given document by looking at the elements that are “on top.”
As is known, when XML documents are processed in an XML processor a document object model or DOM is created. As is also known, a DOM may be represented as a tree structure with a number of nodes. A node may be an element (such as a root element), processing instructions, an attribute, an attribute value, and namespaces. As a consequence, when a document component or, more broadly, a data structure configured according to embodiments of the invention is processed by an XML processor, processing begins at the root node (as with any other XML structure), which has the lowest precedence. Precedence is applied to override objects of low precedence with objects of higher precedence when applicable.
In some embodiments of the invention, implementing precedence requires that no content be duplicated (that is, content objects are reused), and that the content of the software vendor be read-only. When editing or overriding an object (assuming it's not locked or read-only to prevent editing), a new copy is created with a precedence level equal to or higher than the precedence of the original object. For example, a content editor at the institutional level may open a vendor-level object for editing, which would then create a new object with the vendor-object as a template. When saving, the editor would have the option to save the new object at the institutional, product line, product, etc. levels, but not at the read-only vendor level. When viewing the objects as in a tree structure, new copies of objects are placed in the tree at the same depth of the subject object or deeper.
Within a precedence level, the name attribute provides a unique key (no two objects can have the same value for their name attributes). This requirement is extended within the precedence concept by requiring that when an object is overridden or edited and placed at a new precedence level, the new object retains the same name as its precedence parent. Thus, object names are unique within a particular precedence level, and it is also possible to extract the precedence stack of an object (i.e., all objects with a particular name, yet at different precedence levels). As indicated, an object at any level can be locked, preventing any higher precedence levels from overriding or editing it.
When an object is edited or overridden at a particular precedence level, the new copy created is used for all documents at or below the given precedence level (unless edited or overridden again). In reference to the exemplary tree structure, given two documents at the institutional depth, one document cannot have a vendor-level element while another document has its institutional-level override (both documents would use the institutional-level override). Since editors select objects based on their name, when a particular object is selected, what is provided is the precedence version of the given object that is deepest in the precedence hierarchy, but not deeper than the position of the document being edited. Individual objects (at different precedence levels) should maintain their own version histories, as it is desirable to have the vendor update the base content and be able to propagate new versions (which replace the vendor objects, not any precedence overrides or modifications).
Precedence is based, in part, upon the hierarchy used in the knowledge base 54.
In embodiments of the invention, the rules 56 are structured in a decomposed fashion (see
Having described the exemplary system 10 and features of embodiments of the invention, additional details regarding various aspects of embodiments of the invention will now be provided.
In some embodiments of the invention, document content may be configured in one of several XML structures. One of these structures may be a package of document selection rules (such as rules 56/84) used to determine a set of documents. Another structure may be a dynamic document that can resolve to one or more instances of a given document. A third structure may be a static document that is resolved to one or more static forms. A static document generally includes at least some content that is determined before and some content that is determined during the resolution process.
As shown, the exemplary dynamic document 150 includes (or is modeled as having) a root element; namely document element 151. The document element includes a number of attributes 153. In the example shown, the attributes include a source attribute, a product family attribute, a document class attribute, a recordable attribute, an applicable law state attribute, a margins state attribute, a document-specific style attribute, and a source name attribute. The attributes 153 may be used for a variety of purposes including to identify the source of particular content (that is who authored, owns, or sponsors the content); to identify the product for which the document was written; to identify whether the document is a standard document, an addendum to another document, a notice, a rider, or other type or class of document; to identify whether a document is intended to be recorded with a registrar (for example, a registrar of deeds); to indicate the state to which the document applies; to indicate specific margin requirements of the state or other government entity; to specify formatting styles; and to identify the name of a document source (using the previously introduced fictitious example, “SecondNationWide Bank”). Generally, information contained in element content and attributes is not used to guide assembly. Instead, embedded rules use externally supplied data to guide assembly.
The document 150 also includes zero or more document information elements 154, zero or more prolog elements 156, zero or more body elements 158, zero or more epilog elements 160, and zero or more appendix elements 162. The elements 154, 156, 158, 160, and 162, in turn, may include their own attributes and sub-elements. Because the creation of a DTD is generally dependent on the specific circumstances for which an XML solution is being developed only a portion of an exemplary DTD that describes the document 150 will be described. It should be understood, however, that in light of the teachings provided, one of ordinary skill in the art would be able to understand how the exemplary DTD operates in connection with other components of the embodiments described herein.
The data table element 306 includes, in some embodiments, all the data values to be used in a specific instance of a template 302. In one embodiment of the invention, the data table element 306 defines a structure of data values that can be accessed by name, or by a combination of name and one or more indices. The data in the data table element 306 drives the application of business rules to transform an abstract instance of the template 302 into one or more concrete instances and to assign data values to data targets. A data target is a location or area on a composition that can be modified at transaction time. Exemplary data targets include a check box, a text field, a button, or a digital signature placeholder. A data target may have dimensions, presentation characteristics, help text, overflow rules, and other attributes as specified in the applicable schema. The interaction between the data in the data table 306 and the overflow rules drives the usage of addendum pages, their contents, and quantity.
Referring back to
In one embodiment of the invention, an instance element 340 must include a pages element 342 and may include an overlays element 344, a continuations element 346, and a data table element 348. As best seen by reference to
Continuations elements tell a processor how to handle overflows. An overflow condition can be created when the data value to be assigned to a field target cannot be drawn in the available space according to the attributes governing that space. Overflow handling is defined as part of the contents of an instance element 340. An instance element 340 can have any number of pages, but the overflow handling is independent of those pages. When data for a text target requires more space than is available, a continuation event occurs. Continuation handling falls into three categories. The first of these is a no continuation handling condition, where fields are handled on their original page. Under a no conditional handling condition attributes may specify font reduction that may be applied. The second type of continuation handling is structured handling, where handling of rich data structures such as tables or parties in a tabular format is required on the continuation page. A third type of continuation handling is unstructured handling, where simple data items such as a property description are handled. In an unstructured handling condition several such fields may be continued to the same continuation page and arranged in order along with a caption for each value, a potential forwarding message, and other attributes.
As noted above, pages of a document may be constructed by laying compositions or composition elements (such as one of the composition elements 358) on a rendering surface. In general, a composition may be used to describe a unit of information that is authored or composed as a discrete unit. A composition element contains a pre-authored formal description or sequence of text, data, and graphic content meant to be drawn as a unit on a rendering surface. A composition element may correspond to a page, but may also be a partial page or a re-locatable page segment. There can be more than one composition element 358 for a given rendering surface. The composition elements may be arranged so that they cover an entire rendering surface (for example, one composition element 358 for the top half of the page and another for the bottom half of the page). Alternatively, composition elements may also be arranged so that a composition element assigned a higher level or level number contains content that masks, complements, modifies, or replaces content in a composition element with a lower level or level number. Compositions can manifest themselves as document pages, page-level overlays or instance-level, conditional overlays.
As noted, embodiments of the invention may include a database or knowledge base (e.g., knowledge base 54). Embodiments of the invention may also include a run time instance of the knowledge base 54 (shown as a runtime database 120 in
As also noted, in some embodiments, the rules 56/84 are applied to determine the final document content. The rules 56/84 may be used to select content from various alternatives, but can also be used to generate new content according to information supplied in the transaction data or information 61. The rules 56/84 are also used to manipulate and format data. As noted above, the transaction data or information 61 may be supplied according to an agreed upon schema, such as an XML schema or document type definition (“DTD”). Numerous schemas can be used and supported, so long as the schema is agreed upon by the service and service user before the transaction occurs. Each supported transaction schema has an associated resolution catalogue, which may also be an XML document. The resolution catalogue defines the mapping of transaction data to text identifiers used in document components. The resolution methodology used in some embodiments leverages technologies based on XPath (directions for how to get from one place in an XML document to another or how to retrieve elements from an XML document) and XSLT (extensible style sheet language transformations) standards to access transaction data.
In embodiments of the invention it is possible that various data structure may have the same name. For example, the knowledge base may be populated with content from unaffiliated sources and it is possible that the sources used the same names for different structures or components of structures. Thus, it is useful to ensure that names for various data structures properly map.
In embodiments of the invention it is possible to handle name conflicts and discrepancies by performing a dynamic resolution. In some embodiments of the invention, dynamic resolution employs what is called a resolution catalogue. A resolution catalogue may be a collection of XPath statements. The resolution catalog provides a one-to-one correlation of a path (e.g., an XPath) into a data set versus the name of interest. As noted, documents are generated based on transaction information, which may take the form of a transaction XML packet. As also noted, the XML packet may include a list of documents and a transaction data set. The XML processor uses resolution catalogs to evaluate the names to data in the transaction data set. The resolution catalogs inherently prevent name conflicts, as the transaction data is linked to an appropriate catalog based on, for example, the source of the content being used.
As should be apparent to one of ordinary skill in the art, the systems shown in the figures are models of what actual systems might be like. Many of the components and logical structures described are capable of being implemented in software which may be stored as instructions on a computer readable medium (such as an optical disc, disc drive, RAM, ROM, etc.) and executed by a microprocessor or a similar device. Many of the same components are also capable of being implemented in hardware using a variety of components including, for example, application specific integrated circuits (“ASICs”). In addition, capitalized terms, such as “RootDatum” are used. Use of such terms is made to be consistent with common industry and programming practices or to make reference to diagrams easier for the reader. Nothing, however, should be construed as limiting the breadth of such terms merely because they have been capitalized. It should also be understood that while the above description focused on the assembling of documents, the content assembled could take a variety of forms. For example, MPEG files could be assembled using techniques described herein. Similarly, other computer-processable components could be configured according to markup and other mechanisms discussed herein and be assembled to create, for example an album of music files, video files, or photographs.
As can be seen from the above, the present invention provides a system and method of creating documents and assembling computer-processable components. Additional features and advantages of the invention are set forth in the appended claims.
Claims
1. A computer readable medium having stored thereon:
- computer executable instructions for generating instances of a document based on a template structured according to a schema, the schema comprising:
- a template root element, wherein the template root element comprises: a template information element containing descriptive information about the template root element, wherein the descriptive information includes at least one of a title, free-form text, and a document type element to support a type element from another schema or document type definition; a data table element configured to contain data that is used to transform an abstract instance of a document template to a concrete instance of a document template, to determine the number of instances of a document template to be replicated, and to assign a data value to a data target; and an instances element containing at least one instance element, the instances element describing how an individual instance of the document is constructed, the instance element including an instance data table element and at least one continuations element;
- wherein the continuations element is configured to define continuation handling for data included in the data table element, the instance data table element, or both, and configured to include one or more continuation elements and one or more overflow default elements; and
- wherein at least one continuation element is configured to process overflows by placing data on more than one page.
2. A computer readable medium as claimed in claim 1, wherein the instance element is configurable to include an instance data table element, a pages element, an overlays element, and a continuations element.
3. A computer readable medium as claimed in claim 2, wherein the pages element is configurable to include a page element and the page element is configurable to include an overlays element and a composition element.
4. A computer readable medium as claimed in claim 2, wherein the overlays element is configurable to include one or more overlay elements.
5. A computer readable medium as claimed in claim 2, wherein the continuations element is configurable to include one or more continuation elements and one or more overflow default elements.
6. A computer readable medium as claimed in claim 2, wherein the data element is configurable to include one or more datum elements.
7. A computer readable medium having stored thereon:
- computer executable instructions that are executed by a processor and configured to generate instances of a document based on a template structured according to a schema defining a data structure for the document, the data structure comprising:
- a template root element that comprises: a template information element containing descriptive information about the template root element, wherein the descriptive information includes at least one of a title, free-form text, and a document type element to support a type element from another schema or document type definition; a data table element configured to contain data that is used to transform an abstract instance of a document template to a concrete instance of a document template, to determine the number of instances of a document template to be replicated, and to assign a data value to a data target; and an instances element including at least one instance element configured to describe how a document is constructed, the instance element including an instance data table element and at least one continuations element;
- wherein the continuations element is configured to define continuation handling for data included in the data table element, the instance data table element, or both, and configured to include one or more continuation elements and one or more overflow default elements; and
- wherein at least one continuation element is configured to process overflows by placing data on more than one page.
8. A computer readable medium as claimed in claim 7, wherein the template information element includes descriptive information about the template root element.
9. A computer readable medium as claimed in claim 8, wherein the descriptive information includes a title element that contains a title for the document at hand, a description element that is a container for free-form text about the template root element, a help text element, which is a container for free-form information that may be useful to a consumer of the document, and a document type element that is provided to support a type element from other schemas or DTDs.
10. A computer readable medium as claimed in claim 7, wherein the template information element includes a print constraints element which is a container for special values that may be needed or used by a printing environment.
11. A computer readable medium as claimed in claim 7, wherein the data table element includes data values to be used in a specific instance of a template.
12. A computer readable medium as claimed in claim 11, wherein the data table element defines a structure of data values that can be accessed by name, or by a combination of name and one or more indices.
13. A computer readable medium as claimed in claim 7, wherein each instance element is configurable to include a pages element, and an overlays element.
14. A computer readable medium as claimed in claim 13, wherein each pages element is configurable to include one or more page elements.
15. A computer readable medium as claimed in claim 14, wherein each page element is configurable to include an overlays element and one or more composition elements.
16. A computer readable medium as claimed in claim 15, wherein each overlays element may include one or more overlay elements.
17. A computer readable medium as claimed in claim 16, wherein each continuations element is configurable to include one or more continuation elements and one or more overflow default elements.
18. A computer readable medium as claimed in claim 17, wherein continuation elements are configured to be used by a processor to process overflows.
19. A computer system comprising a processor, a memory, and a computer readable medium, the computer readable medium having stored thereon:
- computer executable instructions configured to generate instances of a document based on a template structured according to a schema, the schema comprising:
- a template root element comprising: a template information element containing descriptive information about the template root element, wherein the descriptive information includes at least one of a title, free-form text, and a document type element to support a type element from another schema or document type definition; a data table element configured to contain data that is used to transform an abstract instance of a document template to a concrete instance of a document template, to determine the number of instances of a document template to be replicated, and to assign a data value to a data target; and an instances element describing how an individual instance of the document is constructed and containing at least one instance element, the instance element including an instance data table element and at least one continuations element; wherein the continuations element is configured to define continuation handling for data included in the data table element, the instance data table element, or both, and configured to include one or more continuation elements and one or more overflow default elements; and wherein at least one continuation element is configured to process overflows by placing data on more than one page.
5043891 | August 27, 1991 | Goldstein et al. |
5367619 | November 22, 1994 | Dipaolo et al. |
5630127 | May 13, 1997 | Moore et al. |
5692206 | November 25, 1997 | Shirley et al. |
5924109 | July 13, 1999 | Ackerman et al. |
6000642 | December 14, 1999 | Morey |
6006242 | December 21, 1999 | Poole et al. |
6188999 | February 13, 2001 | Moody |
6202073 | March 13, 2001 | Takahashi |
6256627 | July 3, 2001 | Beattie et al. |
6473892 | October 29, 2002 | Porter |
6519578 | February 11, 2003 | Reddy |
6711585 | March 23, 2004 | Copperman et al. |
6763500 | July 13, 2004 | Black et al. |
6826727 | November 30, 2004 | Mohr et al. |
6901403 | May 31, 2005 | Bata et al. |
6950984 | September 27, 2005 | Hori et al. |
7007034 | February 28, 2006 | Hartman, Jr. et al. |
7051276 | May 23, 2006 | Mogilevsky et al. |
7076494 | July 11, 2006 | Baer et al. |
7080067 | July 18, 2006 | Nonomura et al. |
7080083 | July 18, 2006 | Kim et al. |
7100167 | August 29, 2006 | Novik et al. |
7168035 | January 23, 2007 | Bell et al. |
7299409 | November 20, 2007 | Joshi et al. |
20010018697 | August 30, 2001 | Kunitake et al. |
20010044813 | November 22, 2001 | Frank |
20010051960 | December 13, 2001 | Kubick et al. |
20010051962 | December 13, 2001 | Plotkin |
20020138519 | September 26, 2002 | Miller |
20020138524 | September 26, 2002 | Ingle et al. |
20020178190 | November 28, 2002 | Pope et al. |
20030014442 | January 16, 2003 | Shiigi et al. |
20030078949 | April 24, 2003 | Scholz et al. |
20030163809 | August 28, 2003 | Bantz et al. |
20030187756 | October 2, 2003 | Klivington et al. |
20040103124 | May 27, 2004 | Kupkova |
20040250059 | December 9, 2004 | Ramelson et al. |
20050114763 | May 26, 2005 | Nonomura et al. |
- Skonnard, “The XML Files: A Quick Guide to XML Schema”, MSDN Magazine, Apr. 2002, p. 1-15.
- Fallside, “XML Schema Part 0: Primer”, W3C Recommendation, May 2, 2001, p. 1-64.
- Clark, “XSL Transformations (XSLT) Version 1.0”, W3C Recommendation, Nov. 16, 1999, p. 1-77.
- ARTA Deposit Documentation System Accessible Technology Meets Sensible Compliance Help, Feb. 1, 2001, pp. 1-6, Bankers Systems, Inc., St. Cloud, MN.
- ARTA Lending Documentation System Experience Proven Technology With Reliable Compliance Help, May 1, 2001, pp. 1-6, Bankers Systems, Inc., St. Cloud, MN.
- ARTA Deposit Documentation System User's Guide Part I Version 2.5, Sep. 1, 2002, pp. 1-63, Bankers Systems, Inc., St. Cloud, MN.
- ARTA Deposit Documentation System User's Guide Part II Version 2.5, Sep. 1, 2002, pp. 1-74, Bankers Systems, Inc., St. Cloud, MN.
- ARTA Lending Documentation System Credit Insurance Setup Worksheets Credit Life Insurance, Disability Insurance, and Involuntary Unemployment Insurance, Jan. 6, 2003, pp. 1-14, Bankers System, Inc., St. Cloud, MN.
- Rembrandt Lending System Powerful Technology Fused With Reliable Compliance Knowledge, Jun. 5, 2003, pp. 1-6, Bankers Systems, Inc., St. Cloud, MN.
- I-32 Forms Solutions, I-32 Forms Design: Features, 2003, pp. 1-2, VMP Mortgage Solutions, a Bankers Systems, Inc. company.
- I-32 Forms Solutions, I-32 Forms Solutions: I-32 Featuring Editor, 2003, pp. 1-4, VMP Mortgage Solutions, a Bankers Systems, Inc. company.
- Elliotte Rusty Harold and W. Scott Means; XML In a Nutshell, A Desktop Quick Reference; O'Reilly; Jan. 2001; O'Reilly & Associates, Inc.; Sebastopol, California, U.S.A.
- Rembrandt Lending System Utilities Guide, Jun. 1998, Third Edition, pp. 1-123, Bankers Systems, Inc., St. Cloud, MN.
- Rembrandt Lending System Product Overview, Oct. 1999, pp. 1-59, Third Edition, Bankers Systems, Inc., St. Cloud, MN.
- Rembrandt Lending System Loan Operations Guide Part 1, Aug. 2000, pp. 1-235, Fourth Editon, Bankers Systems, Inc., St. Cloud, MN.
- Rembrandt Lending System Loan Operations Guide Part 2, Aug. 2000, pp. 1-98, Fifth Edition, Bankers Systems, Inc., St. Cloud, MN.
- Rembrandt Lending System Organization and User Management Guide, Aug. 2000, pp. 1-119, Third Edition, Bankers Systems, Inc., St. Cloud, MN.
- ARTA Lending Documentation System User's Guide Part 1, Nov. 2000, pp. 1-212, Second Edition, Bankers Systems, Inc., St. Cloud, MN.
- ARTA Lending Documentation System User's Guide Part 2, Nov. 2000, pp. 1-70, First Edition, Bankers Systems, Inc., MN.
- Rembrandt Lending System Lending Policy Guide, Aug. 2000, pp. 1-187, Third Edition, Bankers Systems, Inc., St. Cloud, MN.
- Rembrandt Lending System Forms and Tasks Descriptions/Glossary, Apr. 2001, pp. 1-143, Ninth Edition, Bankers Systems, Inc., St. Cloud, MN.
- RAKIS Document Control and Production System Executive Summary 2003, pp. 1-16, VMP Mortgage Solutions, Mortgage Business Unit, Bankers Systems, Inc., Fraser, MI.
- Jason Harrop, OASIS LegalXML eContracts Technical Committee, Discussion Paper—XForms for Contract Semantics, http://lists.oasis-open.org/archives/legalxml-econtracts/200403/pdf00000.pdf, Mar. 11, 2004, Version 1.0, pp. 1-20.
- United States Patent and Trademark Office, first non-final Office Action regarding U.S. Appl. No. 10/814,522, dated Apr. 18, 2006, 19 pages.
- United States Patent and Trademark Office, second non-final Office Action regarding U.S. Appl. No. 10/814,522 dated Dec. 11, 2007, 13 pages.
- United States Patent and Trademark Office, first final Office Action regarding U.S. Appl. No. 10/814,522 dated Feb. 7, 2007, 13 pages.
- United States Patent and Trademark Office, second final Office Action regarding U.S. Appl. No. 10/814,522 dated Jul. 16, 2007, 19 pages.
- United States Patent and Trademark Office, first non-final Office Action regarding U.S. Appl. No. 10/814,547 dated Apr. 19, 2006, 19 pages.
- United States Patent and Trademark Office, second non-final Office Action regarding U.S. Appl. No. 10/814,547 dated May 3, 2007, 17 pages.
- United States Patent and Trademark Office, first final Office Action regarding U.S. Appl. No. 10/814,547 dated Nov. 15, 2006, 18 pages.
- United States Patent and Trademark Office, second final Office Action regarding U.S. Appl. No. 10/814,547 dated Jan. 18, 2008, 16 pages.
- United States Patent and Trademark Office, non-final Office Action regarding U.S. Appl. No. 10/814,548 dated Oct. 17, 2006, 10 pages.
Type: Grant
Filed: Mar 31, 2004
Date of Patent: Feb 24, 2009
Patent Publication Number: 20050080808
Assignee: Wolters Kluwer Financial Services, Inc. (St. Cloud, MN)
Inventors: Richard Warren Hailey (St. Cloud, MN), Richard Keith Wyman (St. Cloud, MN), Scott James Walter (Plymouth, MN), Thomas William Weitzel (Cold Spring, MN), Susan Bosl Hollingsworth (Sartell, MN), Abdias Evangelista-de Lira (Clinton Township, MI), Samuel Richard Hollingsworth (Sartell, MN), Paul John Gunn (Rochester Hills, MI)
Primary Examiner: Amelia Rutledge
Attorney: Michael Best & Friedrich LLP
Application Number: 10/814,554