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>Create</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;Create&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Information related to the creation of data.
14            </p>
15		<h2>Attributes</h2>
16		<table class="arguments">
17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>Author</th><td>
18            The name of the creator.
19            </td></tr><tr><td /><th>Date</th><td>
20            Date and time file was created. <br> The date and time is written as YYYY-MM-DDThh:mm:ss. <br> This format is the ISO 8601 standard and uses an extended format to represent the date and local time. <br> (Example: 2002-01-17T17:03:00) <br>
21
22            </td></tr><tr><td /><th>Source</th><td>
23            Information about the source data.<BR> Records information such as the file name and directory path of the DCC tool.<BR> (Currently, various DCC exporters give a file name.)<br>
24            </td></tr></table>
25
26<h2>Example Output</h2>
27
28<table>
29<tr>
30<td><pre>
31&lt;EditData&gt;<br>
32  &lt;MetaData&gt;<br>
33    &lt;Key&gt;MetaData&lt;/Key&gt;<br>
34    <strong>&lt;Create Author=&quot;xxx&quot; Date=&quot;20xx-xx-xxTxx:xx:xx&quot; Source=&quot;xxx.mb&quot;&gt;</strong><br>
35      &lt;ToolDescriptions Name=&quot;NW4C_Export for Maya 2010&quot; Version=&quot;1.0.0&quot; /&gt;<br>
36    <strong>&lt;/Create&gt;</strong><br>
37  &lt;/MetaData&gt;<br>
38&lt;/EditData&gt;<br>
39</pre></td>
40</tr></table>
41
42	<hr><p>CONFIDENTIAL</p></body>
43</html>