Elements needed to define a MemberAction in a MultpleActionGroup

A question about specifying MemberActions in a MultipleActionGroup. When specifying the XML
elements for a MemberAction in a MultipleActionGroup can just a minimum
of elements be specified to uniquely identify a fixlet or are there key elements
that need be required?

Using an example from the previous topic 'Multiple Action Group creation via REST API:

<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd">
	<MultipleActionGroup>
		<Title>Multiple Action Group</Title>
		<Relevance>true</Relevance>
		<MemberAction>
			<Title>Uninstall - App</Title>
			<Relevance></Relevance>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"></ActionScript>
			<SuccessCriteria Option="OriginalRelevance"></SuccessCriteria>
			<IncludeInGroupRelevance>true</IncludeInGroupRelevance>
		</MemberAction>
		<MemberAction>
			<Title>Uninstall - App</Title>
			<Relevance></Relevance>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"></ActionScript>
			<SuccessCriteria Option="OriginalRelevance"></SuccessCriteria>
			<IncludeInGroupRelevance>true</IncludeInGroupRelevance>
		</MemberAction>
	</MultipleActionGroup>
</BES>

Sorry the cut and paste from that posting did not take. An example stanza was:

Uninstall - App true

When you want to include code, highlight the code text in your post and then click the “preformatted” icon in the editor. It makes code (especially Relevance and ActionScript) display much better in the forum.

1 Like

My apologies for the confusion, one more and it’s three strikes I’m out. Anyway as you can see from the example below (retrieved from an earlier post), MemberAction’s are specified, however only a handful of elements are provided. My question is are there requirements for which elements need to be specified for a fixlet?

<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd">
	<MultipleActionGroup>
		<Title>Multiple Action Group</Title>
		<Relevance>true</Relevance>
		<MemberAction>
			<Title>Uninstall - App</Title>
			<Relevance></Relevance>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"></ActionScript>
			<SuccessCriteria Option="OriginalRelevance"></SuccessCriteria>
			<IncludeInGroupRelevance>true</IncludeInGroupRelevance>
		</MemberAction>
		<MemberAction>
			<Title>Uninstall - App</Title>
			<Relevance></Relevance>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"></ActionScript>
			<SuccessCriteria Option="OriginalRelevance"></SuccessCriteria>
			<IncludeInGroupRelevance>true</IncludeInGroupRelevance>
		</MemberAction>
	</MultipleActionGroup>
</BES>

What is required is found in the BES.xsd

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/BES.xsd