METHOD AND APPARATUS FOR UTILIZING AN EXTENSIBLE MARKUP LANGUAGE SCHEMA FOR MANAGING SPECIFIC TYPES OF CONTENT IN AN ELECTRONIC DOCUMENT

- Microsoft

An extensible markup language (“XML”) schema is provided for defining a content region which displays specific types of content in an electronic document created in a word processing application program. The schema includes structural elements for defining the content region in the electronic document. The structural elements include a properties element for defining properties associated with the content to be displayed in the content region and a content element for receiving the content to be displayed according to the defined properties. The properties element and the content element define the content region in the electronic document.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This patent application is a continuation-in-part application of U.S. patent application Ser. No. 10/955,612 entitled “Method, System, And Computer-Readable Medium For Managing Specific Types of Content In An Electronic Document,” the disclosure of which is expressly incorporated herein, in its entirety, by reference. This patent application is also related to and filed concurrently with U.S. patent application Ser. No. ______, entitled “XML Schema For Binding Data,” bearing attorney docket number 14917.0062USI1/MS310654.01 which is assigned to the same assignee as the present application and expressly incorporated herein, in its entirety, by reference.

BACKGROUND OF THE INVENTION

Modern word processors enable a user to readily create and insert various types of content (e.g., text, pictures, etc.) in an electronic document. In addition, modern word processors enable a user to conform individual types of content to a variety of formats. For example, text may be inserted in a document in paragraph form or as word fragments with different individual formatting properties (e.g., bold, italic, underline, font color, font size) or with no formatting at all. The freeform entry of content allowed by modern word processors, however, suffers from several drawbacks.

One drawback associated with content entry with many modern word processors is that it is often difficult for a user to readily insert, identify, and manipulate regions of the document or template which require different types of content (e.g., a specific fragment of text or a picture) in a document without either manually typing the content in or scanning another document, finding and manually selecting the location for the desired content, and then creating or moving the desired content from another location in the document to the desired location. Even if a predefined set of document fragments (i.e., content blobs) are available for insertion into the document, the document cannot express which pieces of content are valid in any specific location, other than by including static informational text which the user must read, understand, and voluntarily adhere to. Since conventional word processors do not label the locations where the different types of content (predefined or not) may be inserted in an electronic document, they do not permit a user to quickly identify the locations of interest for the insertion of specific content.

It is with respect to these considerations and others that the various embodiments of the present invention have been made.

BRIEF SUMMARY OF THE INVENTION

In accordance with the present invention, the above and other problems are solved by a providing an extensible markup language (“XML”) schema and a method for utilizing the schema, for defining a content region which displays specific types of content in an electronic document created in a word processing application program. According to one aspect of the invention, the schema comprises structural elements for defining the content region in the electronic document. The structural elements include a properties element for defining properties associated with the content to be displayed in the content region and a content element for receiving the content to be displayed according to the defined properties. The properties element and the content element define the content region in the electronic document.

In the schema, the properties element can include: a first property for defining a title associated with the content region, a second property for restricting or locking the content inserted in the content region, a third property for defining placeholder or insertion text to be associated with the content region, and a fourth property for defining the validity of a blank content region. The properties element also includes a set of mutually exclusive properties defining the allowable contents within the content region consisting of: a first property for defining the content region to display and receive content associated with a date, a second property for defining the content region to display and receive content associated with a picture, a third property for defining the content region to display and receive content associated with a dropdown list, a fourth property for defining the content region to display and receive content associated with a table, a fifth property for defining the content region to display and receive content associated with a document part, a sixth property for defining the content region to display and receive content associated with rich text, a seventh property for defining the content region to display and receive content associated with text comprising a single paragraph, and an eighth property for defining the content region to display and receive a plurality of content types. The properties element also includes a formatting attribute for defining a format of the above-described properties in the electronic document.

In the schema, the content element includes elements for receiving content in the content region in the electronic document. These elements can include any combination of: a paragraph element for receiving a paragraph of text in the electronic document, a run element for receiving a region of text, the region of text comprising a contiguous run of characters with identical formatting, a table element for receiving a table, a table row element for receiving a row of table cells, and a table cell element for receiving a single table cell.

