CA2400590A1 - Method and apparatus for converting legacy programming language data structures to schema definitions - Google Patents

Method and apparatus for converting legacy programming language data structures to schema definitions Download PDF

Info

Publication number
CA2400590A1
CA2400590A1 CA002400590A CA2400590A CA2400590A1 CA 2400590 A1 CA2400590 A1 CA 2400590A1 CA 002400590 A CA002400590 A CA 002400590A CA 2400590 A CA2400590 A CA 2400590A CA 2400590 A1 CA2400590 A1 CA 2400590A1
Authority
CA
Canada
Prior art keywords
schema
type
node
instructions
name
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.)
Abandoned
Application number
CA002400590A
Other languages
French (fr)
Inventor
Suman K. Kalia
Sheng Fang
John H. Green
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.)
IBM Canada Ltd
Original Assignee
IBM Canada Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IBM Canada Ltd filed Critical IBM Canada Ltd
Priority to CA002400590A priority Critical patent/CA2400590A1/en
Priority to US10/324,742 priority patent/US7533102B2/en
Publication of CA2400590A1 publication Critical patent/CA2400590A1/en
Priority to US12/464,674 priority patent/US8121976B2/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms

Abstract

A method and apparatus for creating a schema definition from a language-specific metamodel of a data structure written in a legacy computer language involves walking through the nodes of the metamodel, and creating corresponding schema element objects in a schema tree that is serialized to create the schema definition. The creation of the schema element objects follows rules, and permits the definition of nested data structures having conjunctive-type and disjunctive-type membership.

Description

METHOD AND APPARATUS FOR CONVERTING LEGACY
PROGRA'N~IING LANGUAGE DATA STRUCTURES TO SCHEMA
DEFINITIONS
CROSS-REFERENCE TO RELATED APPLICATIONS
This is the first application filed for the present invention.
MICROFICHE APPENDIX
Not Applicable.
TECHNICAL FIELD
The invention relates to markup languages, and, in particular, to IS a method for converting definitions of data structures written in legacy programming languages into schema definitions written in a markup language.
BACKGROUND OF THE INVENTION
Markup languages have been developed for describing parameters used in support of operations, and the operations themselves, using an abstract grammar that is independent of any particular programming language or environment in which the operations may be performed.
These descriptions have been found to be useful in a number of situations. For example, a description of computer functionality in a language-neutral and environment-neutral format is useful for characterizing the computer functionality of different programs written in different languages for different environments.
Moreover, language-neutral and environment-neutral descriptions of computer functionality can be used to enable co-operation of the different programs written in different languages, for different environments. Data structures are an important aspect of computer functionality. While primitive data structures (data types) are relatively easily mapped to respective primitive data structures of markup languages, nested data structures,also need to be expressed in the markup language.
An example of a current markup language endorsed by the World-Wide Web consortium (W3C), is extensible markup language (XML). XML is further associated with a schema definition language (XSD) that provides for the definitions of schemata. A schema definition is used by XML message senders to transmit an instance of a data structure as a flat XML message using an XML tagged message format.
The tagged message is used by XML message receivers to reconstruct the data structure from the tagged name-value pairs.
Canonical mappings exist between XML and Java, visual basic and other languages currently used for developing web applications, including the mappings for data structures. However, legacy computer applications, written in Cobol,, C or PL/I, for example, which have been developed for many years at great expense, have not been provided with mapping algorithms. The legacy applications are reliable, but, as the term "legacy" denotes, they are not adapted to be executed by current computing platforms. One particular type of a legacy computer system is a customer information control system (CICS) . CICSs are online transaction processing programs for building customer transaction applications in mainframe computing environments. Much of CICS programming is written in the COBOL
programming language. Consequently a great number of legacy applications still in use are written in COBOL. Similarly the C
programming language has been very popular and has been used to create a lot of computer functionality that drives today's business operations.
What is therefore needed is an automated process for describing legacy data structures using a markup language. In particular, a method and apparatus for constructing schemata corresponding to the data structures created using legacy computer languages. A value latent in legacy computer applications, and an opportunity to part those application to various computing environment and programming language-agnostic services, underscores the need to provide the method for generating schema definitions required to define those services.
SU1~SARY OF THE INVENTION
It is therefore an object of the invention to provide a method and apparatus for converting data definitions extracted from programs written in a legacy computer programming language into schema definitions written in a markup language.
The invention therefore provides a method for generating a schema definition. The method comprises a first step of receiving a language-specific metamodel generated from a nested data structure definition written in a predetermined legacy computer language.
After the metamodel is received, a complex type schema element is defined and named for the nested data structure. The schema definition is then created by walking through the metamodel and examining each node in the metamodel, and for each node, creating a respective schema element according to a predefined mapped relationship.
The invention further provides an apparatus for generating a schema definition from a definition of a nested data structure written in a legacy computer language. The apparatus comprises an interface through which a language-specific metamodel generated from the nested data structure definition is received. The apparatus further includes a naming resource that generates names for schema elements derived from names of corresponding nodes of the language-specific metamodel, and a data control system for walking through the nodes of the metamodel. A mapping module of the apparatus is adapted to receive nodes, inspect their content, and generate a corresponding part of a schema definition to produce a schema definition for the nested data structure.

The invention further provides a computer-readable medium containing program instructions for generating a schema definition.
The program instructions comprise instructions for receiving a language-specific metamodel generated from a nested data structure definition written in a predetermined legacy computer language.
Instructions are also provided for naming and defining a complex type schema element for the nested data structure, and creating the schema definition by walking through the metamodel to examine each node in the metamodel. For each node, the program instructions l0 create a respective schema element according to a predefined mapped relationship.
The invention therefore permits the functionality of legacy computer programs and legacy computer applications to be ported to a web services platform. Trusted applications can therefore be re-used in a modern computing environment to reduce application development costs and improve time to market.
BRIEF DESCRIPTION OF THE DRAWINGS
Further features and advantages of the present invention will become apparent from the following detailed description, taken in combination with the appended drawings, in which:
FIG. 1 illustrates principal steps involved in creating a schema using an exemplary user interface in accordance with the invention;
FIG. 2 illustrates principal steps involved in generating a schema definition in accordance with an embodiment of the invention;
FIG. 3 illustrates principal steps involved in creating multiple possible output-type schemata, in accordance with an aspect of the invention; and FIG. 4 illustrates principal steps in deriving a name for a schema element in accordance with one naming convention for use in accordance with the present invention.

