17.18.86 ST_TargetScreenSz

This simple type specifies possible ideal minimum target screen sizes (width by height, specified in pixels) for which web pages generated can be optimized when saving this document as a web page.

[Example: Consider a WordprocessingML document which contains the following content within the web settings part:

<w:webSettings>
  <w:targetScreenSz w:val="1600x1200" />
</w:webSettings>

The targetScreenSz element’s val attribute has a value of 1600x1200, which specifies that a target screen size of 1600 by 1200 pixels must be assumed when saving this document as a web page. 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 web pages produced from this document should be optimized for a screen size of 1024x768.

Specifies that web pages produced from this document should be optimized for a screen size of 1152x882.

Specifies that web pages produced from this document should be optimized for a screen size of 1152x900.

Specifies that web pages produced from this document should be optimized for a screen size of 1280x1024.

Specifies that web pages produced from this document should be optimized for a screen size of 1600x1200.

Specifies that web pages produced from this

Enumeration Value

Description

document should be optimized for a screen size of 1800x1440.

Specifies that web pages produced from this document should be optimized for a screen size of 1920x1200.

Specifies that web pages produced from this document should be optimized for a screen size of 544x376.

Specifies that web pages produced from this document should be optimized for a screen size of 640x480.

Specifies that web pages produced from this document should be optimized for a screen size of 720x512.

Specifies that web pages produced from this document should be optimized for a screen size of 800x600.

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

Last updated on