According to another aspect of the invention, a method is provided for utilizing the structural elements in the schema to define a content region for displaying content in the electronic document. The method includes defining a properties element for receiving a properties associated with the content to be displayed and defining a content element for receiving the content to be displayed according to the defined properties.

In defining the properties element, the method includes assigning a name value for a label to be associated with the content region in a first property in the properties element, assigning a locking or restriction value for setting restrictions for content inserted in the content region in a second property in the properties element, inserting text for a placeholder to be associated with the content region in a third property in the properties element, and assigning a validity value for setting the validity of a blank content region in a fourth property in the properties element. The method further includes selecting a mutually exclusive property defining the type of content to be displayed in the content region.

The mutually exclusive properties include a first property for defining the content region to display and receive content associated with a date, a second property for defining the content region to display and receive content associated with a picture, a third property for defining the content region to display and receive content associated with a dropdown list, a fourth property for defining the content region to display and receive content associated with a table, a fifth property for defining the content region to display and receive content associated with a document part, a sixth property for defining the content region to display and receive content associated with rich text, a seventh property for defining the content region to display and receive content associated with text comprising a single paragraph, and an eighth property for defining the content region to display and receive a plurality of content types. In defining a content element for receiving the content to be displayed according to the defined properties, the method includes inserting a paragraph element for receiving a paragraph of text, inserting a run element for receiving a region of text, the region of text comprising a contiguous run of characters with identical formatting, inserting a table element for receiving a table, inserting a table row element for receiving a row of table cells, and inserting a table cell element for receiving a single table cell. The paragraph element, the run element, the table element, the table row element, and the table cell element may be inserted in any order.

The invention may be implemented as a computer process, a computing system, or as an article of manufacture such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process. The computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process.

These and various other features, as well as advantages, which characterize the present invention, will be apparent from a reading of the following detailed description and a review of the associated drawings.

BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS

FIG. 1 is a computer system architecture diagram illustrating a computer system utilized in and provided by the various embodiments of the invention;

FIG. 2 is a block diagram of an interactive content pane according to an illustrative embodiment of the invention;

FIG. 3 is an illustrative portion of an extensible markup language schema utilized in and provided by the various embodiments of the invention;

FIG. 4 is an illustrative routine for utilizing the schema of FIG. 3 for defining a content region for displaying content, according to an illustrative embodiment of the invention; and

FIGS. 5-7 show illustrative portions of an XML document conforming to the schema for defining a content region for displaying content, according to illustrative embodiments of the invention.

DETAILED DESCRIPTION OF THE INVENTION

Referring now to the drawings, in which like numerals represent like elements, various aspects of the present invention will be described. In particular, FIG. 1 and the corresponding discussion are intended to provide a brief, general description of a suitable computing environment in which embodiments of the invention may be implemented. While the invention will be described in the general context of program modules that execute in conjunction with program modules that run on an operating system on a personal computer, those skilled in the art will recognize that the invention may also be implemented in combination with other types of computer systems and program modules.

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.