It will be noted that throughout the appended drawings, like features are identified by like reference numerals.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
The invention provides a method for creating schema definitions for data structures defined in legacy computer languages. The created schemata can be used with a markup language (preferably, extensible markup language (XML)) to characterize legacy computer language data structures, which may be used for various purposes, including cataloging computer functionality in a language and environment independent manner, and porting legacy computer applications to distributed processing systems. The schemata generated using the method and apparatus in accordance with the present invention may be generated using the XML schema definition (XSD) language.
The invention will be described with reference to an embodiment that is designed to function as a component in a larger system for characterizing computer functionality, but this is not representative of all applications of the methods and apparatus in accordance with the invention.
Environment FIG. 1 schematically illustrates a method for using the invention, and provides a control environment for executing programs, that effect the generation of XSD schemata. The control environment comprises a suite of tools, graphical user interface (GUI), and applications, etc. that are used to create the characterization of the legacy computer functionality in a markup language.
The method begins when the application 'suite is presented with source code written in a determined legacy language. In step 100, the source code is scanned, and data structures identified. This identification of data structures may be effected by a software tool that reduces the source code to an in-memory language-specific metamodel. Each computer language that the suite is adapted to . , receive and parse requires a respective language-specific metamodeling tool for this purpose. The language-specific metamodel is a structured representation of the source code that facilitates numerous operations, including the identification of the data structures. The structured representation of a source code stored in working memory provides ready access to the data structures, as well as their elements, sub-elements, etc., and is associated with a method for perusing ("walking through") the parts of the structured representation that correspond to respective data l0 structure definitions. In accordance with the present embodiment, the parts of the structured representation include at least a structure of a parse tree, the nodes (vertices) of which correspond to the elements of the data structure definition, and the edges of which correspond to a membership relation obtained between the IS elements in accordance with a native interpretation of the data structure definitions. As the term is used herein, a parse tree is a simple, rooted, connected, directed, acyclic, graph.
Some examples of language-specific metamodels of code written in a legacy computer language, (C, COBOL and PL/I, for example) are 20 described in an Object Management Group (a standards group) document UML Profile and Interchange Models for Enterprise Application Integration ~EAI) Specification (sections 14.1-14.3), the contents of which are hereby incorporated herein. Other representations of legacy computer code that provide enough 25 structure to clearly define the different parts of the computer code needed for generating schema definitions, can also be used.
Preferably a structure defined by inclusion of elements of the data structure (which is naturally a tree-like~structure) is directly or indirectly evident in any language-specific metamodel of the 30 present invention.
In step 102, the user is presented a GUI that displays a list of all of the data structures defined in the source code. The GUI
provides the user with an option of selecting or deselecting any of the data structures, the user may also name or rename any of the selected data structures. Preferably the GUI further permits users to supply input used to govern the construction of the schema definitions. An example of such input and subsequent processing is further illustrated below with reference to FIG. 3.
The user input is received via the GUI and a mapping tool in accordance with the invention is invoked (step 104) to populate a schema tree . The schema tree includes a root node that contains meta information regarding the source code, environment, etc.
l0 required for formatting the XSD schema definitions, etc. Each child of the root of the schema tree is an object that serves as a root of a respective schema sub-tree that corresponds to a respective data structure. Each schema sub-tree is created by an iterative process of populating nodes. This process is further described below with reference to FIG. 2.
After the schema tree is constructed, every object of each schema definition is defined, and a process of serializing the schema tree structure to form schema definitions is performed (step 206). The result of the serialization is a file that expresses the schema definitions in a file, rather than the in-memory schema tree structure. Examples of serialization processes are well known in the art . Although "serialization" is sometimes used in related arts to refer to marshalling (the formatting of data into a data stream in a manner that permits recovery of the data at a receiving end).
the way in which the term is used in this document will be clear to those of skill in the art. , Method FIG. 2 schematically illustrates principal steps involved in mapping a part of the language model that is stored in memory for immediate reference. In step 120, the mapping tool is invoked, and a part of the language-specific metamodel corresponding to one of the data structures def initions that has been selected by a user is located. The procedure begins by defining a root object (122) for the schema sub-tree generated from the data structure, and including it as a child of the root of the schema tree, which is already defined. In accordance with an embodiment, creating a node (such as the root of the sub-tree) involves instantiating an object, which requires specifying a set of attributes that are mandatory for an object of the object's type. The attributes for complex type and group objects are a name and a content model.
Simple type objects have a name, and a data type, as mandatory attributes. A complex type object is created in step 122. The name is supplied in the command received in step 120, and the complex type is set by default to "sequence". As~will be familiar to those skilled in the art, a content model of such objects is a guide to reading the elements of the object. More particularly, a content model of an object determines whether all the elements of the object are included in every instance of the object, only some are, and if a listed order of the elements is respected by the instances. According to XSD, there are four content models:
sequence, choice, all, and any: only the first two are used in embodiments of the present invention. A choice content model indicates that one and only one of the elements are included in an instance of the object, whereas a sequence content model indicates that all of the elements are included in each instance, and that the elements respect an order in which the element names appear in the XSD definition.
After a first node of the scheme sub-tree has been created, a procedure for walking through the language-specific metamodel is begun. If there is a first/next step in the walk through, as determined in step 124, the step is taken (step 126). Otherwise the procedure ends. The first step, naturally takes the procedure to the root of the parse tree in the language model: an image of which is the only node defined in the schema sub-tree thus far. The walk through ensures that the parse tree is traversed, so that every node in the data definition of the language-specific metamodel is CA9-2002-0041 g examined once and only once. The procedure ensures that steps in the walk through are performed after the corresponding objects of the schema sub-tree have been created. Once a first or next node in the parse tree has been accessed (step 126), a language-specific task is performed to identify elements of the node that are natively interpreted as alternatives in the data structure. Herein the elements of a node that are natively interpreted as alternatives are generically referred to as "union elements". For example in C, a union key word is used to specify that the elements represent alternatives in the data structure. However, in COBOL, a redefines clause is used to provide a second description and name for a data structure in working storage. Either of these names and descriptions can be used to identify the requisite content in the working storage, but only one is required. Consequently, an application of the present invention to COBOL source code requires a search through the elements (step 128) of the node to determine if any redefines clauses appear. Step 128 is not required for detection of union elements in all source code legacy languages.
In step 130 it is determined whether the (current) node contains elements that are union elements. Some legacy computer languages, like COBOL, permit the union of only some of the elements of a node, while others, like C, provide a structure for taking a union of all elements of the node. If it is determined that the node contains union elements, a grouping object is created to represent all of the union elements in the node ,(step 132). The grouping object is defined by creating a group object supplying a name for the object according to a naming convention (further described below with reference to FTG. 4), and assigning a content model attribute of the group object of "choice". If the union is defined by including all elements of the node in the union (as in C), the name of the grouping object is derived from the name of the node, otherwise a special name like "UnionElement A B,C..." (where A, B, C...
are the names of the union elements of the node) may be used. Once the grouping object is defined, schema tree objects (schema elements) for each of the union elements of the node are created (step 134). Each of the union elements is used to create a respective object, in turn, for example using steps described below with reference to steps 140-154. After the union element objects have been created, the procedure returns to step 128, so that if there happens to be a group of multiple union elements, these are treated in turn.
If in step 130 it is determined that no (more) union elements exist, the procedure begins examination of each of the (non-union) elements of the node. If, the node is a union of all its elements, or the node is of primitive type, for example, it will be determined in step 136 that no elements are left in the node.
Consequently the process will return to step 124. Otherwise it will be determined, in step 136, that there remains at least one element in the node. In step 138, a first/next element of the node is examined. If the element is not an array (as determined in step 140), it is determined in step 142 whether the element is of a primitive type. If the element is not of primitive type, a child object is created for the current node's schema object, the child object being a group object, having an assigned name, as generated by the naming scheme, and a content model of type sequence is generated (step 144). At this point, the walk through the language model has yet to arrive at this element's corresponding node in the language-specific metamodel. When it does, its respective elements will be defined. With the creation of the object complete, the procedure returns to step 136.
If in step 142 the element is determined to be of primitive type, an object is created as a child of the current node, by instantiating a simple schema element object, setting the name, and assigning a data type for the object (step 146). The procedure advances to step 148 wherein it is determined if any data type restrictions, or expected values are to be applied to the native interpretation of a source code definition of the element. If any data type restrictions (such as a maximum/minimum number of characters etc.) is applied to the native interpretation, these are included by setting an optional restriction base attribute, and expected values (values that have special interpretations, such as a "space" for a default string in COBOL) , which are incorporated by inserting an annotation attribute, which is another optional attribute of simple type objects. After the simple type object is created for the primitive element the procedure returns to step 136. .
If the element is determined to be an array, in step 140, it is further determined whether the array is of fixed-, or variable-length. Arrays are well known compound data elements that support a number of entries, each being of the same data type. As is known in the art, variable-length arrays can be defined in many legacy languages to have at least a number (min) of elements and at most a number (max) of elements. Of course if the array is of fixed-length, min=max. Most legacy computer languages support arrays of data structures. Consequently, a simple object is created as a child of the node's object in the schema sub-tree (step 150) by defining a simple type object. The name for the object is generated, a minimum number of occurrences and a maximum number of occurrences (optional attributes of the simple object) are set to the min and max numbers, and a name of the base of the array is inserted. If the base is of primitive type, as determined in step 152, the base type is inserted into the object. Any data type restrictions and/or expected values of the base data type are inserted into the object as the procedure returns to step 148.
Otherwise the base type is a complex structure, and a base type of the base element is set, using a name that is derived from the name of the object by removing underscores which delimit the parent object names in the name. In step 154 a complex type object is created to define the type just instantiated. Therefore the name of the complex type object is the name of the base type. The complex type is of "sequence" content model. When the walk through of the language-specific metamodel reaches a node corresponding to the current element, the active schema element will be the complex type, which serves as a root of a secondary schema sub-tree. It is preferable to create the schema sub-tree as an autonomous schema for structured bases of arrays, to permit use of the complex data type in other applications. Subsequently the procedure returns to step 136. By the end of the walk through, all of the nodes in the part of the language-specific metamodel will have been examined, l0 and at least one schema sub-tree(the principal one) will have been populated with objects that are defined in accordance with the XSD
language.
Schemata are frequently created to perform a role in a service of some kind, and it is therefore important to provide users with an opportunity to create different kinds of schemata. Once a complex type (a schema sub-tree) has been defined, it can feature as a schema element in other schema definitions. Therefore once the language-specific data structures have been defined as schemata, these can then be used in the creation of other schemata. One 2o particular way of generating schemata that is particularly common is by forming a group of request/response types for a respective action. Such a grouping is similar in many respects to the grouping element discussed above. If a plurality~of request/responses are possible at a juncture in a service, a message having a complex type that relates these possibilities is desirable. A method for creating these grouping types is schematically illustrated in FIG. 3.
In step 260, a user selects data structure definitions of the possibilities that are to be used to define the grouping type, and further supplies a name for the grouping type. The method shown in FIG. 2 is applied to a first of the data structure definitions, resulting in the generation of at least a respective principal sub-tree for the first data structure definition. A principal sub-tree of a data structure definition is the sub-tree having a complex type root, which bears the name derived from that of the data structure, unless the user has renamed it, and prior to other schema sub-trees in both an order in which their roots were generated, and an order defined by referencing. For example, when a complex type is defined from an array having a structured base in accordance with the method of FTG. 2, ,the structured base type refers to the array type, and so the complex type of the array is prior to the structured base type in that sense. Once the schema sub-tree (s) has been defined in step 262, a first simple schema object of the schema sub-tree is identified (step 264). An annotation is inserted into the first simple schema object. The annotation inserts a recognition description pattern that is used to associate the possibility with a reply/request message. The format of the reply/request message depends on the system generating the message, but a tag that is used to identify which of the possibilities the message corresponds to can be reused. In step 268, it is determined whether another user-supplied data structure definition is to be used to define a corresponding schema. If another such data structure definition exists, the procedure returns to step 262. Otherwise, in step 270, a complex type is created for the grouping. As other complex types, it is defined as a child of the root of the schema tree . A name supplied by the user is set as the name of the complex type and the content model is set to "choice". In step 272, a simple type schema element is included in the complex type for each of the data structure definitions. Each simple type schema element has both a name and a type set to a respective one of the already defined schemata.
In accordance with the invention, an automated name-generating procedure is also provided. Rote derivation of names from names of elements of the data structure definitions expedites the method.
However, it is a requirement of XSD that no two schema types in the same schema tree be given the same name. Care must therefore be taken to assure uniqueness of each of these names. Furthermore, because of the way in which different nodes of the language-specific metamodel are handled, different structures requiring a name generate different types of names.
In step 280, a name for a schema object is requested. A list of names. is provided, the list corresponding to the names of the corresponding element in the language-specific metamodel, and all of its ancestors. In step 282 it is determined whether the element is being used to define a group. If it is, the name is generated by appending the list of ancestors, separated by an underscore ("-") to the name of the element, unless the group defines a grouping element of the redefines type (determined in step 284). If the grouping element is used for a union of some, but potentially not all, elements of a node, there may not exist a node of the language-specific metamodel from which the object being named is mapped. The absence of a name from a corresponding node in the language-specific metamodel for these group objects is overcome by creating a name of the form UnionElement tl,t2-t3..., by appending the names of the union elements (tl,t2,t3,...) to "UnionElement", each separated by an underscore.
If the obj ect being named is not a group, it is either a simple type element or a complex type element, as determined in step 290.
If the language-specific metamodel node from which the object is being derived is not a simple type, either it is a user-defined name (in which case uniqueness is verified immediately after it is input ) , or it was generated from an array having a structured base .
In the latter case, the name for the array is defined to match the type of the base already inserted. In accordance with the present embodiment, a name for the type is chosen to be the list of ancestors (undemarcated), and consequently so will be the name of the complex type. If needed, prior to assigning the type for the base structure, a candidate word is tested to determine if it is unique. If a name is not unique, and cannot be made to be so using rote procedures, the user is called upon to assign a new name to CA9-2002-0041 14 .

