<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 |
---|---|
|
Screen size is 1024x768 pixels |
|
Screen size is 1152x882 pixels |
|
Screen size is 1152x900 pixels |
|
Screen size is 1280x1024 pixels |
|
Screen size is 1600x1200 pixels |
|
Screen size is 1800x1400 pixels |
|
Screen size is 1920x1200 pixels |
|
Screen size is 544x376 pixels |
|
Screen size is 640x480 pixels |
|
Screen size is 720x512 pixels |
|
Screen size is 800x600 pixels |
Referenced By |
---|
|
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>