MEGA Administration : Technical Articles (EN) : Description of MEGA Data Exchange XML Format : Format in Detail : Object Descriptions : Command Mode : • Object deletion command
   
Object deletion command
<?xml version="1.0" encoding="ISO-8859-1"?>
<MegaExchange>
<Header>
<!-- document information -->
<Attribute metaattribute.name="xmg_version">XMG version 0.1</Attribute>
</Header>
<Commands>
<!-- exchanged commands -->
<Delete>
<Object metaclass.name="Procedure">
<!-- object identifier attribute -->
<Attribute metaattribute.name="_IdAbs">MnJgyaAJ0100</Attribute>
</Object>
</Delete>
</Commands>
</MegaExchange>
 
An object described in a modification command must make reference to an existing object recognized by the tool analyzing the MEGA XML document. The object description must therefore specify the value of its MEGA absolute identifier (object "_idabs" attribute) in an <Attribute> tag. In addition to the <Attribute> tag specifying the MEGA absolute identifier value, we find <Attribute> tags giving the values of attributes to be changed for the object concerned.