the object. Similarly, if the procedure is anonymous, the user is required to supply a name.
If the node from which the object is derived is a primitive type, the name of the node is first chosen for the object (step 294). If the name of the object is found not tb be unique step 296 in comparison to all of the other schema type names, a name of the parent of the object is appended using an underscore (step 298), and the procedure returns to step 296.
The way in which a language-specific metamodel of a data structure can be used to create a definition of a substantially identical schema type has been described. As will be appreciated by those of skill in the art, special case treatment may be required for different programming techniques associated with different legacy computer programming languages. For example, COBOL supports level 66, level 77 and level 88 declarations, which have respective native interpretations. The last of these can be of use for providing important interpretation information regarding possible values a field can receive. This information permits insertion of a particular value in dependence on othex factors, and definition of the factors in view of a value of the field. As these values are relevant to processing, and are closely related to the native interpretation of data, a means for incorporating the association information into the schema type definition is desired.
Accordingly, step 148 of the method of FIG. 2 preferably further involves a step of detecting immediately following level 88 clauses and uses these clauses to provide level 88 annotations (an example of which, is explained below) . As is well known to those skilled in the art, XSD is extensible in that it permits definition of annotation features, and any other tags that are used for processing instances of the schema type. This extensibility is enabled by providing references to a tag definition resource, such as a World Wide Web page, in a manner well known in the art.

Data Type Mapping An exhaustive list of the data types of COBOL and C are provided below to complete a description of the method of mapping. Table 1 provides a list of Cobol data type mapping.
Table 1 o a rime me <res W c ion more Types base=?>
~ipnar~em c ric y nI siring <IengLn value="n" />

Alpha- Pic X(n) string <length to numeric value="n" />

AlphaNumeric string <length -EditedType value="n" />

Numeric S9(1)-(4) short* <minInclu siv S9 (5) - (9) int*

S9 (10) - (18) long*

S9 (19) - (31) BigInteger 9 (1) - (4) Unsigned 9 (5) - (9) unsignedInt*

9(10)-(18) unsignedLong*

(S) 9 (1) - (18)decimal with V or P limited, may decimal BigDecimal (S) 9 (19) - BigDecimal (31) Internal- COMP-1 float FloatType COMP-2 double Numeric- string <length EditedType value="n" />

DBCSType string <length value="n" />

External- string <length FloatType value="n" />

Addressing- Not supported Type UnicodeType Data stored in Unicode format-not supported ObjectRef- Not supported erenceType As will be immediately apparent to those skilled in the art, depending on the namespace assigned to the schema, the values of 4o the restriction base and other tags may~have to be prefixed with "xsd:" so that the standard xsd tag definition is applied to the schema. Tags that have values prefixed in this way are referred to a uniform resource locater that is available on the world-wide web, so that every recipient of the schema can interpret the schema definition in the same way, and verify that a given parameter constitutes an instance of the schema.
String type operators are defined in COBOL to have a specified number of characters (a length). There are many different kinds of number types in COBOL. An explicit listing of maximum and minimum values must be included, unless the size of the Cobol picture string being defined is fixed by its machine code format. For example, if a model type property of the data type is set to COMP-3, or if the compile option trun(bin) is selected and a BINARY, COMP, or COMP-4 model type property is set, the size of the picture string will be limited, and so the explicit listing of minimum and maximum values held in the picture string are not necessary.
The COBOL language supports definition of nested data structures with the use of level numbers. A level number is associated with each clause, each of which defines a respective element of the data structure. Membership is defined by clauses having a column-wise nested level. A redefines clause, as previously mentioned, permits definition of union elements.
A second example of the mapping maps primitive types of the C
language to those of the XSD. While the C language is not deemed a "legacy" language by all persons skilled in the art, mostly because of its association with C++, which is at least one generation beyond COBOL, PL/I, and the like, it is considered "legacy" because it has been used to generate a lot of functionality for client/server applications that cannot run on many current computing platforms. Table 2 provides a list of C data type mapping.
CA9-2002-0041 1~

