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

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

Documentation
        This enumerates available layout types for rendering the application.
        Currently there is only one layout type:
          fw.wem.framework.LayoutRenderer - The default layout type, which uses a layout HTML document to place views.
      
Properties
This component is not nillable.

Model

'fw.wem.framework.LayoutRenderer'

Source
<xs:simpleType name="layoutTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="fw.wem.framework.LayoutRenderer"/>
</xs:restriction>
</xs:simpleType>


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