Difference between revisions of "User:Anhongyun/Books/Unified Office document Format 2.0(UOF2.0)"

From Apache OpenOffice Wiki
Jump to: navigation, search
(UOF2.0)
(UOF2.0)
Line 5: Line 5:
 
As Chinese document format,UOF(Unified Office document Format) describes a document format structure based on the W3C XML Schema,using Chinese character tags.Now UOF plays an important role in Chinese application areas,such as government official bussiness,finance documentation and so on.And more and more departments use the UOF as the compatibility format.
 
As Chinese document format,UOF(Unified Office document Format) describes a document format structure based on the W3C XML Schema,using Chinese character tags.Now UOF plays an important role in Chinese application areas,such as government official bussiness,finance documentation and so on.And more and more departments use the UOF as the compatibility format.
  
Compared with UOF1.1,there are great changes taken place in UOF2.0-draft([[Media:UOF2.0draft-schema.rar]]). It has a better structure, which is multi-file structure.A UOF2.0 file must have the uof.xml,context.xml,meta.xml.The "uot" is the writer UOF2.0 format. The "uos" is the calc UOF2.0 format,and the "uop" is the impress UOF2.0 format.The file name included in this structure is given in the list below:
+
Compared with UOF1.1,there are great changes taken place in UOF2.0-draft([[Media:UOF2.0draft-schema.rar]]). It has a better structure, which is multi-file structure.A UOF2.0 file must have the uof.xml,content.xml,meta.xml.The "uot" is the writer UOF2.0 format. The "uos" is the calc UOF2.0 format,and the "uop" is the impress UOF2.0 format.The file name included in this structure is given in the list below:
 
{| class="wikitable"
 
{| class="wikitable"
 
| file name
 
| file name
Line 16: Line 16:
 
| It includes the document's metadata.
 
| It includes the document's metadata.
 
|-
 
|-
| context.xml
+
| content.xml
 
| It includes the body text content.
 
| It includes the body text content.
 
|-
 
|-
Line 23: Line 23:
 
|-
 
|-
 
| chart.xml
 
| chart.xml
| It includes the chart information,which gives the context the unique id for indexing.
+
| It includes the chart information,which gives the content the unique id for indexing.
 
|-
 
|-
 
| graphics.xml
 
| graphics.xml
| It includes the graphics information,which gives the context the unique id for indexing.
+
| It includes the graphics information,which gives the content the unique id for indexing.
 
|-
 
|-
 
| rules.xml
 
| rules.xml

Revision as of 01:32, 13 June 2012

Template:Saved book

UOF2.0

What is the UOF2.0

As Chinese document format,UOF(Unified Office document Format) describes a document format structure based on the W3C XML Schema,using Chinese character tags.Now UOF plays an important role in Chinese application areas,such as government official bussiness,finance documentation and so on.And more and more departments use the UOF as the compatibility format.

Compared with UOF1.1,there are great changes taken place in UOF2.0-draft(Media:UOF2.0draft-schema.rar). It has a better structure, which is multi-file structure.A UOF2.0 file must have the uof.xml,content.xml,meta.xml.The "uot" is the writer UOF2.0 format. The "uos" is the calc UOF2.0 format,and the "uop" is the impress UOF2.0 format.The file name included in this structure is given in the list below:

file name description
uof.xml It includes the document type information,version and other basic information.
meta.xml It includes the document's metadata.
content.xml It includes the body text content.
styles.xml It includes the style information.
chart.xml It includes the chart information,which gives the content the unique id for indexing.
graphics.xml It includes the graphics information,which gives the content the unique id for indexing.
rules.xml It includes the setting information.
bookmarks.xml It includes the bookmark information.
equations.xml It includes the equations information.
hyperlinks.xml It includes the hyperlinks information.
objectdata.xml It includes the objectdata informaiton,such as the audio files,video files and so on.
userdata.xml It includes the userdata information for the the special documents,such as the electronic documents.
extend.xml It includes the extend information.

UOF2.0 unifies the definition of the public properties.At the same time,it supports the multi-language.

About the Open Source Code

China Standard Software Co.,Ltd(CS2C) have already participated the project of the transition UOF2.0 and ODF for a few years.Until now we have had abundant experiences in this area.The source code whose total size is about 2M and 30 files is opened now.Here is the schematic below:

schematic

Examples

Here is an exampleMedia:uot.rar which has the suffix "uot".

Personal tools