Table 2 rime me ey <res ric ion more Word base=?> ' wc:nar scrlng <lengcn value="1"~>
Char string <length value="1"/>
Short short n int ong int long long long Float f loat Double double long double double Unsigned char unsignedByte unsigned short unsignedShort unsigned int unsignedInt unsigned long unsignedLong unsigned long long unsignedLong signed char byte Void Not supported * pointer Not supported & reference Not supported The foregoing mapping is readily understood by those of skill in the art. As will also be readily apparent to those skilled in the art, the main structural key words of C are "struct" and "union".
Struct permits declaration of a structure that is comprehensive of its elements, whereas union is used to declare elements/data structures having alternative type membership. Further the arrays defined in C, as are those in COBOL, treated as explained above CA9-2002-0041 ~g with reference to FIG. 2.
It should be noted that simple arrays of fixed length having a base of character (char) type, are preferably mapped to strings rather than arrays of strings restricted to one element.
Examples A few examples of COBOL and C source code, and respective output of the method of the present invention, illustrating respective aspects of the invention follow.
A first example of a data structure definition written in COBOL, defines a relatively uncomplicated data structure having three elements, a first of which is a data type, a second of which is a structure having one element. The one element is an array of fixed length. The third element comprises two variable-length array elements.
identification division.
program-id. examplel.
data division.
working-storage section.
linkage section.
O1 COMMAREA.
05 controll pic 9(2).
05 outl.
10 fieldl pic x(10) occurs 17 times.
05 inl.
10 team occurs 1 to 4 times depending on controll pic 9 (2) .
9 (2) .
10 car occurs 1 to 5 times depending on controll pic In accordance with the methods of FIG. 2&3, the following schema definition is derived from the data structure named COMMAREA. The header of which comprises information regarding a namespace <schema attributeFormDefault="qualified"
elementFormDefault="qualified"
targetNamespace="http://test.sample.coboloccurdependincton.coboltv es url of target namespace"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsdl="url of target namespace">
<complexType name="COMMAREA">
<sequence>
<element name="controll">
<simpleType>
<restriction base="short">
<minInclusive value="0"/>
<maxInclusive value="99"/>
</restriction>
</simpleType>
</element>
<group ref="xsdl:COMMAREA outl"/>
<group ref="xsdl:COMMAREA inI"/>
</sequence>
</complexType>
<group name="COMMAREA outl">
<sequence>
<element maxOccurs="17" minOccurs="17" name="fieldl">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="10"/>
</restriction>
</simpleType>
</element>
</sequence>
</group>
<group name="COMMAREA inl">
<sequence>
<element maxOccurs="4" minOccurs="1" name="team"
type="short">
<annotation>
<appinfo source "url of tag definition resource">
<dependingOn>controll</dependingOn>
</appinfo>
</annotation>
</element>
CA9-2002-0041 2p <element maxOccurs="5" minOccurs="1" name="car" type="short">
<annotation>
<appinfo source "url of tag definition resource">
<dependingOn>controll</dependingOn>
</appinfo>
</annotation>
</element>
</sequence>
</group>
l0 </schema>
The namespace and application information source referred to in the schema definition are defined prior to the commencement of the method described with reference to FIG. 2. Consequently tags such as "<dependingOn>" and <initialValue kind> are defined and can be used in accordance with XSD.
The second example of a COBOL copy book is designed to show a schema generation for different possibilities as described with reference to FIG. 3. While the method of the present embodiment does not examine more than the working-storage section of a COBOL
copy book, part of a procedure division is further added to illustrate how the pattern recognition description strings are chosen.
identification division.
program-id. get customer_info.
environment division.
data division.
WORKING-STORAGE SECTION.
O1 tmp pic a (40) .
Ol ICOMMAREA.
02 ICustNo PIC X(5).
02 Ifiller PIC X(11).
O1 GENCUST.
02 GCUSTCODE PIC X(4).
02 GFILLER PIC X (40) .
O1 PREFCUST.
02 PCUSTCODE PIC X(4). ' 02 PCUSTNO PIC X(5).
02 ASSETS PIC S9 (6) V99.
O1 REGCUST.
02 RCUSTCODE PIC X(4).
02 RCUSTNO PIC X(5).
02 ACCOUNTNAME PIC A(10).
02 BALANCE PIC S9(6)V99.

O1 BADCUST.
02 BCUSTCODE PIC X(4).
02 BCUSTNO PIC X(5).
02 DAYSOVERDUE PIC X(4).
02 AMOUNT PIC S9(6)V99.
LINKAGE SECTION.
O1 COMMAREA.
02 inputfield pic x(50).
PROCEDURE DIVISION.
start-para.
move DFHCOMMAREA to ICOMMAREA.
IF ICustNo EQUAL '12345' move 'PREC' to PCUSTCODE
move ICustNo to PCUSTNO
move 43456.33 to ASSETS
move PREFCUST TO DFHCOMMAREA
ELSE IF ICustNo EQUAL '34567' move 'REGC' to RCUSTCODE
move ICustNo to RCUSTNO
move 'SAVINGS' TO ACCOUNTNAME
move 11456.33 to BALANCE
move REGCUST TO DFHCOMMAREA
ELSE move 'BADC' to BCUSTCODE
move ICustNo to BCUSTNO
move '132' to DAYSOVERDUE
move -8965.33 to AMOUNT
move BADCUST TO DFHCOMMAREA
* END-IF.
END-IF.
EXEC CICS RETURN
END-EXEC.
A user who knows the source code and application of the preceding copy book, in accordance with the method shown in FIG. 3, selects the data structures that are to be alternative-type members of a schema, and names the schema "GetCustomerInfoResponseType". The user selects REGCUST, PREFCUST and BADCUST as the alternative-type members, and supplies pattern recognition description strings for each (REGC, PREC, and BADC, respectively). Further the data structure definition called ICOMMAREA 'is further selected for schema definition generation, and renamed "CustomerTnfoInput".
Consequently the following schemata are generated.

<schema attributeFormDefault="qualified"
elementFormDefault="qualified"
targetNamespace="http://cics.sam~le"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsdl="http://cics.sample">
<complexType name="CustomerInfoInput">
<sequence>
<element name="ICustNo">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="5"/>
</restriction>
</simpleType>
</element> , <element name="Ifiller">
<annotation>
<appinfo source="url of tag definition resource"
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="11"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
<complexType name="GetCustomerInfoResponseType">
<annotation>
<appinfo source="url of tag definition resource">
<multiple0utput>true</multiple0utput>
</appinfo>
</annotation>
<choice>
<element name="Prefcust" type="xsdl:Prefcust"/>
<element name="Regcust" type="xsdl:Regcust"/>
<element name="Badcust" type="xsdl:Badcust"/>
</choice>
</complexType>
<complexType name="Prefcust">
<sequence>
<element name="pcustcode">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
<recognitionDesc pattern="PREC"/>

</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="4"/>
</restriction>
</simpleType>
</element>
<element name="pcustno">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="5"/>
</restriction> .
</simpleType>
</element>
<element name="assets">
<simpleType>
<restriction base="decimal">
<minlnclusive value="-999999.99"/>
<maxInclusive value="999999.99"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
<complexType name="Regcust">
<sequence>
<element name="rcustcode">
<annotation>
<appinfo source="url of tag definition resource"
<initialValue kind="SPACE"/>
<recognitionDesc pattern="REGC"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="4"/>
</restriction>
</simpleType>
</element>
<element name="rcustno">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>

<restriction base="string">
<length value="5"/>
</restriction>
</simpleType>
</element>
<element name="accountname">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="10"/>
</restriction>
</simpleType>
</element> ' <element name="balance">
<simpleType>
<restriction base="decimal">
<minInclusive value="-999999.99'"/>
<maxInclusive value="999999.99"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
<complexType name="Badcust">
<sequence>
<element name="bcustcode">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
<recognitionDesc pattern="BADC"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="4"/> , </restriction>
</simpleType>
</element>
<element name="bcustno">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="5"/>
</restriction>

