2.12.4.1 ST_TargetScreenSz

Target namespace: http://schemas.microsoft.com/office/drawing/2012/main

Referenced by: CT_BackgroundPr

This simple type specifies possible ideal minimum target screen sizes (width by height, specified in pixels) for how the document could be optimized.<119>

Value

Meaning

544x376

Specifies that the document is optimized for a screen size of 544x376

640x480

Specifies that the document is optimized for a screen size of 640x480

720x512

Specifies that the document is optimized for a screen size of 720x512

800x600

Specifies that the document is optimized for a screen size of 800x600

1024x768

Specifies that the document is optimized for a screen size of 1024x768

1152x882

Specifies that the document is optimized for a screen size of 1152x882

1152x900

Specifies that the document is optimized for a screen size of 1152x900

1280x1024

Specifies that the document is optimized for a screen size of 1280x1024

1600x1200

Specifies that the document is optimized for a screen size of 1600x1200

1800x1440

Specifies that the document is optimized for a screen size of 1800x1440

1920x1200

Specifies that the document is optimized for a screen size of 1920x1200

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_TargetScreenSz">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="544x376"/>
     <xsd:enumeration value="640x480"/>
     <xsd:enumeration value="720x512"/>
     <xsd:enumeration value="800x600"/>
     <xsd:enumeration value="1024x768"/>
     <xsd:enumeration value="1152x882"/>
     <xsd:enumeration value="1152x900"/>
     <xsd:enumeration value="1280x1024"/>
     <xsd:enumeration value="1600x1200"/>
     <xsd:enumeration value="1800x1440"/>
     <xsd:enumeration value="1920x1200"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).