<ST_ScreenSize>
(Screen Sizes Type)
This simple type specifies screen sizes.
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 |
---|---|
|
1024x768 pixels. |
|
1152x862 pixels. |
|
544x376 pixels. |
|
640x480 pixels. |
|
720x512 pixels. |
|
800x600 pixels. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ScreenSize">
<restriction base="xsd:string">
<enumeration value="544,376"/>
<enumeration value="640,480"/>
<enumeration value="720,512"/>
<enumeration value="800,600"/>
<enumeration value="1024,768"/>
<enumeration value="1152,862"/>
</restriction>
</simpleType>