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>MetaData</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;MetaData&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Represents supplemental information.<BR> <br> &lt;MetaData&gt; takes elements representing character strings and elements representing various types of values as children.<br> A particular character string is used for key strings and each type of value. <BR>Keys cannot be duplicated inside a set when multiple elements are stored in the same set.
14        </p>
15
16<h2>Example Output</h2>
17
18<table>
19<tr>
20<td><pre>
21&lt;EditData&gt;<br>
22  <strong>&lt;MetaData&gt;</strong><br>
23    &lt;Key&gt;MetaData&lt;/Key&gt;<br>
24    &lt;Create Author=&quot;xxx&quot; Date=&quot;20xx-xx-xxTxx:xx:xx&quot; Source=&quot;xxx.mb&quot;&gt;<br>
25      &lt;ToolDescriptions Name=&quot;NW4C_Export for Maya 2010&quot; Version=&quot;1.0.0&quot; /&gt;<br>
26    &lt;/Create&gt;<br>
27  <strong>&lt;/MetaData&gt;</strong><br>
28&lt;/EditData&gt;<br>
29</pre></td>
30</tr></table>
31
32	<hr><p>CONFIDENTIAL</p></body>
33</html>