<?xml version="1.0" encoding="UTF-8"?>
<PROJECT id="_leonStandardActions">

	<!-- Actions -->
	<ACTION id="_consult"
			builder="leon.control.builder.LyConsultBuilder"
			controller="leon.control.LyConsultController"
			behavior="leon.app.behavior.LyClassBehavior">
		<NAME value="LY_ACTION_CONSULT"/>
		<PREFIX value="LY_ACTION_CONSULT"/>
		<MIN value='1'/>
		<A_MARKS tool='true' form='true' dialog='true' popup='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_object"/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
	</ACTION>

	<ACTION id="_create"
			builder="leon.control.builder.LyCreateBuilder"
			controller="leon.control.LyCreateController"
			behavior="leon.app.behavior.LyClassBehavior">
		<NAME value="LY_ACTION_CREATE"/>
		<PREFIX value="LY_ACTION_CREATE"/>
		<MIN value='0'/>
		<MAX value='0'/>
		<A_MARKS tool='true' transverse='true' dialog='true' popup='true'/>
		<SHORTCUT value="LY_SHORTCUT_CREATE"/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_consultMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_setFieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_value#"/>
		<PARAMETER name="_fieldMarks">
			<F_MARKS create='true'/>
		</PARAMETER>
		<PARAMETER name="_consultMarks">
			<F_MARKS createConsult='true'/>
		</PARAMETER>
	</ACTION>

	<ACTION id="_clone" template="_create">
		<NAME value="LY_ACTION_CLONE"/>
		<PREFIX value="LY_ACTION_CLONE"/>
		<MIN value='1'/>
		<MAX value='1'/>
		<A_MARKS operation='CLEAR' transverse='true'/>
		<SHORTCUT value="LY_SHORTCUT_CLONE"/>
	</ACTION>

	<ACTION id="_set"
			builder="leon.control.builder.LySetBuilder"
			controller="leon.control.LySetController"
			behavior="leon.app.behavior.LyClassBehavior">
		<NAME value="LY_ACTION_SET"/>
		<PREFIX value="LY_ACTION_SET"/>
		<MIN value='1'/>
		<A_MARKS tool='true' form='true' dialog='true' popup='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_consultMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_setFieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_value#"/>
		<PARAMETER_DECL name="_object"/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
		<PARAMETER name="_fieldMarks">
			<F_MARKS set='true'/>
		</PARAMETER>
		<PARAMETER name="_consultMarks">
			<F_MARKS setConsult='true'/>
		</PARAMETER>
	</ACTION>

	<ACTION id="_lockedSet" template="_set">
		<PARAMETER_DECL name="_lockFieldInfo" type='FIELD' required='true' domain="leon.info.LyTextFieldInfo"/>
		<PARAMETER_DECL name="_lockDateFieldInfo" type='FIELD' domain="leon.info.LyDateFieldInfo"/>
		<PARAMETER_DECL name="_unlockByUser" type='BOOLEAN' required='true'/>
		<PARAMETER name="_unlockByUser" value="true"/>
	</ACTION>

	<ACTION id="_delete"
			controller="leon.control.LyDeleteController"
			behavior="leon.app.behavior.LyClassBehavior">
		<NAME value="LY_ACTION_DELETE"/>
		<PREFIX value="LY_ACTION_DELETE"/>
		<MIN value='1'/>
		<A_MARKS tool='true' dialog='true'/>
		<PARAMETER_DECL name="_allowMulticlass" type='BOOLEAN'/>
		<PARAMETER name="_allowMulticlass" value="true"/>
	</ACTION>

	<ACTION id="_print"
			builder="leon.control.builder.LyPrintBuilder"
			controller="leon.control.LyPrintController"
			behavior="leon.app.behavior.LyPrintBehavior">
		<NAME value="LY_ACTION_PRINT"/>
		<PREFIX value="LY_ACTION_PRINT"/>
		<MIN value='1'/>
		<A_MARKS tool='true' form='true' dialog='true' notForMobile='true'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
	</ACTION>

	<ACTION id="_printVelocityModel"
			controller="eu.w4.ae.control.LyPrintVelocityModelController"
			behavior="eu.w4.ae.app.behavior.LyPrintVelocityModelBehavior">
		<NAME value="LY_ACTION_PRINT"/>
		<PREFIX value="LY_ACTION_PRINT"/>
		<MIN value='1'/>
		<A_MARKS tool='true' form='true' dialog='true' notForMobile='true'/>
		<PARAMETER_DECL name="_model" type='FILE' required='true'/>
		<PARAMETER_DECL name="_output" type='FILE'/>
		<PARAMETER_DECL name="_command"/>
		<PARAMETER_DECL name="_synchronous" type='BOOLEAN'/>
		<PARAMETER_DECL name="_nbPrinting" type='NUMBER'/>
		<PARAMETER name="_synchronous" value="false"/>
		<PARAMETER name="_nbPrinting" value="1"/>
	</ACTION>

	<ACTION id="_import"
			builder="leon.control.builder.LyImportBuilder"
			controller="leon.control.LyImportController"
			behavior="leon.app.behavior.LyImportBehavior">
		<NAME value="LY_ACTION_IMPORT"/>
		<PREFIX value="LY_ACTION_IMPORT"/>
		<MIN value='0'/>
		<MAX value='0'/>
		<A_MARKS dialog='true' notForMobile='true' popup='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_filter" type='FILTER'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_contextType"/>
		<PARAMETER_DECL name="_importTableAction" type='ACTION'/>
		<PARAMETER_DECL name="_importContentBehavior"/>
		<PARAMETER_DECL name="_importFileProvider"/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_importFieldSep"/>
		<PARAMETER_DECL name="_importValueSep"/>
		<PARAMETER_DECL name="_importType" type='CHOICE' domain="SPREADSHEET RAW XML"/>
		<PARAMETER_DECL name="_importFile" type='FILE'/>
		<PARAMETER_DECL name="_importStartLineNumber" type='NUMBER'/>
		<PARAMETER_DECL name="_importOperations" type='CHOICES' domain="CREATION MODIFICATION DELETION CONSULTATION"/>
		<PARAMETER name="_importTableAction" idref="__importTable"/>
		<PARAMETER name="_importContentBehavior" value="leon.app.behavior.LyImportContentBehavior"/>
		<PARAMETER name="_importFileProvider" value="leon.peer.file.LyImportFileDataProvider"/>
	</ACTION>

	<ACTION id="_export"
			builder="leon.control.builder.LyExportBuilder"
			controller="leon.control.LyExportController"
			behavior="leon.app.behavior.LyExportBehavior">
		<NAME value="LY_ACTION_EXPORT"/>
		<PREFIX value="LY_ACTION_EXPORT"/>
		<MAX value='0'/>
		<A_MARKS tool='true' dialog='true' noContext='true' notForMobile='true' popup='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_exportFieldSep"/>
		<PARAMETER_DECL name="_exportValueSep"/>
		<PARAMETER_DECL name="_exportType" type='CHOICE' domain="SPREADSHEET TEXT RAW XML"/>
		<PARAMETER_DECL name="_exportFile" type='FILE'/>
		<PARAMETER_DECL name="_exportFieldPrefix"/>
		<PARAMETER_DECL name="_exportFieldRenameExtension"/>
		<PARAMETER_DECL name="_exportCharset"/>
		<PARAMETER_DECL name="_exportSelection" type='BOOLEAN'/>
	</ACTION>

	<ACTION id="_login"
			builder="leon.control.builder.LyLoginBuilder"
			controller="leon.control.LyLoginController"
			behavior="leon.app.behavior.LyLoginBehavior"
			target="_none">
		<NAME value="LY_ACTION_LOGIN"/>
		<PREFIX value="LY_ACTION_LOGIN"/>
		<A_MARKS noToolbar='true'/>
		<PARAMETER_DECL name="_userClassInfo" type='CLASS' required='true'/>
		<PARAMETER_DECL name="_loginFieldInfo" type='FIELD' required='true'/>
		<PARAMETER_DECL name="_passwordFieldInfo" type='FIELD' required='true'/>
		<PARAMETER_DECL name="_maxLoginRetry" type='NUMBER'/>
		<PARAMETER_DECL name="_allowCreation" type='BOOLEAN'/>
		<PARAMETER_DECL name="_allowReconnect" type='BOOLEAN'/>
		<PARAMETER_DECL name="_selectLanguage" type='BOOLEAN'/>
		<PARAMETER_DECL name="_display" type='CHOICE' domain="ALWAYS IF_NOT_LOGGED"/>
		<PARAMETER name="_maxLoginRetry" value="3"/>
		<PARAMETER name="_allowCreation" value="false"/>
		<PARAMETER name="_allowReconnect" value="true"/>
		<PARAMETER name="_selectLanguage" value="true"/>
		<PARAMETER name="_display" value="IF_NOT_LOGGED"/>
	</ACTION>

	<ACTION id="_password"
			controller="leon.control.LyPasswordController"
			behavior="leon.app.behavior.LyPasswordBehavior">
		<NAME value="LY_ACTION_CHANGE_PASSWORD"/>
		<PREFIX value="LY_ACTION_CHANGE_PASSWORD"/>
		<MAX value='1'/>
		<A_MARKS tool='true' dialog='true'/>
		<PARAMETER_DECL name="_userClassInfo" type='CLASS' required='true'/>
		<PARAMETER_DECL name="_passwordFieldInfo" type='FIELD' required='true'/>
	</ACTION>

	<ACTION id="_table"
			builder="leon.control.builder.LyTableBuilder"
			controller="leon.control.LyTableController"
			behavior="leon.app.behavior.LyTableBehavior">
		<NAME value="LY_ACTION_TABLE"/>
		<A_MARKS tool='true' frameView='true' portlet='true' popup='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS' required='true'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_statusFieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_classFilter" type='FILTER'/>
		<PARAMETER_DECL name="_filter" type='FILTER'/>
		<PARAMETER_DECL name="_sort" type='SORT'/>
		<PARAMETER_DECL name="_columnWidth"/>
		<PARAMETER_DECL name="_limit" type='NUMBER'/>
		<PARAMETER_DECL name="_displayEmptyRows" type='BOOLEAN'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_openFilter" type='CHOICE' domain="TRUE FALSE IF_EMPTY"/>
		<PARAMETER_DECL name="_allowNavigation" type='BOOLEAN'/>
		<PARAMETER_DECL name="_displayList" type='CHOICE' domain="TABLE LIST CHOOSE"/>
		<PARAMETER_DECL name="_displayListShowFieldLabels" type='BOOLEAN'/>
		<PARAMETER_DECL name="_displayListImgField" type='FIELD'/>
		<PARAMETER_DECL name="_showGroupsInHeaders" type='BOOLEAN'/>
		<PARAMETER name="_displayList" value="CHOOSE"/>
		<PARAMETER name="_displayListShowFieldLabels" value="false"/>
		<PARAMETER name="_fieldMarks">
			<F_MARKS table='true'/>
		</PARAMETER>
		<PARAMETER name="_statusFieldMarks">
			<F_MARKS status='true'/>
		</PARAMETER>
		<PARAMETER name="_openFilter" value="false"/>
		<PARAMETER name="_allowNavigation" value="true"/>
		<PARAMETER name="_displayEmptyRows" value="true"/>
		<PARAMETER name="_showGroupsInHeaders" value="false"/>
	</ACTION>

	<ACTION id="_multiPageTable" template="_table"
			builder="leon.control.builder.LyMultiPageTableBuilder"
			controller="leon.control.LyMultiPageTableController">
		<NAME value="LY_ACTION_MULTI_PAGE_TABLE"/>
		<PARAMETER_DECL name="_viewLimit" type='NUMBER'/>
		<PARAMETER_DECL name="_displayPagesNumber" type='BOOLEAN'/>
		<PARAMETER_DECL name="_displayNextPreviousTools" type='BOOLEAN'/>
		<PARAMETER name="_viewLimit" value="20"/>
		<PARAMETER name="_displayPagesNumber" value="true"/>
		<PARAMETER name="_displayNextPreviousTools" value="false"/>
	</ACTION>

	<ACTION id="_editTable" template="_table"
			builder="leon.control.builder.LyEditTableBuilder"
			controller="leon.control.LyEditTableController"
			behavior="leon.app.behavior.LyEditTableBehavior">
		<NAME value="LY_ACTION_EDIT_TABLE"/>
		<PREFIX value="LY_ACTION_EDIT"/>
		<MIN value='0'/>
		<PARAMETER_DECL name="_createFieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_setFieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_viewLimit" type='NUMBER'/>
		<PARAMETER_DECL name="_displayPagesNumber" type='BOOLEAN'/>
		<PARAMETER_DECL name="_dynamicEditionMode" type='BOOLEAN'/>
		<PARAMETER_DECL name="_useSingleClickForEdition" type='BOOLEAN'/>
		<PARAMETER_DECL name="_autoCommit" type='BOOLEAN'/>
		<PARAMETER_DECL name="_setAction" type='ACTION'/>
		<PARAMETER_DECL name="_createAction" type='ACTION'/>
		<PARAMETER name="_setFieldMarks">
			<F_MARKS set='true'/>
		</PARAMETER>
		<PARAMETER name="_createFieldMarks">
			<F_MARKS create='true'/>
		</PARAMETER>
		<PARAMETER name="_displayPagesNumber" value="true"/>
		<PARAMETER name="_dynamicEditionMode" value="true"/>
		<PARAMETER name="_autoCommit" value="false"/>
		<PARAMETER name="_useSingleClickForEdition" value="true"/>
	</ACTION>

	<ACTION id="_xref"
			controller="leon.control.LyXRefAreaController">
		<NAME value="LY_ACTION_XREF"/>
		<MIN value='1'/>
		<A_MARKS tool='true' noTitlebar='true' frameView='true' popup='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS' required='true'/>
		<PARAMETER_DECL name="_classFilter" type='FILTER'/>
		<PARAMETER_DECL name="_limit" type='NUMBER'/>
		<PARAMETER name="_limit" value="20"/>
	</ACTION>

	<ACTION id="_dashboard"
			builder="leon.control.builder.LyDashboardBuilder"
			controller="leon.control.LyDashboardController"
			behavior="leon.app.behavior.LyDashboardBehavior">
		<NAME value="LY_ACTION_DASHBOARD"/>
		<A_MARKS tool='true' frameView='true'/>
		<PARAMETER_DECL name="_useSingleView" type='BOOLEAN'/>
		<PARAMETER_DECL name="_defaultAction" type='ACTION'/>
		<PARAMETER_DECL name="_defaultAction#" type='ACTION'/>
		<PARAMETER_DECL name="_useExpandBar" type='BOOLEAN'/>
		<PARAMETER_DECL name="_openExpandBars" type='BOOLEAN'/>
		<PARAMETER_DECL name="_useTabs" type='BOOLEAN'/>
		<PARAMETER_DECL name="_showAsTree" type='BOOLEAN'/>
		<PARAMETER_DECL name="_searchTool" type='BOOLEAN'/>
		<PARAMETER_DECL name="_searchClassInfo" type='CLASS'/>
		<PARAMETER_DECL name="_socialTool" type='BOOLEAN'/>
		<PARAMETER name="_useSingleView" value="true"/>
		<PARAMETER name="_useExpandBar" value="true"/>
		<PARAMETER name="_useTabs" value="true"/>
		<PARAMETER name="_showAsTree" value="false"/>
		<PARAMETER name="_searchTool" value="false"/>
		<PARAMETER name="_socialTool" value="false"/>
		<RESOURCE name="LY_TREE_VALIDITY" value="false"/>
	</ACTION>

	<ACTION id="_tree"
			builder="leon.control.builder.LyTreeBuilder"
			controller="leon.control.LyTreeController"
			behavior="leon.app.behavior.LyTreeBehavior">
		<NAME value="LY_ACTION_TREE"/>
		<A_MARKS tool='true' frameView='true' portlet='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_filter" type='FILTER'/>
		<PARAMETER_DECL name="_classInfo=" type='CLASS'/>
		<PARAMETER_DECL name="_filter=" type='FILTER'/>
		<PARAMETER_DECL name="_sort#" type='SORT'/>
		<PARAMETER_DECL name="_discoverOnclick" type='BOOLEAN'/>
		<PARAMETER name="_discoverOnclick" value="false"/>
		<RESOURCE name="LY_SELECTION_MODE" value="SINGLE"/>
	</ACTION>

	<ACTION id="_exit">
		<NAME value="LY_ACTION_EXIT"/>
		<PREFIX value="LY_ACTION_EXIT"/>
		<MIN value='0'/>
		<MAX value='0'/>
	</ACTION>

	<ACTION id="_exec">
		<NAME value="LY_ACTION_EXEC"/>
		<PREFIX value="LY_ACTION_EXEC"/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_command" required='true'/>
	</ACTION>

	<ACTION id="_text"
			builder="leon.control.builder.LyTextBuilder"
			controller="leon.control.LyTextController"
			behavior="leon.app.behavior.LyTextBehavior">
		<NAME value="LY_ACTION_TEXT"/>
		<PREFIX value="LY_ACTION_TEXT"/>
		<MIN value='0'/>
		<MAX value='0'/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_file" type='FILE'/>
		<PARAMETER_DECL name="_refresh" type='NUMBER'/>
	</ACTION>

	<ACTION id="_wait"
			builder="leon.control.builder.LyWaitBuilder"
			controller="leon.control.LyWaitController"
			behavior="leon.app.behavior.LyWaitBehavior">
		<NAME value="LY_ACTION_WAIT"/>
		<PREFIX value="LY_ACTION_WAIT"/>
		<MIN value='0'/>
		<MAX value='100'/>
		<A_MARKS modal='true' popup='true'/>
		<PARAMETER_DECL name="_refreshRate" type='NUMBER'/>
		<PARAMETER name="_refreshRate" value="2"/>
	</ACTION>

	<ACTION id="_modify"
			behavior="leon.app.behavior.LyClassBehavior">
		<NAME value="LY_ACTION_MODIFY"/>
		<PREFIX value="LY_ACTION_MODIFY"/>
		<MIN value='1'/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD' required='true'/>
		<PARAMETER_DECL name="_value#"/>
	</ACTION>

	<ACTION id="_chart"
			builder="leon.control.builder.LyChartBuilder"
			controller="leon.control.LyChartController"
			behavior="leon.app.behavior.LyChartBehavior">
		<NAME value="LY_ACTION_CHART"/>
		<PREFIX value="LY_ACTION_CHART"/>
		<MAX value='0'/>
		<A_MARKS tool='true' dialog='true' portlet='true' notForMobile='true' popup='true'/>
		<GEOMETRY width='650' height='460' minWidth='650' minHeight='460'/>
		<PARAMETER_DECL name="_chartInfo" type='CHART'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_selectFile" type='FILE'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
		<PARAMETER name="_fieldMarks">
			<F_MARKS chart='true'/>
		</PARAMETER>
		<PARAMETER name="_selectFile" value="_chart"/>
	</ACTION>

	<ACTION id="_graphicalChart"
			builder="leon.control.builder.LyGraphicalChartBuilder"
			controller="leon.control.LyGraphicalChartController"
			behavior="leon.app.behavior.LyChartBehavior">
		<NAME value="LY_ACTION_GRAPH_CHART"/>
		<PREFIX value="LY_ACTION_GRAPH_CHART"/>
		<MAX value='0'/>
		<A_MARKS tool='true' dialog='true' noContext='true' portlet='true' popup='true'/>
		<PARAMETER_DECL name="_chartInfo" type='CHART'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS'/>
		<PARAMETER_DECL name="_selectFile" type='FILE'/>
		<PARAMETER_DECL name="_fieldMarks" type='F_MARKS'/>
		<PARAMETER_DECL name="_fieldInfo#" type='FIELD'/>
	</ACTION>

	<ACTION id="_userInput"
			builder="leon.control.builder.LyUserInputBuilder"
			controller="leon.control.LyUserInputController"
			behavior="leon.app.behavior.LyUserInputBehavior">
		<NAME value="LY_ACTION_USER_INPUT"/>
		<A_MARKS portlet='true' popup='true'/>
	</ACTION>

	<ACTION id="_report"
			controller="leon.control.LyReportController">
		<NAME value="LY_ACTION_REPORT"/>
		<PREFIX value="LY_ACTION_REPORT"/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_urlReport"/>
	</ACTION>

	<ACTION id="_reporting"
			builder="leon.control.builder.LyReportingBuilder"
			controller="leon.control.LyReportingController">
		<NAME value="LY_ACTION_REPORTING"/>
		<PREFIX value="LY_ACTION_REPORTING"/>
		<A_MARKS tool='true' frameView='true'/>
		<PARAMETER_DECL name="_classInfo" type='CLASS' required='true'/>
		<PARAMETER_DECL name="_bfreportHost" required='true'/>
		<PARAMETER_DECL name="_reportDir"/>
		<PARAMETER_DECL name="_reportName" required='true'/>
		<PARAMETER_DECL name="_setFieldInfo#" type='FIELD'/>
		<PARAMETER_DECL name="_value#"/>
	</ACTION>

	<ACTION id="_canvas"
			builder="leon.control.builder.LyCanvasBuilder"
			controller="leon.control.LyCanvasController"
			behavior="leon.app.behavior.LyCanvasBehavior">
		<NAME value="LY_ACTION_CANVAS"/>
		<PREFIX value="LY_ACTION_CANVAS"/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_javaName"/>
	</ACTION>

	<ACTION id="_showUrl"
			builder="leon.control.builder.LyShowUrlBuilder"
			controller="leon.control.LyShowUrlController"
			behavior="leon.app.behavior.LyShowUrlBehavior">
		<NAME value="LY_ACTION_SHOW_URL"/>
		<PREFIX value="LY_ACTION_SHOW_URL"/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_url" required='true'/>
		<PARAMETER_DECL name="_newWindow" type='BOOLEAN'/>
		<PARAMETER name="_newWindow" value="true"/>
	</ACTION>

	<ACTION id="_mail"
			builder="leon.control.builder.LyMailBuilder"
			controller="leon.control.LyMailController"
			behavior="leon.app.behavior.LyMailBehavior">
		<NAME value="LY_ACTION_MAIL"/>
		<PREFIX value="LY_ACTION_MAIL"/>
		<MIN value='1'/>
		<A_MARKS tool='true'/>
		<PARAMETER_DECL name="_smtpServer" required='true'/>
		<PARAMETER_DECL name="_smtpPort" type='NUMBER'/>
		<PARAMETER_DECL name="_authentication" type='BOOLEAN'/>
		<PARAMETER_DECL name="_authLogin"/>
		<PARAMETER_DECL name="_authPassword"/>
		<PARAMETER_DECL name="_authRealm"/>
		<PARAMETER_DECL name="_sendSelected" type='BOOLEAN' required='true'/>
		<PARAMETER_DECL name="_fromUserName"/>
		<PARAMETER_DECL name="_fromMailAddress"/>
		<PARAMETER_DECL name="_recipientClassInfo" type='CLASS'/>
		<PARAMETER_DECL name="_recipientFieldInfo" type='FIELD' required='true'/>
		<PARAMETER_DECL name="_mailSubject"/>
		<PARAMETER_DECL name="_rawMessage"/>
		<PARAMETER_DECL name="_htmlMessage" type='FILE'/>
		<PARAMETER_DECL name="_attachedFile" type='FILE'/>
		<PARAMETER name="_authentication" value="false"/>
	</ACTION>
</PROJECT>