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

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

Documentation
        Element that represents application properties
      
Properties
This component is not nillable.

Model
<...>
(href?, id, name, description?, shortdescription?, tooltip?, iconurl?, iconurlhover?, iconurlclick?, iconurlactive?, layouttype?, parentid?, systemapplication )
</...>


Nested Element Summary
xs:stringdescription
          Description of the application 
xs:stringhref
          Hyper link to the individual application 
xs:stringiconurl
          The icon is displayed in the WEM framework screen 
xs:stringiconurlactive
          The icon is displayed in the WEM framework screen when the application is currently active 
xs:stringiconurlclick
          The icon is displayed in the WEM framework screen when the mouse clicks on an app 
xs:stringiconurlhover
          The icon is displayed in the WEM framework screen when the mouse hovers over an app 
xs:longid
          ID of the application 
xs:stringlayouttype
          Layout type for rendering the application 
xs:stringname
          Name of the application 
xs:longparentid
          Id of the parent application 
xs:stringshortdescription
          Short description of the application. 
xs:booleansystemapplication
          Flag for system applications.System applications are usually created by FatWire and users should not modify them 
xs:stringtooltip
          The tool tip is shown on the icon of the application in the WEM framework screen 
Source
<xs:complexType name="application">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<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 minOccurs="0" name="shortdescription" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tooltip" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurl" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurlhover" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurlclick" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurlactive" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="layouttype" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="parentid" type="xs:long">
</xs:element>
<xs:element name="systemapplication" type="xs:boolean">
</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.