http://www.fatwire.com/schema/rest/1.0
simpleType viewTypeEnum

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.fatwire.com/schema/rest/1.0}viewTypeEnum (restriction)

Documentation
          This enumerates available view types.
          Currently view type can be:
            fw.wem.framework.IframeRenderer - Creates an IFrame and invokes the source URL attribute in the IFrame
            fw.wem.framework.IncludeRenderer - Streams the content in source URL attribute or stream the content specified in include content column to the page
            fw.wem.framework.ScriptRenderer - Includes the .js file specified in source URL attribute or executes the script content available in Java Script content page
      
Properties
This component is not nillable.

Model

('fw.wem.framework.IframeRenderer' | 'fw.wem.framework.IncludeRenderer' | 'fw.wem.framework.ScriptRenderer')

Source
<xs:simpleType name="viewTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="fw.wem.framework.IframeRenderer"/>
<xs:enumeration value="fw.wem.framework.IncludeRenderer"/>
<xs:enumeration value="fw.wem.framework.ScriptRenderer"/>
</xs:restriction>
</xs:simpleType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.