command define CMD01 description "descCMD1" label
"Command1" href "page1.jsp" alt "altval1"
execute user User5 team TM1 assignment AS03;
command edit CMD01 description "descCMD2" label
"Command2" href "/sub/page2.jsp" alt "altval2"
execute add user User3 remove team TM1;
command clone CMD01 define CMD03 description "descCMD3"
!hidden label "Search" href "http://www.google.com"
alt "altval3" execute add user 'User2' remove user
User5;
command edit CMD03 execute remove assignment AS03;
command show CMD03 get { label href alt description name
execute access } token "|" ;
command select C*,CMD03 get { label href alt description name
execute menu.name } token xml ;
|