element <user>
Namespace:
http://schema.caplin.com/CaplinTrader/layoutConfiguration
XML Representation Summary
<user
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Parent elements (1):
Description
Specifies a user of the application, and the layouts and themes that the user can access. This tag should only be used for test purposes; see <users>.
Attribute Detail
firstName
Type:
xs:string, predefined
Use:
required
The user's first name.

lastName
Type:
xs:string, predefined
Use:
required
The user's last name.

layouts
Type:
xs:string, predefined
Use:
required
A comma separated list of layout names (for example, layouts="layout1, layout2"). This attribute specifies the default layouts for this user; each such layout is always displayed when the application starts up, and the user cannot subsequently close the layout. Each entry in the list must match the name attribute of a <layout> tag, and it overrides the setting of the tag's defaultLayout attribute. When the layouts attribute is not specified, the defaultLayout settings of all the <layout> tags apply to this user.

theme
Type:
xs:string, predefined
Use:
required
A comma separated list of theme names (for example, theme="theme1, theme2"). This attribute specifies the themes available to the user, which override the themes in the <layoutConfiguration> tag. Each theme name must reference an existing theme. When the theme attribute is not specified, the themes listed in the themes attribute of the <layoutConfiguration> tag apply to this user.

userName
Type:
xs:string, predefined
Use:
required
The user's login user name.