<ST_TargetScreenSize>
(Target Screen Size Types)
This simple type defines the collection of screen resolutions that are supported for this workbook.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Sets the target screen resolution to 1024x768 pixels. |
|
Sets the target screen resolution to 1152x882 pixels. |
|
Sets the target screen resolution to 1152x900 pixels |
|
Sets the target screen resolution to 1280x1024 pixels. |
|
Sets the target screen resolution to 1600x1200 pixels. |
|
Sets the target screen resolution to 1800x1440 pixels. |
|
Sets the target screen resolution to 1920x1200 pixels. |
|
Sets the target screen resolution to 544x376 pixels. |
|
Sets the target screen resolution to 640x480 pixels. |
|
Sets the target screen resolution to 720x512 pixels. |
|
Sets the target screen resolution to 800x600 pixels. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TargetScreenSize">
<restriction base="xsd:string">
<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="1800x1440"/>
<enumeration value="1920x1200"/>
</restriction>
</simpleType>