[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_WebScreenSize (HTML/Web Screen Size Target)

This type specifies the intended screen resolution for output to web formats.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

1024x768 (HTML/Web Size Enumeration 1024x768)

Screen size is 1024x768 pixels

1152x882 (HTML/Web Size Enumeration 1152x882)

Screen size is 1152x882 pixels

1152x900 (HTML/Web Size Enumeration 1152x900)

Screen size is 1152x900 pixels

1280x1024 (HTML/Web Size Enumeration 1280x1024)

Screen size is 1280x1024 pixels

1600x1200 (HTML/Web Size Enumeration 1600x1200)

Screen size is 1600x1200 pixels

1800x1400 (HTML/Web Size Enumeration 1800x1400)

Screen size is 1800x1400 pixels

1920x1200 (HTML/Web Size Enumeration 1920x1200)

Screen size is 1920x1200 pixels

544x376 (HTML/Web Size Enumeration 544x376)

Screen size is 544x376 pixels

640x480 (HTML/Web Size Enumeration 640x480)

Screen size is 640x480 pixels

720x512 (HTML/Web Size Enumeration 720x515)

Screen size is 720x512 pixels

800x600 (HTML/Web Size Enumeration 800x600)

Screen size is 800x600 pixels

 

Referenced By

webPr@imgSz4.3.1.36)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_WebScreenSize">

   <restriction base="xsd:token">

   <enumeration value="544x376"/>

   <enumeration value="640x480"/>

   <enumeration value="720x512"/>

   <enumeration value="800x600"/>

   <enumeration value="1024x768"/>

   <enumeration value="1152x882"/>

   <enumeration value="1152x900"/>

   <enumeration value="1280x1024"/>

   <enumeration value="1600x1200"/>

   <enumeration value="1800x1400"/>

   <enumeration value="1920x1200"/>

   </restriction>

</simpleType>