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
        View Object
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringdescription
          Description of the view 
xs:longid
          Id of the view 
xs:stringincludecontent
          Content that will be included in Include renderer(If source URL is specified this value will be ignored) 
xs:stringjavascriptcontent
          Content that will be included in Script renderer.(If source URL is specified this value will be ignored) 
xs:stringname
          Name of the view 
xs:stringparentnode
          Id of the HTML place holder element specified in layout URL page 
xs:stringsourceurl
          URL for IFrame or include or Java Script 
viewTypeEnumviewtype
          View type 
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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.