From 38a93ec51b23826a8f0f2b91fbaea5956ea5bda4 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 27 Jul 2004 21:54:23 +0000 Subject: - Documentation --- doc/rtfx.xsd | 486 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 486 insertions(+) create mode 100644 doc/rtfx.xsd (limited to 'doc/rtfx.xsd') diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd new file mode 100644 index 0000000..922b0a6 --- /dev/null +++ b/doc/rtfx.xsd @@ -0,0 +1,486 @@ + + + + + + + + The entire RTF document. + + + + + + + + + + + + + + + + + Tags that that contain data about the document and general formatting. + + + + + + + + + + + + Contains a list of all the paragraph styles in the document, and their various formatting attributes. + + + + + + + + + + + + Represents a paragraph style used in the document. + + + + + The style name. + + + + + Style text bold. + + + + + Style text hidden. + + + + + Style text italicized. + + + + + Style text striken out. + + + + + Style text underlined. + + + + + Style text color [NOTE: This attribute is only generated in 'presentation' mode]. + + + + + Style font face [NOTE: This attribute is only generated in 'presentation' mode]. + + + + + Style font size [NOTE: This attribute is only generated in 'presentation' mode]. + + + + + + + + Document meta information. + + + + + + + The document title. + + + + + The document author. + + + + + The document operator. + + + + + + + + + Document options and defaults. + + + + + + + + + + + + + + + Tags that break a document into various sections. + + + + + + + + + + + + A section break. + + + + + + A 'hard' page break. + + + + + + A footnote. Footnotes are all usually grouped together at the end of the document. + + + + + + + + + The footnote number. + + + + + + + + + + + Block type elements. + + + + + + + + + + + + A paragraph. One of the main basic building blocks of the document. Basically all text and other 'inline' elements are contained in paragraphs. + + + + + + + + + The paragraph style name. + + + + + + + + A list. Lists contain paragraphs each of which is an item in the list. + + + + + + + + + + Whether a numbered list or not. + + + + + + For numbered lists the number to start at. + + + + + + The type of bullet or number on a list. + + + + + + + + + + + + + + + + + + + + + + A table. + + + + + + + + A row in a table. + + + + + + + + A cell in a table. Each cell can contain multiple paragraphs or other block elements. + + + + + + + + + + + + + + + + + + + + + Inline elements flow with the text and/or change attributes in the text. + + + + + + + + + + Inline elements flow with the text and/or change attributes in the text. + + + + + + + + + + + + + + + + + + + + A 'hard' line break. + + + + + + A tab. + + + + + + Contained text is bold. + + + + + + Contained text is italic. + + + + + + Contained text is underlined. + + + + + + Contained text is striken out. + + + + + + Contained text is superscript. + + + + + + Contained text is subscript. + + + + + + Contained text is hidden. + + + + + + A reference to another part of the document such as a footnote. + + + + + + + + + + The type of object this reference is pointing to. Currently only footnotes are supported. + + + + + + + + + + + The identifier of the object this reference is pointing to. + + + + + + + + + Font information for contained text [NOTE: This tag is only generated in 'presentation' mode]. + + + + + + + + + The name of the font. + + + + + + The size of the font. + + + + + + The color of the text. + + + + + + + + -- cgit v1.2.3