[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_HtmlPublishWebBrowserSupport (Web browsers supported for HTML output)

This type specifies the Web Browsers supported for output to HTML.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

v3 (Browser v3)

Generate HTML optimized for Netscape Navigator 3.0, Microsoft Internet Explorer 3, and equivalent browsers.

v3v4 (Browser v3v4)

Generate HTML optimized for Netscape Navigator 3.0 and 4.0, Microsoft Internet Explorer 3 and 4, and equivalent browsers.

v4 (Browser v4)

Generate HTML optimized for Netscape Navigator 4.0, Microsoft Internet Explorer 4, and equivalent browsers.

 

Referenced By

htmlPubPr@pubBrowser4.3.1.13)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_HtmlPublishWebBrowserSupport">

   <restriction base="xsd:token">

   <enumeration value="v4"/>

   <enumeration value="v3"/>

   <enumeration value="v3v4"/>

   </restriction>

</simpleType>