</simpleType>
</element>
<element name="daysoverdue">
<annotation>
<appinfo source="url of tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="4"/>
</restriction>
</simpleType>
</element>
IS <element name="amount">
<simpleType>
<restriction base="decimal">
<minlnclusive value="-999999.99"/>
<maxInclusive value="999999.99"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
</schema>
Another COBOL example illustrates how an embodiment of the method shown in FIG. 2 treats level 88 clauses, and data structures that have non-primitive bases. For brevity only a part of a data division of a COBOL copy book is included for this example.
O1 CORP-INDEX.
02 DEPT.
03 deptname PIC X(20) DISPLAY.
03 person occurs 3 TIMES.
04 name PIC X(20) DISPLAY.
04 age PIC 9(5) COMP.
04 phone PIC X(8) DISPLAY.
02 DEPT_Code PIC A(3).
88 Ops&Products value "OAA" THRU "OZZ".
88 Admin&BusDev value "AAA" THRU "AZZ".
88 DesignR&D value "RDD".
As will be apparent to those skilled in the art, the NEWCOMMAREA
data structure has two elements: DEPT and DEPT Code, a first letter of the DEPT_Code designating a respective sector of the department.
The following schemata will be generated for the CORP-INDEX data structure.

<schema attributeFormDefault="qualified"
elementFormDefault="qualified"
targetNamespace="http://cobol/"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsdl= "http://cobol/">
<complexType name="corpindex">
<sequence>
<group ref="xsdl:corpindex dept"/>
<element name="DEPT Code">
<annotation>
<appinfo source="url of tag definition resource">
<leve188>Ops&Products value OAA THRU OZZ</level88>
<leve188>Admin&BusDev value AAA THRU AZZ</leve188>
<leve188> DesignR&D value RDD</level88>
<leve188></leve188>
<leve188></level88>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="3"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
<group name="corpindex dept">
<sequence>
<element name="deptname">
<annotation>
<appinfo source="url to tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="20"/>
</restriction>
</simpleType>
</element>
<element maxOccurs="3" minOccurs="3" name="person" type ="xsdl:CorpindexDeptPerson"/>
</sequence>
</group>
<complexType name="CorpindexDeptPerson">
<sequence>
<group ref="xsdl:corpindex dept-person"/>
</sequence>
</complexType>
<group name="corpindex dept_person">
<sequence>
<element name="name">

<annotation>
<appinfo source="url to tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="20"/>
</restriction>
</simpleType>
</element>
<element name="age">
<simpleType>
<restriction base="int">
<minInclusive value="0"/>
<maxInclusive value="99999"/>
</restriction>
</simpleType>
</element>
<element name="phone">
<annotation>
<appinfo source="url to tag definition resource">
<initialValue kind="SPACE"/>
</appinfo>
</annotation>
<simpleType>
<restriction base="string">
<length value="8"/>
</restriction>
</simpleType>
</element>
</sequence>
</group>
</schema>
The present invention can be readily applied to COBOL, C, PL/I and high level assembler, however other similar legacy computer languages can be used to generate schemata in substantially the same manner. To demonstrate this, an example of a C-language mapping is provided. The code facilitates a transaction that registers a winner of a car.
#include <stdio.h>
#include <string.h>
#include <ctype.h>
typedef struct char name [30] ;
char city [21] ;
CA9-2002-0041 2g char phone [16] ;
union {
char coupe [20] ;
char sedan [20]
} car } winner;
/* Transaction entry point, to be invoked by CICS. */
/* No parameters. */
void main ( void ) /* Variable to recieve response codes from service. */
long RespCode;
/* Declare pointer to the winner info structure. */
car * pCar;
/* Get addressability to the EIB to validate the */
/* expected comm area length. If the comm area */
/* length was not of the expected length, write an */
/* error message to the console and exit, otherwise */
/* get the date and time to pass back */
EXEC CICS ADDRESS EIB( dfheiptr );
/* Get addressability to the comm area. */
EXEC CICS ADDRESS
COMMAREA( pCar );
/* Transaction completed, return control to system */
EXEC CICS RETURN;
Application of the method shown in FIG.~2 to the typedef of this source code produces the following schema.
<schema attributeFormDefault="qualified"
elementFormDefault="qualified"
targetNamespace="http://c"
xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsdl="http://c">
<group name="winner-car">
<choice>
<element name="Coupe">
<simpleType>
<restriction base="string">
<length value="20"/>
</restriction>
</simpleType>
</element>
<element name="Sedan">

<simpleType>
<restriction base="string">
<length value="20"/>
</restriction>
</simpleType>
</element>
</choice>
</group>
<complexType name="winner">
<sequence> , <element name="name">
<simpleType>
<restriction base="string">
<length value="30"/>
</restriction>
</simpleType>
</element>
<element name="city">
<simpleType>
<restriction base="string">
<length value="21"/>
</restriction>
</simpleType>
</element>
<element name="phone">
<simpleType>
<restriction base="string">
<length value="16"/>
</restriction>
</simpleType>
</element>
<group ref="xsdl:winner-car"/>
</sequence>
</complexType>
</schema>
As will be evident to those skilled in the art, the present invention may be practiced using other markup languages and other schema definition languages. To create XSD schema definitions requires proper use of name space references and header information, which is well documented and known in the art.
As will also be evident to those skilled in the art, there are numerous applications of schema definitions generated in a standard manner in a language- and environment-neutral format such as XSD.
One emerging demand for these schemata is in web service description language (WSDL) web service definitions, which are known in the art.
The embodiments? of the invention described above are therefore intended to be exemplary only, the scope of the invention is intended to be limited solely by the scope of the appended claims.

Claims (39)

I/WE CLAIM:
1. A method for generating a schema definition, comprising:
receiving a language-specific metamodel generated from a nested data structure definition written in a legacy computer language;
naming and defining a complex type schema element for the nested data structure; and creating the schema definition by walking through the metamodel to examine each node in the metamodel, and for each node, creating a respective schema element according to a predefined mapped relationship.
2. A method as claimed in claim 1 wherein receiving comprises receiving a parse tree generated from the nested data structure definition written in one of C, PL/I, high level assembler and Cobol.
3. A method as claimed in claim 1 wherein naming and defining comprises setting a content model of the complex type schema element to sequence.
4. A method as claimed in claim 3 wherein creating the schema definition further comprises:
populating a schema tree; and serializing the schema tree after it is populated.
5. A method as claimed in claim 4 wherein populating a schema tree comprises:
selecting a first/next node in the walk through the language-specific metamodel, in accordance with a breadth-first selection algorithm;

