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>
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).