http://www.fatwire.com/schema/rest/1.0
complexType view

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

Documentation
        This bean represents a component of an application.
        Applications may simply contain a single view, or consist of multiple views.
        The layout URL of the application dictates how these views are placed.
      
Properties
This component is not nillable.

Model
<...>
(id, name, description?, parentnode, viewtype, sourceurl?, javascriptcontent?, includecontent? )
</...>


Nested Element Summary
xs:stringdescription
          The description of this view. 
xs:longid
          The id of this view. 
xs:stringincludecontent
          The HTML content that will be included by the Include renderer. 
xs:stringjavascriptcontent
          The JavaScript content to be included by the Script renderer. 
xs:stringname
          The name of this view. 
xs:stringparentnode
          The id of the HTML placeholder element present in the layout URL page, where this view should be rendered. 
xs:stringsourceurl
          The URL providing the source for the iframe, include, or JavaScript. 
viewTypeEnumviewtype
          The type of this view. 
Source
<xs:complexType name="view">
<xs:sequence>
<xs:element name="id" type="xs:long">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element name="parentnode" type="xs:string">
</xs:element>
<xs:element name="viewtype" type="viewTypeEnum">
</xs:element>
<xs:element minOccurs="0" name="sourceurl" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="javascriptcontent" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="includecontent" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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