examining the elements of the node to determine a type of the elements; and applying the predefined mapped relationship to the node in accordance with the node's type to generate a schema element.
6. A method as claimed in claim 5 wherein applying the predefined mapped relationship comprises:
generating the schema element by creating an object of a type determined by the mapped relationship;
specifying a name for the object; and setting all required attributes of the object of the determined type.
7. A method as claimed in claim 6 wherein specifying a name comprises deriving a name for the object from a list of names of the node, and the ancestors of the node, in accordance with a naming convention.
8. A method as claimed in claim 6 wherein generating the schema element comprises creating one of: a group schema element; a simple type schema element; and a complex type schema element, in dependence upon a type of the node and a type of its elements.
9. A method as claimed in claim 7 wherein setting all required attributes comprises:
setting a content model of sequence or choice for all complex type and group schema elements; and setting a data type for simple type schema elements.
10. A method as claimed in claim 9 wherein setting a data type comprises applying a mapping from language-specific data types to schema data types.
11. A method as claimed in claim 10 wherein setting a data type further comprises setting optional parameters that apply restrictions on the simple type schema element in accordance with a native interpretation of the node.
12. A method as claimed in claim 10 wherein setting a data type further comprises enclosing an annotation to supply an expected, initial or default value for the node, in accordance with a native interpretation of the node.
13. A method as claimed in claim 6 wherein examining comprises determining if the node comprises at least one union element, and, if so, applying the predefined mapped relationship comprises:
generating a grouping schema element by creating an object that is a child of the node's schema element, the child object being a group schema element of choice composition kind; and for each union element, creating a respective object that is a child of the grouping schema element.
14. A method as claimed in claim 6 wherein examining comprises determining if the node is an array, and if so, the step of applying the predefined mapping comprises:
creating a simple type object;
setting the name of the object;
setting a minimium and a maximum number of fields in the array;
setting a name of the field; and setting a data type of the field.
15. A method as claimed in claim 15 wherein setting a minimum and maximum comprises determining if the array is of fixed-length or variable-length, and setting the number of fields accordingly.
16. A method as claimed in claim 16 wherein setting a data type of the field further comprises determining if the field is non-primitive, and if so, creating a complex type object that is a child of a root of the schema tree, and setting a content model to sequence.
17. A method as claimed in claim 9 wherein receiving further comprises receiving a language-specific metamodel containing parts generated from a plurality of nested data structures, and each of these parts, in turn is used to create a respective schema sub-tree having a complex type root that is a child of the root of the schema tree.
18. A method as claimed in claim 17 further comprising receiving user input prior to naming and defining, the user input:
supplying a user-defined name for one of the schema sub-trees that replaces a default name for a complex type schema element that serves as a root of the one of the schema sub-trees;
a list of the parts that are to be used to create respective schema sub-tress; and a request for a grouping of the parts to form a user-structured schema.
19. A method as claimed in claim 18 wherein receiving user input further comprises receiving a request for a grouping of possible outputs from a system corresponding to nested data structures defined by respective parts identified by the user, the method further comprising:

creating a child object of the root of the schema tree to serve as a root of a schema sub-tree;
setting the name of the child object to a user-supplied name for the grouping;
setting a content model of the child object to choice;
and for each of the schema sub-trees defined for the respective identified parts, inserting an annotation into a first data type element, the annotation including a pattern recognition description that uniquely identifies the possible output.
20. Apparatus for generating a schema definition from a definition of a nested data structure written in a legacy computer language comprising:
an interface through which a language-specific metamodel generated from the nested data structure definition is received;
a naming resource that generates names for schema elements derived from names of corresponding nodes of the language-specific metamodel;
a data control system for walking through the nodes of the metamodel; and a mapping module adapted to receive nodes, inspect their content, and generate a corresponding part of a schema definition to produce a schema definition for the nested data structure.
21. Apparatus as claimed in claim 20 wherein the language-specific metamodel is one of a COBOL metamodel, a C
metamodel, a PL/I metamodel and a high level assembler metamodel.
22. Apparatus as claimed in claim 21 wherein the mapping module is adapted to create schema element objects from respective nodes, the schema element objects being arranged to form a schema sub-tree for the nested data structure, and the computer program further comprises a serialization procedure for saving the schema definition to a file.
23. Apparatus as claimed in claim 23 wherein the data control system performs a walk through by selecting successive nodes of the language-specific metamodel according to a breadth-first search algorithm.
24. Apparatus as claimed in claim 24 wherein the mapping module is adapted to inspect the node to determine a type of the node, and then to apply a mapping to the data structure in dependence upon the determined type of the node.
25. Apparatus as claimed in claim 25 wherein the mapping module creates simple type schema elements by assigning a name and data type to the element, and optionally assigning one or more of a data type restriction and an expected default value, in accordance with a native interpretation of the node.
26. Apparatus as claimed in claim 25 wherein the mapping module creates complex type schema elements as child objects of a root node of the schema tree, by assigning a name and a content model of choice or sequence, to the complex type schema elements.
27. Apparatus as claimed in claim 25 wherein the mapping module creates group schema elements by assigning a name, and a content model of choice or sequence, to the group schema elements.
28. Apparatus as claimed in claim 25 wherein the mapping module determines if the node defines an array, in which case a maximum and minimum number of fields in the array, a name of the base field and a type of the base field are included in a simple type schema element definition.
29. Apparatus as claimed in claim 29 wherein the mapping module further determines if the base field is of non-primitive type, in which case it further creates a complex type schema element for the base type.
30. A computer-readable medium containing program instructions for generating a schema definition, comprising:
instructions for receiving a language-specific metamodel generated from a nested data structure definition written in a predetermined legacy computer language;
instructions for naming and defining a complex type schema element for the nested data structure; and instructions for creating the schema definition by walking through the metamodel to examine each node in the metamodel, and for each node, creating a respective schema element according to a predefined mapped relationship.
31. The computer-readable medium of claim 30 wherein the instructions for receiving comprises instructions for receiving a parse tree generated from the nested data structure definition written in one of C, PL/I, high level assembler and Cobol.
32. The computer-readable medium of claim 30 wherein the instructions for naming and defining comprises instructions for setting a content model of the complex type schema element to sequence.
33. A computer-readable medium of claim 32 wherein the instructions for creating the schema definition further comprises:
instructions for populating a schema tree; and instructions for serializing the schema tree after it is populated.
34. A computer-readable medium of claim 33 wherein the instructions for populating a schema tree comprises:
instructions for selecting a first/next node in the walk through the language-specific metamodel, in accordance with a breadth-first selection algorithm;
instructions for examining the elements of the node to determine a type of the elements; and instructions for applying the predefined mapped relationship to the node in accordance with the node's type to generate a schema element.
35. The computer-readable medium of claim 34 wherein the instructions for applying the predefined mapped relationship comprises:
instructions for generating the schema element by creating an object of a type determined by the mapped relationship;
instructions for specifying a name for the object; and instructions for setting all required attributes of the object of the determined type.
36. The computer-readable medium of claim 35 wherein the instructions for specifying a name comprises the instructions for deriving a name for the object from a list of names of the node, and the ancestors of the node, in accordance with a naming convention.
37. The computer-readable medium of claim 35 wherein the instructions for generating the schema element comprises instructions for creating one of: a group schema element; a simple type schema element; and a complex type schema element, in dependence upon a type of the node and a type of its elements.
38. The computer-readable medium of claim 36 wherein the instructions for setting all required attributes comprises:
instructions for setting a content model of sequence or choice for all complex type and group schema elements; and instructions for setting a data type for simple type schema elements.
39. The computer-readable medium of claim 38 wherein the instructions for setting a data type comprises instructions for applying a mapping from language-specific data types to schema data types.
CA002400590A 2002-08-29 2002-08-29 Method and apparatus for converting legacy programming language data structures to schema definitions Abandoned CA2400590A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CA002400590A CA2400590A1 (en) 2002-08-29 2002-08-29 Method and apparatus for converting legacy programming language data structures to schema definitions
US10/324,742 US7533102B2 (en) 2002-08-29 2002-12-18 Method and apparatus for converting legacy programming language data structures to schema definitions
US12/464,674 US8121976B2 (en) 2002-08-29 2009-05-12 Method and apparatus for converting legacy programming language data structures to schema definitions

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CA002400590A CA2400590A1 (en) 2002-08-29 2002-08-29 Method and apparatus for converting legacy programming language data structures to schema definitions

Publications (1)

Publication Number Publication Date
CA2400590A1 true CA2400590A1 (en) 2004-02-29

Family

ID=31954502

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002400590A Abandoned CA2400590A1 (en) 2002-08-29 2002-08-29 Method and apparatus for converting legacy programming language data structures to schema definitions

Country Status (2)

