Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" eaglemlVersion="2-0" eaglemlType="UserAdministrationTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="UserAdministrationTransactionMessage">
	<header>
		<messageId messageIdScheme="http://www.eagleinvsys.com/coding-scheme/message-id-2-0">TSTR8210A</messageId>
		<sentBy>http://www.eagleinvsys.com/</sentBy>
	</header>
	<userAdministrationTransaction>
		<header>
			<action>DELETE</action>
			<objectType>Group</objectType>
		</header>
		<group>
			<objectType>Group</objectType>
			<objectId>Group</objectId>
			<objectDescription>Group<<objectDescription>USER</objectDescription>
			<updateSource>MCADMIN</updateSource>
			<groupCode>Application</groupCode>
			<groupName>EAGLE DEFAULT USER GROUP</groupName>
			<members>
				<member>
					<userId>BT158230_USER_1</userId>
				</member>
				<member>
					<userId>BT158230_USER_2</userId>
				</member>
				<member>
					<userId>BT158230_USER_3</userId>
				</member>
			</members>
		</group>
	</userAdministrationTransaction>
</EagleML>

...