| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}application (restriction)
Element that represents application properties
Nested Element Summary | |
xs:string | description Description of the application |
xs:string | href Hyper link to the individual application |
xs:string | iconurl The icon is displayed in the WEM framework screen |
xs:string | iconurlactive The icon is displayed in the WEM framework screen when the application is currently active |
xs:string | iconurlclick The icon is displayed in the WEM framework screen when the mouse clicks on an app |
xs:string | iconurlhover The icon is displayed in the WEM framework screen when the mouse hovers over an app |
xs:long | id ID of the application |
xs:string | layouttype Layout type for rendering the application |
xs:string | name Name of the application |
xs:long | parentid Id of the parent application |
xs:string | shortdescription Short description of the application. |
xs:boolean | systemapplication Flag for system applications.System applications are usually created by FatWire and users should not modify them |
xs:string | tooltip The tool tip is shown on the icon of the application in the WEM framework screen |
<xs:complexType name="application"><xs:sequence></xs:complexType><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:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |