<xsd:complexType name="CT_WebSettings">
<xsd:sequence>
<xsd:element name="frameset" type="CT_Frameset" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Root Frameset Definition</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="divs" type="CT_Divs" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Information about HTML div Elements</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="encoding" type="CT_String" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Output Encoding When Saving as Web Page</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optimizeForBrowser" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Disable Features Not Supported by Target Web Browser</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="relyOnVML" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Utilize VML When Saving as Web Page</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="allowPNG" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Allow PNG as Graphic Format</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="doNotRelyOnCSS" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Do Not Rely on CSS for Font Face Formatting</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="doNotSaveAsSingleFile" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Recommend Web Page Format over Single File Web Page Format</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="doNotOrganizeInFolder" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Do Not Place Supporting Files in Subdirectory</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="doNotUseLongFileNames" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Do Not Use File Names Longer than 8.3 Characters</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pixelsPerInch" type="CT_DecimalNumber" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Pixels per Inch for Graphics/Images</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="targetScreenSz" type="CT_TargetScreenSz" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Target Screen Size for Web Page</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="saveSmartTagsAsXml" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Save Smart Tag Data in XML Property Bag</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|