A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the United States Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
The present invention relates generally to use of the Extensible Markup Language (XML). More particularly, the present invention relates to inserting a portion of XML data into a document outside the context of a document from which the portion is obtained.
Computer software applications allow users to create a variety of documents to assist them in work, education, and leisure. For example, popular word processing applications allow users to create letters, articles, books, memoranda, and the like. Spreadsheet applications allow users to store, manipulate, print, and display a variety of alphanumeric data. Such applications have a number of well-known strengths including rich editing, formatting, printing, calculation, and on-line and off-line editing.
Methods and systems have been developed for representing entire documents and all associated document properties and objects as an Extensible Markup Language (XML) representation. There are many components that make up such a document such as paragraphs, tables, styles, fonts, lists, and the like. Some components of a document reference other components for providing a first component with structural limitations. For example, a paragraph in a document might reference a particular style setting that would define how the paragraph is to appear in a document. For another example, a paragraph component of a document may be part of a particular list structure in a document. Because there are a number of properties and objects that other objects of a document may reference, such as styles, there is typically a need in a document for a header in which various properties and objects, such as style and font definitions, are located. Accordingly, when a paragraph, for example, references a particular style setting, an application parsing the document will know where to look to find a definition of the style setting referenced by the paragraph.
Unfortunately, a problem occurs when a user attempts to add additional content to a particular document where the additional content contains or references objects and properties such as styles and fonts apart from the objects and properties of the document to which the content is being added. For example, if a user desires to add a couple of paragraphs to an XML-formatted document, where the added paragraphs reference a particular style, it is necessary to determine if the particular style already exists in the document to which the paragraphs are added. If the particular style does exist in the document, it is then necessary to ensure that the style existing in the document contains the same properties as are expected for the added paragraphs. If the style does not exist, it is necessary to insert new style information for the added paragraphs into the header of the document. Either way, rather than simply dealing with the content (paragraphs) being added to the document, the user must deal with the entire document.
It is with respect to these and other considerations that the present invention has been made.
The present invention solves the above and other problems by providing self-describing portions of text or data in a document. According to an aspect of the invention, portions of a document, such as individual paragraphs or groups of paragraphs or fragments of text, are provided self-describing properties such as style, font, list type, and the like. If such a portion of a document is subsequently copied or moved to a second document or to a different location in the first document, the self-describing properties provided for the portion travel with the portion to the second document or to the different location in the first document. Consequently, an application preparing and displaying the second document or the first document may consume and display the portion according to the properties provided for the portion. Apart from copying or moving text from one document to another, the self-describing properties of the text portion allow users and software applications who desire to or who are required to parse and manipulate a file to apply rich editing to portions of the file or document without having to parse the entire document to manage properties associated with the entire document or file.
According to another aspect of the invention, an Extensible Markup Language (XML) schema is provided for providing an XML representation of specified portions of an XML-formatted document such that each specified portion carries with it its own properties such as styles, list types, fonts, and the like. If one of such specified portions of the document is copied or moved to a different document or is , a consuming application operating the different document need only parse the imported text or data portion to determine specific properties associated with the imported text, such as styles, list types, fonts, etc. Accordingly, the consuming application need not parse the header information for the entire document into which the specified portion is inserted, nor does the consuming application have to determine whether any properties associated with the imported portion conflict with definitions associated with similar or like properties applied to the entire document.
These and other features, advantages, and aspects of the present invention may be more clearly understood and appreciated from a review of the following detailed description of the disclosed embodiments and by reference to the appended drawings and claims.
Embodiments of the present invention are directed to methods and systems for inserting a portion of text or data into a document where the inserted portion of text or data carries with it its own specific formatting properties such as specified styles, fonts, list types, and the like. In the following detailed description, references are made to the accompanying drawings that form a part hereof, and in which are shown by way of illustrations specific embodiments or examples. These embodiments may be combined, other embodiments may be utilized, and structural changes may be made without departing from the spirit or scope of the present invention. The following detailed description is therefore not to be taken in a limiting senses and the scope of the present invention is defined by the appended claims and their equivalents.
Referring now to the drawings, in which like numerals represent like elements through the several figures, aspects of the present invention and the exemplary operating environment will be described.
Generally, program modules include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
Turning now to
The mass storage device 14 is connected to the CPU 4 through a mass storage controller (not shown) connected to the bus 12. The mass storage device 14 and its associated computer-readable media, provide non-volatile storage for the personal computer 2. Although the description of computer-readable media contained herein refers to a mass storage device, such as a hard disk or CD-ROM drive, it should be appreciated by those skilled in the art that computer-readable media can be any available media that can be accessed by the personal computer 2.
By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media. Computer storage media includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer.
According to various embodiments of the invention, the personal computer 2 may operate in a networked environment using logical connections to remote computers through a TCP/IP network 18, such as the Internet. The personal computer 2 may connect to the TCP/IP network 18 through a network interface unit 20 connected to the bus 12. It should be appreciated that the network interface unit 20 may also be utilized to connect to other types of networks and remote computer systems. The personal computer 2 may also include an input/output controller 22 for receiving and processing input from a number of devices, including a keyboard or mouse (not shown). Similarly, an input/output controller 22 may provide output to a display screen, a printer, or other type of output device.
As mentioned briefly above, a number of program modules and data files may be stored in the mass storage device 14 and RAM 8 of the personal computer 2, including an operating system 16 suitable for controlling the operation of a networked personal computer, such as the WINDOWS XP operating system from MICROSOFT CORPORATION of Redmond, Wash. The mass storage device 14 and RAM 8 may also store one or more application programs. In particular, the mass storage device 14 and RAM 8 may store an application program 305 for creating and editing an electronic document 310. For instance, the application program 305 may comprise a word processing application program, a spreadsheet application, a contact application, and the like. Application programs for creating and editing other types of electronic documents may also be used with the various embodiments of the present invention. A schema file 330 and a namespace/schema library 400, described below, are also shown.
Exemplary embodiments of the present invention are implemented by communications between different software objects in an object-oriented programming environment. For purposes of the following description of embodiments of the present invention, it is useful to briefly to describe components of an object-oriented programming environment.
A first object 210 may communicate with a second object 220 to obtain information or functionality from the second object 220 by calling the second object 220 via a message call 230. As is well know to those skilled in the art of object-oriented programming environment, the first object 210 may communicate with the second object 220 via application programming interfaces (API) that allow two disparate software objects 210, 220 to communicate with each other in order to obtain information and functionality from each other. For example, if the first object 210 requires the functionality provided by a method contained in the second object 220, the first object 210 may pass a message call 230 to the second object 220 in which the first object identifies the required method and in which the first object passes any required parameters to the second object required by the second object for operating the identified method. Once the second object 220 receives the call from the first object, the second object executes the called method based on the provided parameters and sends a return message 250 containing a value obtained from the executed method back to the first object 210.
For example, in terms of embodiments of the present invention, and as will be described below, a first object 210 may be a third party customized application that passes a message to a second object such as an Extensible Markup Language schema validation object whereby the first object identifies a method requiring the validation of a specified XML element in a document where the specified XML element is a parameter passed by the first object with the identified method. Upon receipt of the call from the first object, according to this example, the schema validation object executes the identified method on the specified XML element and returns a message to the first object in the form of a result or value associated with the validated XML element. Operation of object-oriented programming environments, as briefly described above, are well known to those skilled in the art.
As described below, embodiments of the present invention are implemented through the interaction of software objects in the use, customization, and application of components of the Extensible Markup Language (XML).
According to embodiments of the present invention, the text and XML markup entered into the document 310 may be saved according to a variety of different file formats and according to the native programming language of the application 305 with which the document 310 is created. For example, the text and XML markup may be saved according to a word processing application, a spreadsheet application, and the like. Alternatively, the text and XML markup entered into the document 310 may be saved as an XML format whereby the text or data, any applied XML markup, and any formatting such as font, style, paragraph structure, etc. may be saved as an XML representation. Accordingly, downstream or third party applications capable of understanding data saved as XML may open and consume the text or data thus saved as an XML representation. For a detailed discussion of saving text and XML markup and associated formatting and other attributes of a document 310 as XML, see U.S. patent application entitled “Word Processing Document Stored in a Single XML File that may be Manipulated by Applications that Understanding XML,” U.S. Ser. No. 10/187,060, filed Jun. 28, 2002, which is incorporated herein by reference as if fully set out herein. An exemplary schema in accordance with the present invention is disclosed beginning on page 11 in an application entitled “Mixed Content Flexibility,” Ser. No. 10/726,077, filed Dec. 2, 2003, which is hereby incorporated by reference in its entirety.
In order to provide a definitional framework for XML markup elements (tags) applied to text or data, as illustrated in
According to the schema file 330, the <intro card> element serves as a root element for the schema file and also as a parent element to two child elements <title> and <body>. As is well known to those skilled in the art, a number of parent elements may be defined under a single root element, and a number of child elements may be defined under each parent element. Typically, however, a given schema file 330 contains only one root element. Referring still to
By applying such definitions or rules as attributes to XML elements, the creator of the schema may dictate the structure of data contained in a document associated with a given schema file. For example, if the creator of a schema file 330 for defining XML markup applied to a resume document desires that the experience section of the resume document contain no more than four present or previous job entries, the creator of the schema file 330 may define an attribute of an <experience> element, for example, to allow that no more than four present or past job entries may be entered between the <experience> tags in order for the experience text to be valid according to the schema file 330. As is well known to those skilled in the art, the schema file 330 may be attached to or otherwise associated with a given document 310 for application of allowable XML markup defined in the attached schema file to the document 310. According to one embodiment, the document 310 marked up with XML elements of the attached or associated schema file 330 may point to the attached or associated schema file by pointing to a uniform resource identifier (URI) associated with a Namespace identifying the attached or associated schema file 330.
According to embodiments of the present invention, a document 310 may have a plurality of attached schema files. That is, a creator of the document 310 may associate or attach more than one schema file 330 to the document 310 in order to provide a framework for the annotation of XML markup from more than one schema file. For example, a document 310 may contain text or data associated with financial data. A creator of the document 310 may wish to associate XML schema files 330 containing XML markup and definitions associated with multiple financial institutions. Accordingly, the creator of the document 310 may associate an XML schema file 330 from one or more financial institutions with the document 310. Likewise, a given XML schema file 330 may be associated with a particular document structure such as a template for placing financial data into a desirable format.
According to embodiments of the present invention, a collection of XML schema files and associated document solutions may be maintained in a Namespace or schema library located separately from the document 310. The document 310 may in turn contain pointers to URIs in the Namespace or schema library associated with the one or more schema files attached to otherwise associated with the document 310. As the document 310 requires information from one or more associated schema files, the document 310 points to the Namespace or schema library to obtain the required schema definitions. For a detailed description of the use of an operation of Namespace or schema libraries, see U.S. patent application entitled “System and Method for Providing Namespace Related Information,” U.S. Ser. No. 10/184,190, filed Jun. 27, 2002, and U.S. patent application entitled “System and Method for Obtaining and Using Namespace Related Information for Opening XML Documents,” U.S. Ser. No. 10/185,940, filed Jun. 27, 2002, both U.S. patent applications of which are incorporated herein by reference as if fully set out herein. For a detailed description of a mechanism for downloading software components such as XML schema files and associated solutions from a Namespace or schema library, see US patent application entitled Mechanism for Downloading Software Components from a Remote Source for Use by a Local Software application, U.S. Ser. No. 10/164,260, filed Jun. 5, 2002.
Referring still to
According to embodiments of the present invention, the schema validation module 350 compares each XML markup element and associated text or data applied to the document 310 against the attached or associated schema file 330 to determine whether each element and associated text or data complies with the rules and definitions set out by the attached schema file 330. For example, if a user attempts to enter a character string exceeding twenty-five characters annotated by the <title> elements 320, the schema validation module will compare that text string against the text string attribute 340 of the attached schema file 330 and determine that the text string entered by the user exceeds the maximum allowable text string length. Accordingly, an error message or dialogue will be presented to the user to alert the user that the text string being entered by the user exceeds the maximum allowable character length according to the attached schema file 330. Likewise, if the user attempts to add an XML markup element between the <title> and the <body> elements, the schema validation module 350 will determine that the XML markup element applied by the user is not a valid element allowed between the <title> and <body> elements according to the attached schema file 330. Accordingly, the schema validation module 350 will generate an error message or dialogue to the user to alert the user of the invalid XML markup.
Context Free Document Text and Data Portions
As briefly described above, embodiments of the present invention provide methods and systems for inserting a portion of text or data into a document where the inserted portion of text or data carries with it its own specific formatting and style properties such as specified styles, fonts, list types, and the like.
Referring to
According to embodiments of the present invention, a text or data portion from the second document may be copied or moved to the first document such that style and other formatting properties are carried with the text or data portion from the one document to another document. Accordingly, there is no need to resolve style or formatting properties associated with the text portion inserted into the first document against style or other formatting properties associated with the first document. For example, as shown in
For example, the first document 410 may have a style called “Header 1” causing a formatting of boldface and italics to be applied to the document 435. On the other hand, the creator of the second document 420 may have likewise used the style designator “Header 1” for formatting the second paragraph 455 containing the second document to include boldfacing, but not italics. If the second paragraph 455 of the second document 420 is copied into the first document 410, the style applied to the second document will conflict with the style applied to the document in the first document 410. Therefore, the user of the first document 410 will be required to manually parse the header information properties element of the XML structure applied to the first document 410 in order to make changes to the styles applied to the inserted text or data in order to prevent a conflict of the two styles.
According to embodiments of the present invention, an XML schema is provided for applying style markup as specified text and data portions of a document such as the second paragraph 455 of the second document 420 so that particular styles or formatting applications to a given text or data portion are carried with the text or data portion to the first document. By applying an XML markup to a particular text or data selection, the first document need not de-conflict style or formatting properties applied to inserted text or data portions so long as the first document has access to the style or formatting markup applied to the inserted text or data portion.
Referring to
It should be understood, a text or data portion such as the second paragraph 455 or either of the text portions 510, 520 illustrated in
To further illustrate the operation of embodiments of the present invention, the following XML structure is associated with a simple document having the following two paragraphs.
Para 1: The quick brown fox jumps over the lazy dog.
Para 2: The quick brown fox jumps over the lazy dog.
As can be seen in the following XML structure, a font of “Times New Roman” and a style identification of “Default Paragraph Font” is applied to the two paragraphs. The actual text of the two paragraphs is also illustrated in the following XML structure.
According to embodiments of the present invention, consider for example that the user would like to insert a third paragraph into the document as follows “The quick brown fox jumps over the lazy dog” so that the inserted paragraph provides a final document as follows.
Para 1: The quick brown fox jumps over the lazy dog.
Para 2: The quick brown fox jumps over the lazy dog.
Para 3: The quick brown fox jumps over the lazy dog.
The following is an example XML structure showing the first two paragraphs of the document with the normal default style applied to them. According to this example, as shown in the following XML structure, the user inserts the third italicized paragraph into the document under a style called “My Style.” Because the paragraph is being inserted in an environment outside of the native Word Processing application, the logic of checking that the “My Style” style exists must be done manually. The XML file must be parsed to find the proper location of the style declarations, and then the style declarations must be parsed to guarantee that there is no conflict. Once this has been done, the “My Style” declaration can be entered. Now that the “My Style” declaration is entered, then the XML file must be parsed again to find the proper location for the paragraph itself. Since there was no conflict with the “My Style” declaration, the paragraph being inserted can still reference the “My Style” style. Otherwise, the paragraph itself would have to be altered to reference the proper style.
As described above, according to embodiments of the present invention, an XML schema is provided which provides an XML element that may be used to markup and describe a particular text or data portion of a document such that style or other formatting properties applied to that text or data portion are treated separately from the remaining style or formatting properties associated with a document into which the text or data portion is inserted. So long as the document into which the text or data portion is inserted is operated by an application that may understand the XML schema associated with the text or data portion inserted into the document, the XML element wrapping the inserted text or data portion will be understood.
Below is a sample XML structure showing the addition of the third italicized paragraph “The quick brown fox jumps over the lazy dog” according to embodiments of the present invention. As shown in the following XML structure, the first two paragraphs are included in the document having style identification of “Times New Roman” and “Default Paragraph Font.” However, as shown in the following XML structure, the third paragraph being inserted into the document has been wrapped in an XML element called <cfChunk>. As should be appreciated, the element <cfChunk> is illustrative of an infinite number of names that could be provided to the element according to embodiments of the present invention by the creator of this particular XML structure. As should be understood, the element might similarly be called context free portion, CFportion, context free data, CFdata, and the like. Inside the element <cfChunk> is contained the third paragraph “The quick brown fox jumps over the lazy dog” having a style identification of “My Style” and having a font identification of “italics.”
According to embodiments of the present invention, when the third paragraph “The quick brown fox jumps over the lazy dog” is copied or moved from a second document into a first document, the text or data portion moved points to or references an XML schema file that provides an XML parsing application associated with the first document access to the grammatical and other definitional rules associated with XML elements according to the schema file including the <cfChunk> element utilized for wrapping a text or data portion and for carrying with the text or data portion its own individual styles or other formatting properties. Accordingly, when the first document's XML parsing application encounters the element <cfChunk> that application may refer to the associated XML schema to learn that the style and other formatting designations contained in the structure wrapped inside the <cfChunk> element is to be treated particularly for a text or data portion being inserted into the first document and being associated with the <cfChunk> element. Accordingly, when the third paragraph is inserted into the first document according to embodiments of the present invention, as illustrated in the following sample XML structure, the style and other formatting properties associated with that text portion are honored by the application receiving the inserted text or data portion without regard to potentially conflicting style or other formatting properties associated with the document into which the text portion is inserted. The application does the necessary work to resolve any conflicts, and to properly associate the style reference for the paragraph with the appropriate style.
As described herein, self-describing portions of text or data are provided for inserting into a document whereby an Extensible Markup Language schema is provided for describing XML markup that may be applied to a text or data portion to allow particular style or other formatting properties applied to the text or data portion to travel with the text or data portion to a different document or to a different location in a same document. It will be apparent to those skilled in the art that various modifications or variations may be made in the present invention without departing from the scope or spirit of the invention. Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein.
Number | Name | Date | Kind |
---|---|---|---|
4410286 | Ko et al. | Oct 1983 | A |
4594674 | Boulia et al. | Jun 1986 | A |
4649513 | Martin et al. | Mar 1987 | A |
4870611 | Martin et al. | Sep 1989 | A |
5222205 | Larson et al. | Jun 1993 | A |
5267155 | Buchanan et al. | Nov 1993 | A |
5469533 | Dennis | Nov 1995 | A |
5487138 | Rust et al. | Jan 1996 | A |
5537526 | Anderson et al. | Jul 1996 | A |
5579466 | Habib et al. | Nov 1996 | A |
5579519 | Pelletier | Nov 1996 | A |
5613124 | Atkinson et al. | Mar 1997 | A |
5655130 | Dodge et al. | Aug 1997 | A |
5675788 | Husick et al. | Oct 1997 | A |
5701342 | Anderson et al. | Dec 1997 | A |
5745910 | Piersol et al. | Apr 1998 | A |
5752055 | Redpath et al. | May 1998 | A |
5752056 | Celik | May 1998 | A |
5819295 | Nakagawa et al. | Oct 1998 | A |
5845058 | Shaw et al. | Dec 1998 | A |
5893109 | DeRose et al. | Apr 1999 | A |
5903903 | Kennedy | May 1999 | A |
5903905 | Andersen et al. | May 1999 | A |
5905504 | Barkans et al. | May 1999 | A |
5911776 | Guck | Jun 1999 | A |
5950215 | Tabuchi | Sep 1999 | A |
5960168 | Shaw et al. | Sep 1999 | A |
5993088 | Nogay et al. | Nov 1999 | A |
6023714 | Hill et al. | Feb 2000 | A |
6026416 | Kanerva et al. | Feb 2000 | A |
6067531 | Hoyt et al. | May 2000 | A |
6094665 | Lyons et al. | Jul 2000 | A |
6134552 | Fritz et al. | Oct 2000 | A |
6144974 | Gartland | Nov 2000 | A |
6182080 | Clements | Jan 2001 | B1 |
6182096 | Mastie et al. | Jan 2001 | B1 |
6199082 | Ferrel et al. | Mar 2001 | B1 |
6212530 | Kadlec | Apr 2001 | B1 |
6247018 | Rheaume | Jun 2001 | B1 |
6247066 | Tanaka | Jun 2001 | B1 |
6269403 | Anders et al. | Jul 2001 | B1 |
6175845 | Smith et al. | Oct 2001 | B1 |
6342904 | Vasudevan et al. | Jan 2002 | B1 |
6362870 | Mui et al. | Mar 2002 | B2 |
6393441 | Kanerva et al. | May 2002 | B1 |
6407821 | Hohensee et al. | Jun 2002 | B1 |
6418448 | Sarkar | Jul 2002 | B1 |
6449653 | Klemets et al. | Sep 2002 | B2 |
6457017 | Watkins et al. | Sep 2002 | B2 |
6480206 | Prinzing | Nov 2002 | B2 |
6484189 | Gerlach et al. | Nov 2002 | B1 |
6496206 | Mernyk et al. | Dec 2002 | B1 |
6507856 | Kanerva et al. | Jan 2003 | B1 |
6509974 | Hansen | Jan 2003 | B1 |
6538760 | deBry et al. | Mar 2003 | B1 |
6549918 | Probert, Jr. et al. | Apr 2003 | B1 |
6583789 | Carlson et al. | Jun 2003 | B1 |
6591278 | Ernst | Aug 2003 | B1 |
6604144 | Anders | Aug 2003 | B1 |
6608693 | Loyd et al. | Aug 2003 | B1 |
6609200 | Anderson et al. | Aug 2003 | B2 |
6654737 | Nunez | Nov 2003 | B1 |
6657647 | Bright | Dec 2003 | B1 |
6658477 | Lisitsa et al. | Dec 2003 | B1 |
6674540 | Wiechers et al. | Jan 2004 | B1 |
6675353 | Friedman | Jan 2004 | B1 |
6675356 | Adler et al. | Jan 2004 | B1 |
6681223 | Sundaresan | Jan 2004 | B1 |
6694485 | Kelley et al. | Feb 2004 | B1 |
6715126 | Chang et al. | Mar 2004 | B1 |
6763343 | Brooke et al. | Jul 2004 | B1 |
6771291 | DiStefano, III | Aug 2004 | B1 |
6781609 | Barker et al. | Aug 2004 | B1 |
6785673 | Fernandez | Aug 2004 | B1 |
6789229 | Dunietz et al. | Sep 2004 | B1 |
6812941 | Brown et al. | Nov 2004 | B1 |
6871321 | Wakayama | Mar 2005 | B2 |
6910843 | Saw et al. | Jun 2005 | B2 |
6912555 | Lemon et al. | Jun 2005 | B2 |
6918082 | Gross et al. | Jul 2005 | B1 |
6925597 | Anwar | Aug 2005 | B2 |
6925631 | Golden | Aug 2005 | B2 |
6931590 | Kanie et al. | Aug 2005 | B2 |
6938203 | Dimarco et al. | Aug 2005 | B1 |
6941510 | Ozzie et al. | Sep 2005 | B1 |
6952801 | Warmus et al. | Oct 2005 | B2 |
6961902 | Anecki et al. | Nov 2005 | B2 |
6981207 | Bakman et al. | Dec 2005 | B1 |
6993527 | Raman et al. | Jan 2006 | B1 |
7036076 | Anwar | Apr 2006 | B2 |
7051276 | Mogilevsky et al. | May 2006 | B1 |
7054841 | Tenorio | May 2006 | B1 |
7080083 | Kim et al. | Jul 2006 | B2 |
7134071 | Ohwada et al. | Nov 2006 | B2 |
7168035 | Bell et al. | Jan 2007 | B1 |
7171618 | Harrington et al. | Jan 2007 | B2 |
7290205 | Monocsko et al. | Oct 2007 | B2 |
7301544 | Yuan | Nov 2007 | B2 |
7412649 | Emek et al. | Aug 2008 | B2 |
7418652 | Ornstein et al. | Aug 2008 | B2 |
7487448 | Emerson et al. | Feb 2009 | B2 |
7549118 | Shur et al. | Jun 2009 | B2 |
20010003828 | Peterson et al. | Jun 2001 | A1 |
20010013043 | Wagner | Aug 2001 | A1 |
20010016842 | Umen et al. | Aug 2001 | A1 |
20010018697 | Kunitake et al. | Aug 2001 | A1 |
20010034739 | Anecki et al. | Oct 2001 | A1 |
20010039552 | Killi et al. | Nov 2001 | A1 |
20010044809 | Parasnis et al. | Nov 2001 | A1 |
20010044813 | Frank | Nov 2001 | A1 |
20010051962 | Piotkin | Dec 2001 | A1 |
20010054042 | Watkins et al. | Dec 2001 | A1 |
20020004805 | Nojima et al. | Jan 2002 | A1 |
20020016800 | Spivak et al. | Feb 2002 | A1 |
20020038348 | Malone et al. | Mar 2002 | A1 |
20020049790 | Ricker et al. | Apr 2002 | A1 |
20020059265 | Valorose | May 2002 | A1 |
20020059337 | Takaoka et al. | May 2002 | A1 |
20020065848 | Walker et al. | May 2002 | A1 |
20020065857 | Michalewicz | May 2002 | A1 |
20020073236 | Helgeson et al. | Jun 2002 | A1 |
20020087602 | Masuda et al. | Jul 2002 | A1 |
20020099797 | Merrell et al. | Jul 2002 | A1 |
20020103835 | Kearney | Aug 2002 | A1 |
20020107886 | Gentner et al. | Aug 2002 | A1 |
20020111133 | Wittkotter | Aug 2002 | A1 |
20020116421 | Fox et al. | Aug 2002 | A1 |
20020120647 | Amano | Aug 2002 | A1 |
20020129058 | Story et al. | Sep 2002 | A1 |
20020174145 | Duga et al. | Nov 2002 | A1 |
20020184263 | Perinet et al. | Dec 2002 | A1 |
20020188638 | Hamscher | Dec 2002 | A1 |
20020194220 | Sluiman | Dec 2002 | A1 |
20030004957 | Broman et al. | Jan 2003 | A1 |
20030023637 | Halahmi | Jan 2003 | A1 |
20030028560 | Kudrolli et al. | Feb 2003 | A1 |
20030033287 | Shanahan et al. | Feb 2003 | A1 |
20030065946 | Holliday et al. | Apr 2003 | A1 |
20030074633 | Boulmakoul et al. | Apr 2003 | A1 |
20030079181 | Schumacher et al. | Apr 2003 | A1 |
20030093520 | Beesley | May 2003 | A1 |
20030115547 | Ohwada et al. | Jun 2003 | A1 |
20030120671 | Kim et al. | Jun 2003 | A1 |
20030126136 | Omoigui | Jul 2003 | A1 |
20030126260 | Husain et al. | Jul 2003 | A1 |
20030137539 | Dees | Jul 2003 | A1 |
20030137691 | Tanaka | Jul 2003 | A1 |
20030142128 | Reulein et al. | Jul 2003 | A1 |
20030145134 | Wehage et al. | Jul 2003 | A1 |
20030149934 | Worden | Aug 2003 | A1 |
20030149935 | Takizawa et al. | Aug 2003 | A1 |
20030158851 | Britton et al. | Aug 2003 | A1 |
20030163552 | Savitzky et al. | Aug 2003 | A1 |
20030167446 | Thomas | Sep 2003 | A1 |
20030172168 | Mak et al. | Sep 2003 | A1 |
20030172343 | Leymaster et al. | Sep 2003 | A1 |
20030177446 | Gropper et al. | Sep 2003 | A1 |
20030177449 | Rose | Sep 2003 | A1 |
20030182450 | Ong et al. | Sep 2003 | A1 |
20030182656 | Leathers et al. | Sep 2003 | A1 |
20030195784 | Smith | Oct 2003 | A1 |
20030196176 | Abu-Ghazalah et al. | Oct 2003 | A1 |
20030221167 | Goldstein et al. | Nov 2003 | A1 |
20030222890 | Salesin et al. | Dec 2003 | A1 |
20030229845 | Salesin et al. | Dec 2003 | A1 |
20030233420 | Stark et al. | Dec 2003 | A1 |
20030237048 | Jones et al. | Dec 2003 | A1 |
20030237049 | Sawicki et al. | Dec 2003 | A1 |
20040002937 | Jones et al. | Jan 2004 | A1 |
20040003343 | Liao et al. | Jan 2004 | A1 |
20040003388 | Jacquemot et al. | Jan 2004 | A1 |
20040003389 | Reynar et al. | Jan 2004 | A1 |
20040015782 | Day et al. | Jan 2004 | A1 |
20040015890 | Wong et al. | Jan 2004 | A1 |
20040015908 | Giel et al. | Jan 2004 | A1 |
20040019853 | Takizawa et al. | Jan 2004 | A1 |
20040030711 | Roudot | Feb 2004 | A1 |
20040030987 | Manelli | Feb 2004 | A1 |
20040034848 | Moore et al. | Feb 2004 | A1 |
20040049737 | Simon et al. | Mar 2004 | A1 |
20040054669 | Seyrat et al. | Mar 2004 | A1 |
20040054697 | Brandenberger | Mar 2004 | A1 |
20040066527 | Kloosterman et al. | Apr 2004 | A1 |
20040078755 | Shinjo et al. | Apr 2004 | A1 |
20040088332 | Lee et al. | May 2004 | A1 |
20040103073 | Blake et al. | May 2004 | A1 |
20040117733 | Moreau et al. | Jun 2004 | A1 |
20040128535 | Cheng | Jul 2004 | A1 |
20040128623 | Hudson | Jul 2004 | A1 |
20040139049 | Hancock et al. | Jul 2004 | A1 |
20040148278 | Milo et al. | Jul 2004 | A1 |
20040148567 | Jeon et al. | Jul 2004 | A1 |
20040153467 | Conover et al. | Aug 2004 | A1 |
20040172584 | Jones et al. | Sep 2004 | A1 |
20040172592 | Collie et al. | Sep 2004 | A1 |
20040181753 | Michaelides | Sep 2004 | A1 |
20040183837 | Watanabe et al. | Sep 2004 | A1 |
20040194025 | Hubert et al. | Sep 2004 | A1 |
20040205470 | Jones et al. | Oct 2004 | A1 |
20040205533 | Lopata et al. | Oct 2004 | A1 |
20040205539 | Mak et al. | Oct 2004 | A1 |
20040205580 | De Angelis et al. | Oct 2004 | A1 |
20040205623 | Weil et al. | Oct 2004 | A1 |
20040205653 | Hadfield et al. | Oct 2004 | A1 |
20040205656 | Reulein et al. | Oct 2004 | A1 |
20040210818 | Jones et al. | Oct 2004 | A1 |
20040216048 | Brown et al. | Oct 2004 | A1 |
20040221233 | Thielen | Nov 2004 | A1 |
20040226012 | Awada et al. | Nov 2004 | A1 |
20040230894 | Elza et al. | Nov 2004 | A1 |
20040243551 | Boone et al. | Dec 2004 | A1 |
20040267553 | Brunton | Dec 2004 | A1 |
20040268304 | Kuo et al. | Dec 2004 | A1 |
20050005233 | Kays et al. | Jan 2005 | A1 |
20050022113 | Hanlon | Jan 2005 | A1 |
20050063010 | Giannetti | Mar 2005 | A1 |
20050066335 | Aarts | Mar 2005 | A1 |
20050071385 | Rao | Mar 2005 | A1 |
20050071755 | Harrington et al. | Mar 2005 | A1 |
20050091574 | Maaniitty et al. | Apr 2005 | A1 |
20050091575 | Relyea et al. | Apr 2005 | A1 |
20050099398 | Garside et al. | May 2005 | A1 |
20050105116 | Kobashi | May 2005 | A1 |
20050108001 | Aarskog | May 2005 | A1 |
20050108212 | Karimisetty et al. | May 2005 | A1 |
20050108278 | Jones et al. | May 2005 | A1 |
20050120061 | Kraft | Jun 2005 | A1 |
20050125720 | Little et al. | Jun 2005 | A1 |
20050125728 | Peiro et al. | Jun 2005 | A1 |
20050132279 | Relyea et al. | Jun 2005 | A1 |
20050144556 | Petersen et al. | Jun 2005 | A1 |
20050149861 | Bishop et al. | Jul 2005 | A1 |
20050177784 | Andrews et al. | Aug 2005 | A1 |
20050192813 | Richard | Sep 2005 | A1 |
20050198561 | McAuley | Sep 2005 | A1 |
20050204016 | McAuley | Sep 2005 | A1 |
20050210026 | Wood | Sep 2005 | A1 |
20050223312 | Erdtmann et al. | Oct 2005 | A1 |
20050246724 | Foehr et al. | Nov 2005 | A1 |
20050248790 | Ornstein et al. | Nov 2005 | A1 |
20050249536 | Sedky et al. | Nov 2005 | A1 |
20050251739 | Shur et al. | Nov 2005 | A1 |
20050251740 | Shur et al. | Nov 2005 | A1 |
20050251742 | Mogilevsky et al. | Nov 2005 | A1 |
20050268221 | Shur et al. | Dec 2005 | A1 |
20050278616 | Eller | Dec 2005 | A1 |
20050278626 | Malik | Dec 2005 | A1 |
20060010371 | Shur et al. | Jan 2006 | A1 |
20060025091 | Buford | Feb 2006 | A1 |
20060026585 | Haselden et al. | Feb 2006 | A1 |
20060031749 | Schramm et al. | Feb 2006 | A1 |
20060031758 | Shur et al. | Feb 2006 | A1 |
20060041838 | Khan | Feb 2006 | A1 |
20060047743 | Yuan et al. | Mar 2006 | A1 |
20060056334 | Yuan et al. | Mar 2006 | A1 |
20060069983 | Bailey et al. | Mar 2006 | A1 |
20060075337 | Jones et al. | Apr 2006 | A1 |
20060080314 | Hubert et al. | Apr 2006 | A1 |
20060080316 | Gilmore et al. | Apr 2006 | A1 |
20060080603 | Bailey et al. | Apr 2006 | A1 |
20060095834 | Jeon et al. | May 2006 | A1 |
20060117019 | Sylthe et al. | Jun 2006 | A1 |
20060136433 | Rothschiller et al. | Jun 2006 | A1 |
20060136477 | Bishop et al. | Jun 2006 | A1 |
20060136553 | Villaron et al. | Jun 2006 | A1 |
20060136809 | Fernstrom | Jun 2006 | A1 |
20060136812 | Jones et al. | Jun 2006 | A1 |
20060136816 | Jones et al. | Jun 2006 | A1 |
20060136827 | Villaron et al. | Jun 2006 | A1 |
20060155529 | Ludviksson et al. | Jul 2006 | A1 |
20060168562 | Emek et al. | Jul 2006 | A1 |
20060190815 | Jones et al. | Aug 2006 | A1 |
20060206794 | Ornstein et al. | Sep 2006 | A1 |
20060227150 | Yuan | Oct 2006 | A1 |
20060259854 | Walker et al. | Nov 2006 | A1 |
20060271574 | Villaron et al. | Nov 2006 | A1 |
20060277452 | Villaron et al. | Dec 2006 | A1 |
20070022128 | Rothschiller et al. | Jan 2007 | A1 |
20070061384 | Harrington et al. | Mar 2007 | A1 |
20070136443 | Sah et al. | Jun 2007 | A1 |
20070136662 | Khaba | Jun 2007 | A1 |
Number | Date | Country |
---|---|---|
1 376 387 | Jan 2004 | EP |
1 452 966 | Nov 2004 | EP |
1672543 | Nov 2005 | EP |
1672528 | Dec 2005 | EP |
WO 9901802 | Jan 1999 | WO |
WO 0144932 | Jun 2001 | WO |
WO 0180044 | Oct 2001 | WO |
WO 0221339 | Mar 2002 | WO |
WO 03009517 | Jan 2003 | WO |
WO 03021537 | Mar 2003 | WO |
WO 2006133053 | Dec 2006 | WO |
200509350 | Apr 2008 | ZA |