1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <title>EditData</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><EditData></h1> 11 <h2>Description</h2> 12 <p> 13 Lists information used by the editing tool.<BR> Used to store information such as an edit log and file summary.<BR> <br> All data here is destroyed when converting to binary.<br> 14 </p> 15<h2>Example Output</h2> 16<table> 17<tr> 18<td><pre> 19<strong><EditData></strong><br> 20 <MetaData><br> 21 <Key>MetaData</Key><br> 22 <Create Author="xxx" Date="20xx-xx-xxTxx:xx:xx" Source="xxx.mb"><br> 23 <ToolDescriptions Name="NW4C_Export for Maya 2010" Version="1.0.0" /><br> 24 </Create><br> 25 </MetaData><br> 26<strong></EditData></strong><br> 27</pre></td> 28</tr></table> 29 <hr><p>CONFIDENTIAL</p></body> 30</html> 31