<RULES urn="#[FILE_URN]" language="GmlScript">

<!-- ================================================================== -->
<!--                         RULE EXTENSION                             -->
<!-- ================================================================== -->

<extend rule="defineMainmenu">
	<constraint>model isa gml2:Model</constraint>
	<comments>Sample menu</comments>

	<append menu="MAIN_MENUBAR" after="TOOLS_MENU">
  		<item menu="BI_MENU" text="#XMLTEXT[XMEN_MENU_BI_MAIN]"/>
 	</append>
 
	<menu id="BI_MENU" category="STANDARD" text="BI">
  		<append>
			<item command="BICSViewWizard"/>
			<item command="BICSSelectorWizard"/>
			<item command="BICSPlfunc"/>
			<item command="BICSPlseq"/>
			<item command="BICSPlcommand"/>
  		</append>
 	</menu>

</extend>

</RULES>
