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>Note</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1><CODE>&lt;Note&gt;</CODE></h1>
11		<h2>Description</h2>
12		<p>
13            Summary notes.<br>
14            </p>
15
16        <h2>Attributes</h2>
17		<table class="arguments">
18			<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead>
19
20			<tr><td /><th>Name</th><td>
21			String representing the type of summary note.
22            </td></tr>
23            <tr><td /><th>Value</th><td>
24			Summary note value.
25            </td></tr>
26
27            </table>
28<h2>Example Output</h2>
29
30<table>
31<tr>
32<td><pre>
33&lt;EditData&gt;<br>
34    &lt;MetaData&gt;<br>
35        &lt;Key&gt;MetaData&lt;/Key&gt;<br>
36        &lt;Create Author=&quot;xxx&quot; Date=&quot;20xx-xx-xxTxx:xx:xx&quot; Source=&quot;xxx.mb&quot;&gt;<br>
37            &lt;ToolDescriptions Name=&quot;NW4C_Export for Maya 2010&quot; Version=&quot;1.0.0&quot; /&gt;<br>
38        &lt;/Create&gt;<br>
39    &lt;/MetaData&gt;<br>
40    &lt;ContentSummaryMetaData&gt;<br>
41        &lt;Key&gt;ContentSummaries&lt;/Key&gt;<br>
42        &lt;Values&gt;<br>
43            &lt;ContentSummary ContentTypeName=&quot;GraphicsContent&quot;&gt;<br>
44                &lt;ObjectSummaries&gt;<br>
45                    &lt;ObjectSummary TypeName=&quot;SkeletalModel&quot; Name=&quot;&quot;&gt;<br>
46                        &lt;Notes&gt;<br><strong>
47                            &lt;Note Name=&quot;MaterialCount&quot; Value=&quot;1&quot; /&gt;<br>
48                            &lt;Note Name=&quot;ShapeCount&quot; Value=&quot;4&quot; /&gt;<br>
49                            &lt;Note Name=&quot;MeshCount&quot; Value=&quot;4&quot; /&gt;<br>
50                            &lt;Note Name=&quot;BoneCount&quot; Value=&quot;74&quot; /&gt;<br></strong>
51                        &lt;/Notes&gt;<br>
52                    &lt;/ObjectSummary&gt;<br>
53                &lt;/ObjectSummaries&gt;<br>
54            &lt;/ContentSummary&gt;<br>
55        &lt;/Values&gt;<br>
56    &lt;/ContentSummaryMetaData&gt;<br>
57&lt;/EditData&gt;<br>
58</pre></td>
59</tr></table>
60	<hr><p>CONFIDENTIAL</p></body>
61</html>