Referring now to FIG. 1, an illustrative computer architecture for a computer 2 utilized in the various embodiments of the invention will be described. The computer architecture shown in FIG. 1 illustrates a conventional desktop or laptop computer, including a central processing unit 5 (“CPU”), a system memory 7, including a random access memory 9 (“RAM”) and a read-only memory (“ROM”) 11, and a system bus 12 that couples the memory to the CPU 5. A basic input/output system containing the basic routines that help to transfer information between elements within the computer, such as during startup, is stored in the ROM 11. The computer 2 further includes a mass storage device 14 for storing an operating system 16, application programs, and other program modules, which will be described in greater detail below. The mass storage device 14 is connected to the CPU 5 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 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 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, digital versatile disks (“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 2.

According to various embodiments of the invention, the computer 2 may operate in a networked environment using logical connections to remote computers through a network 18, such as the Internet. The computer 2 may connect to the 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 computer 2 may also include an input/output controller 22 for receiving and processing input from a number of other devices, including a keyboard, mouse, or electronic stylus (not shown in FIG. 1). 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 9 of the 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 9 may also store one or more program modules. In particular, the mass storage device 14 and the RAM 9 may store a word processing application program 40. As known to those skilled in the art, the word processing application program 40 is operative to provide functionality for creating and editing electronic documents, such as document 48. According to one embodiment of the invention, the word processing application program 40 comprises the WORD word processing application program from MICROSOFT CORPORATION. It should be appreciated, however, that word processing application programs from other manufacturers may be utilized to embody the various aspects of the present invention. It should further be appreciated that the various aspects of the present invention are not limited to word processing application programs but may also utilize other application programs 38 which are capable of processing various forms of content (e.g. text or pictures), such as spreadsheet application programs.

In conjunction with the editing of a word processing document, the word processing application program 40 provides functionality for allowing a user to insert specific types of content into various locations in the document 42, called “content regions.” For instance, according to embodiments of the invention, a user may utilize an interactive content pane generated by the word processing application program 40 which includes a content region and serves as a placeholder for inserting text such as a paragraph for the “Objective” section of a resume in the document 42. A user may utilize other interactive content panes generated by the word processing application program 40 for inserting text (which may be arbitrarily restricted by the document's author), a date 30, a table 32, or graphics data 34 (i.e., pictures) into content regions. Alternatively, a user may also define customized content as one of a set of “document parts” which may be inserted into the content region of an interactive content pane. As defined herein, document parts are preformatted structural elements or layouts which add structure to documents. Document parts may include cover pages, mathematical equations, indexes and tables (e.g., Table of Contents, Table of Figures, and Table of Authorities), page headers and footers, pages and sections (e.g., blank pages and two-column pages), personal contact information (e.g., name and address information), images, tables, and watermarks. Document parts are described in greater detail in U.S. patent application Ser. No. 10/955,622, entitled “Method, System, And Computer-Readable Medium For Creating, Inserting, And Reusing Document Parts In An Electronic Document,” the disclosure of which is incorporated herein, in its entirety, by reference.

It should be appreciated that the word processing application program 40 may utilize interactive content panes to restrict the specific types of content which may be entered into the document 42. According to various embodiments of the invention, the word processing application program 40 is also operative for generating interactive content panes which serve as bindings between areas of the document 42 and an external data source, such as Extensible Markup Language (“XML”) data 36. According to still other embodiments of the invention, the word processing application program 40 (or other text processing application program) may utilize an XML schema comprising structural elements for defining a content region for displaying content in the document 42.

As is understood by those skilled in the art, XML is a standard format for communicating data. In the XML data format, a schema is used to provide XML data with a set of grammatical and data type rules governing the types and structure of data that may be communicated. It will be appreciated that the schema utilized in the illustrative embodiments of the invention described herein may be correspond to a specified portion of the Wordprocessing ML (“WordML”) format developed by MICROSOFT CORPORATION. WordML is an XML schema for all of the possible contents of a word processing document saved by the WORD application program. A simple WordML document consists of five elements and a single namespace. The five elements are:

    • wordDocument element: The root element for a WordML document;
    • body element: The container for the displayable text;
    • p element: A paragraph. There can be any number of paragraphs in the body tag;
    • r element: A run. A contiguous set of WordML components inside of a paragraph, with a consistent set of properties; and
    • t element: A piece of text within a run.
      It will be appreciated that in the illustrative embodiments of the invention described herein, the WordML schema is modified by adding properties for persisting information about content regions in a document. Thus, it should be understood that the schema may be utilized to apply content regions with specific properties to regions of text within a word processing document. These content regions must be applied to either:
    • One or more complete paragraphs; or
    • A selection of text within a paragraph.
      The properties of a content region may be set so that the user's actions when editing the word processing document are restricted as desired by the document's original author (who created the content regions). Each of the properties may correspond to individual child elements under a single (content region properties) parent element.

Referring now to FIG. 2, an interactive content pane 48 is shown according to an illustrative embodiment of the present invention. The interactive content pane 48 includes a content region 50 for receiving and displaying specific types of content (e.g., text, graphics data, calendar data, or table data) in the document 42. The content region 50 includes a place for instructional text 62 which provides instructions for inserting specific content whenever the content region is empty. For instance, a content region for inserting an “Objective” paragraph in a resume document may include instructional text such as “Please insert your objective paragraph here.” It will be appreciated that the instructional text may be tailored to the specific content to be received in the content region of an interactive content pane. For instance, a graphics data or picture content region may include instructional text such as “Insert your photo here.” It should be understood that once a user clicks in the content region 50 containing the instructional 62, the instructional text disappears to allow the user to insert the specific content.

As shown in FIG. 2, the interactive content pane 48 also includes a boundary 52, a selection region 54, a label 56, a handle 58, and a notification region 59. The boundary 52 defines limits for the content region 50 for receiving and displaying the specific type of content. In one illustrative embodiment, the boundary 52 may fix the area of the content region 50 to a specific size. For instance, the content region for a single paragraph interactive content pane may be limited to fifteen lines of text. Once this limit is reached, no further text is permitted to be entered into the content region.

The selection region 54 is a user interface for selecting specific types of content from similar content, for display in the content region 50. For instance, a selection region in an interactive content pane for inserting calendar data may include a user interface for selecting a date from a calendar for insertion in a document. The selection region 54 may also display a user with choices from a list of predefined items in a dropdown list, for example. It will be appreciated that in one illustrative embodiment, the user interface in the selection region 54 may automatically be generated when a user clicks in the content region of certain types of interactive content regions. For instance, a user clicking into an interactive content region defined for inserting calendar data may automatically generate a calendar user interface for a user to select a specific date.

The label 56 identifies the specific type of content (e.g., dates) which may be entered into the content region 50. The handle 58 is utilized to “drag” the interactive content region 48 to different areas of a displayed document. The notification region 59 is utilized to communicate messages to a user. It should be understood that the word processing application program 40 includes functionality for validating specific content entered into the content region 50. Thus, the notification region 59 may communicate error messages when content received in the content region does not correspond to the specific type of content for an interactive content pane or when the specific type of content received in the content region exceeds a predefined content restriction (e.g., the number of lines or characters in a paragraph).

Referring now to FIG. 3, an illustrative XML schema 300 for defining properties and content in a content region will be described. The schema 300 includes a properties element 302 for defining properties associated with a content region. The properties are defined in a number of child elements. The child elements include alias element 304, invalidIfBlank element 306, lock element 308, placeholder element 310, and dataBinding element 312.

The alias element 304 is utilized to provide a name to be displayed in the label 56 associated with a content region in an interactive content pane. The invalidIfBlank element 306 is utilized to specify whether an empty content region should be considered invalid for a content region. The invalidIfBlank element 306 may include the attribute values “On” or “Off” with the On value corresponding to an empty content region being specified as invalid. The lock element 308 is utilized to specify a locking state of a content region. In particular, the lock element 308 may set content in a content region to be undeletable and/or uneditable. The lock element 308 may include the attribute values “locked-content-block” (i.e., the content region is undeletable), “locked-text” (i.e., the content block is uneditable), “locked-content-block-and-text” (i.e., the content block is undeletable and uneditable), and “no-locking.” The placeholder element 310 is utilized to specify instructional text for a content region such as “Insert your photo here.” The dataBinding element 312 contains properties for binding data to a content region. This element is described in greater detail in co-pending U.S. patent application Ser. No. ______ entitled “XML Schema For Binding Data,” bearing attorney docket number 14917.0062USI1/MS310654.01 which is expressly incorporated herein, in its entirety, by reference.

The properties element 302 also includes a number of mutually exclusive child elements for defining properties associated with a content region. The properties are mutually exclusive in that only one of them may be defined for a particular content region. The mutually exclusive child elements include a comboBox element 314, a date element 316, a docPartList (i.e., “document part list”) element 318, a dropDownList element 320, a picture element 322, a richText element 324, a table element 326, and a text element 328.

The comboBox element 329 is utilized to specify that a content region may contain multiple content types (e.g., a picture and rich text). The date element 316 is utilized to specify that a content region must contain a date. The date element 316 includes a formatting attribute which allows the user to select a format in which the date is displayed in a content region (e.g., Year/Month/Day or Month/Day/Year). The docPartList element 318 is utilized to specify that a content region must contain a document part list (e.g., categories of document parts such as cover pages, header, footers, etc.). The dropDownList element 320 is utilized to specify that a content region must contain a “dropdown list.” The dropDownList element 320 may include the child element ListItem which contains the definition for a single entry in the dropdown list.

The ListItem element may contain the following attributes:

    • displayText—specifies that the contents of the dropdown entry are displayed to a user;
    • value—specifies the actual value of the dropdown entry; and
    • order—specifies the order in which the entry appears in the dropdown list.

The picture element 322 is utilized to specify that a content region must contain a picture or graphic. The picture element 322 may include the child element PictureStorage for specifying the storage location of the picture to be displayed in the content region. The PictureStorage element includes the attributes linked-to-file and embedded-in-file which specify the storage format for the picture. It should be understood that the linked-to-file attribute specifies that the content region may contain an internal link referencing a picture file within the document itself or on a computer system while the embedded-in-file attribute specifies an object representing the picture which is embedded directly within the content region in an encoded format. The richText element 324 is utilized to specify that a content region must contain multiple paragraphs or “rich text” (i.e., text formatted to include features such as fonts and margins. The table element 326 is utilized to specify that a content region must contain a table (i.e., at least one row or column of cells). The text element 328 is utilized to specify that a content region must contain a single paragraph of text.

The schema 300 also includes a Content element 330 for defining properties of content which may be received in a content region. The Content element 330 may include a number of child elements. For instance, the Content element 330 may include a Run element 332 which specifies content comprising a contiguous run of characters with identical formatting. Other child elements within the Content element 330 may include a paragraph element which specifies a paragraph, a table element which specifies a table, a table row element which specifies a table row, and a table cell element which specifies single table cell. It will be appreciated that the paragraph element, the run element, the table element, the table row element, and the table cell element may be inserted in any order.

Referring now to FIG. 4 an illustrative routine 400 will be described illustrating a process for utilizing a schema (such as the schema 300) to define a content region for displaying content in an electronic document created in the word processing application program 40. It should be appreciated that although the embodiments of the invention described herein are presented in the context of the word processing application program 40, the invention may be utilized in other types of application programs that support text and data processing. For instance, the embodiments of the invention described herein may be utilized within a spreadsheet application program, a presentation application program, a drawing or computer-aided design application program, or a database application program.

When reading the discussion of the routines presented herein, it should be appreciated that the logical operations of various embodiments of the present invention are implemented (1) as a sequence of computer implemented acts or program modules running on a computing system and/or (2) as interconnected machine logic circuits or circuit modules within the computing system. The implementation is a matter of choice dependent on the performance requirements of the computing system implementing the invention. Accordingly, the logical operations illustrated in FIG. 4, and making up the embodiments of the present invention described herein are referred to variously as operations, structural devices, acts or modules. It will be recognized by one skilled in the art that these operations, structural devices, acts and modules may be implemented in software, in firmware, in special purpose digital logic, and any combination thereof without deviating from the spirit and scope of the present invention as recited within the claims set forth herein.

Referring now to FIG. 4, the routine 400 begins at operation 405, wherein the alias element 304 receives a name for a label which is displayed with a content region in the electronic document. In particular, a user may insert a text string within the alias element 304. The routine 400 continues from operation 400 at operation 410, wherein the lock element 308 receives a restriction value for a content region. As discussed above with respect to FIG. 3, the lock element 308 includes a lockingType attribute in which a user may specify values for restricting a content region (i.e., preventing the editing of content in the content region and/or preventing the deletion of content in the content region). An example of the utilization of the lock element 308 and the lockingType attribute in a schema will be described below with respect to FIG. 7.

The routine 400 continues from operation 410 at operation 415, wherein the placeholder element 310 receives insertion text for a content region. In particular, a user may insert a text string within the placeholder element 310 to provide information on a document part which contains the placeholder text. For instance, in a resume the insertion text may read “Insert Objective here.” The routine 400 continues from operation 415 at operation 420 wherein the InvalidifBlank element 306 receives a value indicating whether an empty content region should be considered invalid. In particular, a user may set the InvalidifBlank element to “On” to prevent empty content regions in an electronic document. For instance, for a content region set to invalid if blank, a user navigating outside of a blank content region in an electronic document may cause the generation of an error message in a notification region (such the notification region 59 of FIG. 2) associated with the content region.

The routine 400 continues from operation 420 at operation 425 wherein a content type is selected in the schema for the content region. In particular, a user may select one of the mutually exclusive property elements 314 through 328 to define a content region to receive a specific type of content (e.g., a date or a picture). The routine 400 continues from operation 425 at operation 430 wherein the Content element 330 is defined for receiving content for display in a content region. In particular, a user may insert in the Content element 430 a paragraph element for receiving a paragraph of text, a run element for receiving a run of characters, or one or more table elements for receiving table data. The routine 400 then ends.

FIGS. 5-7 show illustrative portions of a document conforming to the schema for defining a content region for displaying content, according to illustrative embodiments of the invention. Turning now to FIG. 5, a schema portion 500 is shown for defining a plain text only content region, with a label reading “My Label.” The schema portion 500 includes a properties element 502 for defining the properties of the content region, alias element 504 with attribute value “My Label,” and text element 506 for defining the content region to receive unformatted text. The schema portion 500 also includes a Content element 508 and the text “sample content” to be displayed in the content region.

Turning now to FIG. 6, a schema portion 600 is shown for defining a rich text content region which is set to be invalid if empty. The schema portion 500 includes a properties element 602 for defining the properties of the content region, invalidIfBlank element 604 with attribute value “true,” and richText element 606 for defining the content region to receive rich text. The schema portion 600 also includes a Content element 608, the text “sample content” to be displayed in the content region,” and the formatting element 612 identifying the formatting to be applied to the text in element 614 (i.e., bold format).

Turning now to FIG. 7, a portion of an XML document confirming to the schema 700 is shown for defining a dropdown list content region, set to be undeletable and uneditable, with a label of “My label.” The schema portion 700 includes a properties element 702 for defining the properties of the content region, alias element 504 with attribute value “My Label,” lock element 706 with a lockingType attribute value indicating locked content, and dropDownList element 708 with listItem attributes 710, 712, and 714 identifying the list items and their order. The schema portion 700 also includes a Content element 716 and the text “sample content” to be displayed in the content region.

Based on the foregoing, it should be appreciated that the various embodiments of the invention include an XML schema and a method for utilizing the schema, for defining a content region which displays specific types of content in an electronic document created in a word processing application program. The above specification, examples and data provide a complete description of the manufacture and use of the composition of the invention. Since many embodiments of the invention can be made without departing from the spirit and scope of the invention, the invention resides in the claims hereinafter appended.

Claims

1-20. (canceled)

21. A computer-implemented method comprising:

providing an interactive content pane to manage content manipulation of an application, wherein the interactive content pane includes a content region that comprises structural elements including at least one properties element and at least one content element that are each defined by a markup language schema, wherein the properties element define properties for displaying the content element in the content region of the application;
receiving a selection of the content element in the interactive content pane; and
in response to receiving the selection of the content element, displaying a type of content within the interactive content pane, wherein the type of content displayed is determined by the properties element that includes a plurality of mutually exclusive child elements for defining the properties associated with the type of content for display.

22. The computer-implemented method according to claim 21, wherein the plurality of mutually exclusive child elements define allowable content to be included within the content region for the content element.

23. The computer-implemented method according to claim 22, wherein the plurality of mutually exclusive child elements comprise at least two selected from a group consisting of:

a first mutually exclusive property for defining the content region to display and for receiving a first portion of the content associated with a date;
a second mutually exclusive property for defining the content region to display and for receiving a second portion of the content associated with a picture;
a third mutually exclusive property for defining the content region to display and for receiving a third portion of the content associated with a dropdown list;
a fourth mutually exclusive property for defining the content region to display and for receiving a fourth portion of the content associated with a table;
a fifth mutually exclusive property for defining the content region to display and for receiving a fifth portion of the content associated with a document part;
a sixth mutually exclusive property for defining the content region to display and for receiving a sixth portion of the content associated with rich text;
a seventh mutually exclusive property for defining the content region to display and for receiving a seventh portion of the content associated with text comprising a paragraph; and
an eighth mutually exclusive property for defining the content region to display and for receiving an eighth portion of a plurality of content types.

24. The computer-implemented method according to claim 23, wherein the properties element further comprises a formatting attribute defining a format for display of content associated with the at least two mutually exclusive child elements in the electronic document, and wherein the displaying displays the content in accordance with the formatting attribute.

25. The computer-implemented method according to claim 23, further comprising receiving selection of a child element of the plurality of mutually exclusive child elements, and enabling manipulation of a field associated with the selected child element.

26. The computer-implemented method according to claim 21, wherein the content region is associated with a user interface of the application, and wherein the content element is a user interface component that is selectable by a user through the user interface.

27. The computer-implemented method according to claim 26, wherein the content element comprises a plurality of elements for receiving content in the content region, wherein the plurality of elements comprise at least two selected from a group consisting of:

a paragraph element for receiving a paragraph of text in the electronic document;
a run element for receiving a region of text, the region of text comprising a contiguous run of characters with identical formatting;
a table element for receiving a table;
a table row element for receiving a row of table cells; and
a table cell element for receiving a single table cell.

28. A system comprising:

at least one processor; and
a memory operatively connected with the processor that stores executable instructions, which when executed on the processor, cause the processor to execute: providing an interactive content pane to manage content manipulation of an application, wherein the interactive content pane includes a content region that comprises structural elements including at least one properties element and at least one content element that are each defined by a markup language schema, wherein the properties element define properties for displaying the content element in the content region of the application; receiving a selection of the content element in the interactive content pane; and in response to receiving the selection of the content element, displaying a type of content within the interactive content pane, wherein the type of content displayed is determined by the properties element that includes a plurality of mutually exclusive child elements for defining the properties associated with the type of content for display.

29. The system according to claim 28, wherein the plurality of mutually exclusive child elements define allowable content to be included within the content region for the content element.

30. The system according to claim 29, wherein the plurality of mutually exclusive child elements comprises at least two selected from a group consisting of:

a first mutually exclusive property for defining the content region to display and for receiving a first portion of the content associated with a date;
a second mutually exclusive property for defining the content region to display and for receiving a second portion of the content associated with a picture;
a third mutually exclusive property for defining the content region to display and for receiving a third portion of the content associated with a dropdown list;
a fourth mutually exclusive property for defining the content region to display and for receiving a fourth portion of the content associated with a table;
a fifth mutually exclusive property for defining the content region to display and for receiving a fifth portion of the content associated with a document part;
a sixth mutually exclusive property for defining the content region to display and for receiving a sixth portion of the content associated with rich text;
a seventh mutually exclusive property for defining the content region to display and for receiving a seventh portion of the content associated with text comprising a paragraph; and
an eighth mutually exclusive property for defining the content region to display and for receiving an eighth portion of a plurality of content types.

31. The system according to claim 30, wherein the properties element further comprises a formatting attribute defining a format for display of content associated with the at least two mutually exclusive child elements in the electronic document, and wherein the displaying displays the content in accordance with the formatting attribute.

32. The system according to claim 30, wherein the operations further comprise receiving selection of a child element of the plurality of mutually exclusive child elements, and enabling manipulation of a field associated with the selected child element.

33. The system according to claim 28, wherein the content region is associated with a user interface of the application, and wherein the content element is a user interface component that is selectable by a user through the user interface.

34. The system according to claim 33, wherein the content element comprises a plurality of elements for receiving content in the content region, wherein the plurality of elements comprise at least two selected from a group consisting of:

a paragraph element for receiving a paragraph of text in the electronic document;
a run element for receiving a region of text, the region of text comprising a contiguous run of characters with identical formatting;
a table element for receiving a table;
a table row element for receiving a row of table cells; and
a table cell element for receiving a single table cell.

35. A computer-readable storage medium which stores a set of instructions which when executed on at least one processor, causes the processor to perform a method comprising:

providing an interactive content pane to manage content manipulation of an application, wherein the interactive content pane includes a content region that comprises structural elements including at least one properties element and at least one content element that are each defined by a markup language schema, wherein the properties element define properties for displaying the content element in the content region of the application;
receiving a selection of the content element in the interactive content pane;
upon receiving the selection of the content element, displaying a type of content within the interactive content pane, wherein the type of content displayed is determined by the properties element that includes a plurality of mutually exclusive child elements for defining the properties associated with the type of content for display;
receiving selection of a child element of the plurality of mutually exclusive child elements; and
in response to receiving the selected child element, enabling manipulation of a field associated with the selected child element.

36. The computer-readable storage medium according to claim 35, wherein the plurality of mutually exclusive child elements define allowable content to be included within the content region for the content element.

37. The computer-readable storage medium according to claim 35, wherein the plurality of mutually exclusive child elements comprise at least two selected from a group consisting of:

a first mutually exclusive property for defining the content region to display and for receiving a first portion of the content associated with a date;
a second mutually exclusive property for defining the content region to display and for receiving a second portion of the content associated with a picture;
a third mutually exclusive property for defining the content region to display and for receiving a third portion of the content associated with a dropdown list;
a fourth mutually exclusive property for defining the content region to display and for receiving a fourth portion of the content associated with a table;
a fifth mutually exclusive property for defining the content region to display and for receiving a fifth portion of the content associated with a document part;
a sixth mutually exclusive property for defining the content region to display and for receiving a sixth portion of the content associated with rich text;
a seventh mutually exclusive property for defining the content region to display and for receiving a seventh portion of the content associated with text comprising a paragraph; and
an eighth mutually exclusive property for defining the content region to display and for receiving an eighth portion of a plurality of content types.

38. The computer-readable storage medium according to claim 37, wherein the properties element further comprises a formatting attribute defining a format for display of content associated with the at least two mutually exclusive child elements in the electronic document, and wherein the displaying displays the content in accordance with the formatting attribute.

39. The computer-readable storage medium according to claim 35, wherein the content region is associated with a user interface of the application, and wherein the content element is a user interface component that is selectable by a user through the user interface.

40. The computer-readable storage medium according to claim 39, wherein the content element comprises a plurality of elements for receiving content in the content region, wherein the plurality of elements comprise at least two selected from a group consisting of:

a paragraph element for receiving a paragraph of text in the electronic document;
a run element for receiving a region of text, the region of text comprising a contiguous run of characters with identical formatting;
a table element for receiving a table;
a table row element for receiving a row of table cells; and
a table cell element for receiving a single table cell.
Patent History
Publication number: 20150317289
Type: Application
Filed: Jul 13, 2015
Publication Date: Nov 5, 2015
Applicant: MICROSOFT TECHNOLOGY LICENSING, LLC (Redmond, WA)
Inventors: Brian M. Jones (Redmond, WA), E. Mark Sunderland (Seattle, WA), Marcin Sawicki (Kirkland, WA), Robert A. Little (Redmond, WA), Tristan A. Davis (Redmond, WA)
Application Number: 14/797,274
Classifications
International Classification: G06F 17/22 (20060101); G06F 3/0482 (20060101); G06F 3/0484 (20060101); G06F 17/21 (20060101);