Country Link
US (2) US7533102B2 (en)
CA (1) CA2400590A1 (en)

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2363515A1 (en) * 2001-11-21 2003-05-21 Ibm Canada Limited-Ibm Canada Limitee Enhancing resource adapters
CA2400590A1 (en) * 2002-08-29 2004-02-29 Ibm Canada Limited-Ibm Canada Limitee Method and apparatus for converting legacy programming language data structures to schema definitions
US7730041B2 (en) * 2004-08-25 2010-06-01 Microsoft Corporation Data abstraction based serialization
US20060161471A1 (en) * 2005-01-19 2006-07-20 Microsoft Corporation System and method for multi-dimensional average-weighted banding status and scoring
EP1755050A1 (en) 2005-08-18 2007-02-21 Sap Ag A data processing system and method of storing a dataset having a hierarchical data structure in a database
US20070050237A1 (en) * 2005-08-30 2007-03-01 Microsoft Corporation Visual designer for multi-dimensional business logic
US20070112607A1 (en) * 2005-11-16 2007-05-17 Microsoft Corporation Score-based alerting in business logic
US20070143174A1 (en) * 2005-12-21 2007-06-21 Microsoft Corporation Repeated inheritance of heterogeneous business metrics
US20070143175A1 (en) * 2005-12-21 2007-06-21 Microsoft Corporation Centralized model for coordinating update of multiple reports
US20070156680A1 (en) * 2005-12-21 2007-07-05 Microsoft Corporation Disconnected authoring of business definitions
US20070143161A1 (en) * 2005-12-21 2007-06-21 Microsoft Corporation Application independent rendering of scorecard metrics
US7861229B2 (en) * 2006-03-16 2010-12-28 Microsoft Corporation Complexity metrics for data schemas
US7840896B2 (en) * 2006-03-30 2010-11-23 Microsoft Corporation Definition and instantiation of metric based business logic reports
US8261181B2 (en) * 2006-03-30 2012-09-04 Microsoft Corporation Multidimensional metrics-based annotation
US8190992B2 (en) * 2006-04-21 2012-05-29 Microsoft Corporation Grouping and display of logically defined reports
US8126750B2 (en) * 2006-04-27 2012-02-28 Microsoft Corporation Consolidating data source queries for multidimensional scorecards
US20070255681A1 (en) * 2006-04-27 2007-11-01 Microsoft Corporation Automated determination of relevant slice in multidimensional data sources
US8656374B2 (en) * 2006-06-16 2014-02-18 Business Objects Software Ltd. Processing cobol data record schemas having disparate formats
US7774463B2 (en) * 2006-07-25 2010-08-10 Sap Ag Unified meta-model for a service oriented architecture
CA2568465A1 (en) * 2006-11-17 2008-05-17 Cognos Incorporated System and method of web service description language transformation
US7886223B2 (en) * 2006-11-17 2011-02-08 International Business Machines Corporation Generating a statistical tree for encoding/decoding an XML document
US20080155557A1 (en) * 2006-12-21 2008-06-26 Vladislav Bezrukov Unified metamodel for web services description
US8601495B2 (en) * 2006-12-21 2013-12-03 Sap Ag SAP interface definition language (SIDL) serialization framework
US20080172629A1 (en) * 2007-01-17 2008-07-17 Microsoft Corporation Geometric Performance Metric Data Rendering
US20080172414A1 (en) * 2007-01-17 2008-07-17 Microsoft Corporation Business Objects as a Service
US20080172348A1 (en) * 2007-01-17 2008-07-17 Microsoft Corporation Statistical Determination of Multi-Dimensional Targets
US20080172287A1 (en) * 2007-01-17 2008-07-17 Ian Tien Automated Domain Determination in Business Logic Applications
US9058307B2 (en) * 2007-01-26 2015-06-16 Microsoft Technology Licensing, Llc Presentation generation using scorecard elements
US20080183564A1 (en) * 2007-01-30 2008-07-31 Microsoft Corporation Untethered Interaction With Aggregated Metrics
US8321805B2 (en) * 2007-01-30 2012-11-27 Microsoft Corporation Service architecture based metric views
US20080189632A1 (en) * 2007-02-02 2008-08-07 Microsoft Corporation Severity Assessment For Performance Metrics Using Quantitative Model
US8495663B2 (en) 2007-02-02 2013-07-23 Microsoft Corporation Real time collaboration using embedded data visualizations
US8572161B2 (en) * 2008-03-12 2013-10-29 Oracle International Corporation Simplifying synchronization of copies of same data used by multiple applications
US8443352B2 (en) * 2008-03-31 2013-05-14 International Business Machines Corporation Processing strings based on whether the strings are short strings or long strings
US9066141B2 (en) * 2009-01-21 2015-06-23 Juniper Networks, Inc. Resource allocation and modification using statistical analysis
US8370820B2 (en) * 2009-10-20 2013-02-05 Guenthner Cynthia S Method and apparatus for enabling parallel processing during execution of a Cobol source program using two-stage compilation
US8516437B2 (en) * 2010-01-22 2013-08-20 Ebay Inc. System and method for creating, managing, and reusing schema type definitions in services oriented architecture services, grouped in the form of libraries
US9274773B2 (en) 2011-06-23 2016-03-01 Microsoft Technology Licensing, Llc Translating programming language patterns into database schema patterns
US9513778B1 (en) * 2013-06-27 2016-12-06 Ca, Inc. Defining objects using an object-relationship map
US20150142804A1 (en) * 2013-11-21 2015-05-21 Here Global B.V. Methods, apparatuses and computer program products for utilizing subtyping to support evolution of data types
US9317266B1 (en) * 2014-11-12 2016-04-19 Bank Of America Corporation Leveraging legacy applications for use with modern applications
US9372881B1 (en) 2015-12-29 2016-06-21 International Business Machines Corporation System for identifying a correspondence between a COBOL copybook or PL/1 include file and a VSAM or sequential dataset
US10585647B2 (en) * 2017-05-02 2020-03-10 International Business Machines Corporation Program optimization by converting code portions to directly reference internal data representations
US10691434B2 (en) 2018-02-09 2020-06-23 Macrosoft, Inc. System and method for converting a first programming language application to a second programming language application
US11693832B2 (en) * 2018-03-15 2023-07-04 Vmware, Inc. Flattening of hierarchical data into a relational schema in a computing system
US11226854B2 (en) * 2018-06-28 2022-01-18 Atlassian Pty Ltd. Automatic integration of multiple graph data structures
US11188324B2 (en) * 2019-12-23 2021-11-30 Intel Corporation Methods, systems, and articles of manufacture to perform heterogeneous data structure selection via programmer annotations

