<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

<1024,768> (1024x768 pixels)

1024x768 pixels.

<1152,862> (1152x862 pixels)

1152x862 pixels.

<544,376> (544x376 pixels)

544x376 pixels.

<640,480> (640x480 pixels)

640x480 pixels.

<720,512> (720x512 pixels)

720x512 pixels.

<800,600> (800x600 pixels)

800x600 pixels.

Referenced By

<background@targetscreensize>6.1.2.2)

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>