17.18.102 ST_View

This simple type defines the kinds of view available to an application when rendering a WordprocessingML document. Those view kinds are, as follows: default view, draft view, outline view, print layout view, and web page view.

[Example: Consider a WordprocessingML document that is to be displayed on a screen in the same form as that document would be printed. This intent is be specified using the following WordprocessingML in the document settings part:

<w:view w:val="print" />

end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that a given WordprocessingML document should be rendered in a manner that allows a (possibly) long document to be viewed, navigated, or edited in an outline form, possibly based on the headings in that document, showing the relationships among master documents and subdocuments (see 17.17.1).

Specifies that a given WordprocessingML document should be rendered in the default view of the application.

Specifies that a given WordprocessingML document should be rendered in a manner that allows a (possibly) long document to be viewed, navigated, or edited.

Specifies that a given WordprocessingML document should be rendered in a manner that allows a (possibly) long document to be viewed, navigated, or edited in an outline form, possibly based on the headings in that document.

Specifies that a given WordprocessingML document should be rendered in a view mimicking the way that document would be printed.

Specifies that a given WordprocessingML document should be rendered in a view mimicking the way that document would be displayed as a web page.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_View) is located in A.1. end note]

Last updated on