Family Cites Families (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IL100987A (en) * 1991-02-27 1995-10-31 Digital Equipment Corp Method and apparatus for compiling code
US6151702A (en) * 1994-09-30 2000-11-21 Computer Associates Think, Inc. Method and system for automated, interactive translation of a software program to a data model for input to an information repository
US5915259A (en) * 1996-03-20 1999-06-22 Xerox Corporation Document schema transformation by patterns and contextual conditions
US6233542B1 (en) * 1996-04-01 2001-05-15 Openconnect Systems Incorporated Server and terminal emulator for persistent connection to a legacy host system with response time monitoring
US6094688A (en) * 1997-01-08 2000-07-25 Crossworlds Software, Inc. Modular application collaboration including filtering at the source and proxy execution of compensating transactions to conserve server resources
US6003039A (en) * 1997-06-27 1999-12-14 Platinum Technology, Inc. Data repository with user accessible and modifiable reuse criteria
US6301584B1 (en) * 1997-08-21 2001-10-09 Home Information Services, Inc. System and method for retrieving entities and integrating data
US6574661B1 (en) * 1997-09-26 2003-06-03 Mci Communications Corporation Integrated proxy interface for web based telecommunication toll-free network management using a network manager for downloading a call routing tree to client
US6151624A (en) * 1998-02-03 2000-11-21 Realnames Corporation Navigating network resources based on metadata
US6466240B1 (en) * 1998-07-08 2002-10-15 Vadim Maslov Method for visually writing programs or scripts that transform structured text presented as a tree
US6305007B1 (en) * 1998-07-24 2001-10-16 Computer Associates Think, Inc. Object property meta model emulator for legacy data structures
US6453464B1 (en) * 1998-09-03 2002-09-17 Legacyj. Corp., Inc. Method and apparatus for converting COBOL to Java
US6738975B1 (en) * 1998-11-18 2004-05-18 Software Ag, Inc. Extensible distributed enterprise application integration system
US6313834B1 (en) * 1998-11-23 2001-11-06 Ibm Multi-format and multi-view synchronized data editor
US6253366B1 (en) * 1999-03-31 2001-06-26 Unisys Corp. Method and system for generating a compact document type definition for data interchange among software tools
US6449619B1 (en) * 1999-06-23 2002-09-10 Datamirror Corporation Method and apparatus for pipelining the transformation of information between heterogeneous sets of data sources
US6643825B1 (en) * 1999-07-14 2003-11-04 International Business Machines Corporation Methods, systems, and computer program products for applying styles to host screens based on host screen content
US6789251B1 (en) * 1999-07-28 2004-09-07 Unisys Corporation System and method for managing a suite of data management tools
US6332163B1 (en) * 1999-09-01 2001-12-18 Accenture, Llp Method for providing communication services over a computer network system
US6654784B1 (en) * 2000-01-14 2003-11-25 Nexaweb Technologies, Inc Computing architecture
DE60044423D1 (en) * 2000-02-03 2010-07-01 Hitachi Ltd Method and device for retrieving and outputting documents and storage medium with corresponding program
US6687873B1 (en) * 2000-03-09 2004-02-03 Electronic Data Systems Corporation Method and system for reporting XML data from a legacy computer system
US7114147B2 (en) * 2000-03-09 2006-09-26 Electronic Data Systems Corporation Method and system for reporting XML data based on precomputed context and a document object model
US6993745B1 (en) * 2000-03-09 2006-01-31 Electronic Data Systems Corporation Method and system for modeling a legacy computer system
US7111233B1 (en) * 2000-03-09 2006-09-19 Electronic Data Systems Corporation Method and system for applying XML schema
US6738967B1 (en) * 2000-03-14 2004-05-18 Microsoft Corporation Compiling for multiple virtual machines targeting different processor architectures
US6631519B1 (en) * 2000-03-30 2003-10-07 Microsoft Corporation Automated schema and interface generation
US20030131338A1 (en) * 2000-03-31 2003-07-10 Nektarios Georgalas Resource modelling
US6856985B1 (en) * 2000-04-10 2005-02-15 Storage Technology Corporation Server based control of robotic libraries
GB0011426D0 (en) * 2000-05-11 2000-06-28 Charteris Limited A method for transforming documents written in different XML-based languages
US6782540B1 (en) * 2000-07-31 2004-08-24 Sprint Communications Company, L.P. COBOL/natural copybook to Java conversion Wizard
US6775680B2 (en) * 2000-08-08 2004-08-10 International Business Machines Corporation High level assembler metamodel
US6948174B2 (en) * 2000-08-08 2005-09-20 International Business Machines Corporation IMS MFS (message format service) metamodel
US6904598B2 (en) * 2000-08-08 2005-06-07 International Business Machines Corporation COBOL metamodel
US20020059566A1 (en) * 2000-08-29 2002-05-16 Delcambre Lois M. Uni-level description of computer information and transformation of computer information between representation schemes
AU2001294555A1 (en) * 2000-09-14 2002-03-26 Bea Systems Inc. Xml-based graphical user interface application development toolkit
US6665662B1 (en) * 2000-11-20 2003-12-16 Cisco Technology, Inc. Query translation system for retrieving business vocabulary terms
US20020107889A1 (en) * 2001-02-08 2002-08-08 Tilion Corporation Markup language routing and administration
JP3842573B2 (en) * 2001-03-30 2006-11-08 株式会社東芝 Structured document search method, structured document management apparatus and program
JP3842577B2 (en) * 2001-03-30 2006-11-08 株式会社東芝 Structured document search method, structured document search apparatus and program
US20020147745A1 (en) * 2001-04-09 2002-10-10 Robert Houben Method and apparatus for document markup language driven server
US6760734B1 (en) * 2001-05-09 2004-07-06 Bellsouth Intellectual Property Corporation Framework for storing metadata in a common access repository
US8843909B2 (en) * 2001-05-11 2014-09-23 Ca, Inc. Method and apparatus for transforming legacy software applications into modern object-oriented distributed systems
US7092950B2 (en) * 2001-06-29 2006-08-15 Microsoft Corporation Method for generic object oriented description of structured data (GDL)
US20030145316A1 (en) * 2002-01-25 2003-07-31 Mckinlay Eric System, method and computer program product for initiating a software download
US6826443B2 (en) * 2001-11-29 2004-11-30 Agilent Technologies, Inc. Systems and methods for managing interaction with a presentation of a tree structure in a graphical user interface
US20030135825A1 (en) * 2001-12-05 2003-07-17 Matthew Gertner Dynamically generated mark-up based graphical user interfaced with an extensible application framework with links to enterprise resources
US20030115548A1 (en) * 2001-12-14 2003-06-19 International Business Machines Corporation Generating class library to represent messages described in a structured language schema
US6826568B2 (en) * 2001-12-20 2004-11-30 Microsoft Corporation Methods and system for model matching
US7281211B2 (en) * 2001-12-21 2007-10-09 Gxs, Inc. Automated method, system, and software for transforming data between extensible markup language format and electronic data interchange format
US7240326B2 (en) * 2002-01-14 2007-07-03 International Business Machines Corporation System and method for obtaining display names from management models
US6845380B2 (en) * 2002-03-04 2005-01-18 Hewlett-Packard Development Company, L.P. Method and system of valuing transformation between extensible markup language (XML) documents
US20030182463A1 (en) * 2002-03-25 2003-09-25 Valk Jeffrey W. Dynamic thin client for information management system
US7496599B2 (en) * 2002-04-30 2009-02-24 Microsoft Corporation System and method for viewing relational data using a hierarchical schema
CA2400590A1 (en) * 2002-08-29 2004-02-29 Ibm Canada Limited-Ibm Canada Limitee Method and apparatus for converting legacy programming language data structures to schema definitions
US6985910B2 (en) * 2003-02-06 2006-01-10 International Business Machines Corporation Tilting tree spinning cones method and system for mapping XML to n-dimensional data structure using a single dimensional mapping array

Also Published As

Publication number Publication date
US20090222467A1 (en) 2009-09-03
US20040044678A1 (en) 2004-03-04
US8121976B2 (en) 2012-02-21
US7533102B2 (en) 2009-05-12

Similar Documents

Publication Publication Date Title
US8121976B2 (en) Method and apparatus for converting legacy programming language data structures to schema definitions
EP1493100B1 (en) Dynamic generation of schema information for data description languages
US8032828B2 (en) Method and system of document transformation between a source extensible markup language (XML) schema and a target XML schema
US7506324B2 (en) Enhanced compiled representation of transformation formats
US7165239B2 (en) Application program interface for network software platform
US6449620B1 (en) Method and apparatus for generating information pages using semi-structured data stored in a structured manner
US9804837B2 (en) System and method for creating, managing, and reusing schema type definitions in services oriented architecture services, grouped in the form of libraries
US6581062B1 (en) Method and apparatus for storing semi-structured data in a structured manner
US20030167254A1 (en) Method and system of valuing transformation between extensible markup language (XML) documents
US20030135825A1 (en) Dynamically generated mark-up based graphical user interfaced with an extensible application framework with links to enterprise resources
US20060136422A1 (en) Multiple bindings in web service data connection
US20070260571A1 (en) Generating a format translator
US7853936B2 (en) Compilation of nested regular expressions
US7530015B2 (en) XSD inference
US20020143816A1 (en) Method and system for using a generalized execution engine to transform a document written in a markup-based declarative template language into specified output formats
CN102566984B (en) Method and device for configuring parameters
US20020002566A1 (en) Transfromation of marked up documents using a base architecture
US7774386B2 (en) Applying abstraction to object markup definitions
US7505988B2 (en) XML validation processing
US9582291B2 (en) Selecting a mapping that minimizes conversion costs
US20050234924A1 (en) Automated patching of code for schema derived classes
US8650536B2 (en) Modular server architecture
CN109614084A (en) Web program and its Quick Development Framework, development approach and relevant device
US7469249B2 (en) Query-driven partial materialization of relational-to-hierarchical mappings
US20060130051A1 (en) Extensible framework for handling submitted form instance data

Legal Events

Date Code Title Description
EEER Examination request
FZDE Discontinued