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>ContentSummary</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;ContentSummary&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            This tag represents a content summary.
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>ContentTypeName</th><td>
18            Content type.
19            </td></tr></table>
20<h2>Example Output</h2>
21
22<table>
23<tr>
24<td><pre>
25&lt;EditData&gt;<br>
26    &lt;MetaData&gt;<br>
27        &lt;Key&gt;MetaData&lt;/Key&gt;<br>
28        &lt;Create Author=&quot;xxx&quot; Date=&quot;20xx-xx-xxTxx:xx:xx&quot; Source=&quot;xxx.mb&quot;&gt;<br>
29            &lt;ToolDescriptions Name=&quot;NW4C_Export for Maya 2010&quot; Version=&quot;1.0.0&quot; /&gt;<br>
30        &lt;/Create&gt;<br>
31    &lt;/MetaData&gt;<br>
32    &lt;ContentSummaryMetaData&gt;<br>
33        &lt;Key&gt;ContentSummaries&lt;/Key&gt;<br>
34        &lt;Values&gt;<br>
35            <strong>&lt;ContentSummary ContentTypeName=&quot;GraphicsContent&quot;&gt;</strong><br>
36                &lt;ObjectSummaries&gt;<br>
37                    &lt;ObjectSummary TypeName=&quot;SkeletalModel&quot; Name=&quot;&quot;&gt;<br>
38                        &lt;Notes&gt;<br>
39                            &lt;Note Name=&quot;MaterialCount&quot; Value=&quot;1&quot; /&gt;<br>
40                            &lt;Note Name=&quot;ShapeCount&quot; Value=&quot;4&quot; /&gt;<br>
41                            &lt;Note Name=&quot;MeshCount&quot; Value=&quot;4&quot; /&gt;<br>
42                            &lt;Note Name=&quot;BoneCount&quot; Value=&quot;74&quot; /&gt;<br>
43                        &lt;/Notes&gt;<br>
44                    &lt;/ObjectSummary&gt;<br>
45                &lt;/ObjectSummaries&gt;<br>
46            <strong>&lt;/ContentSummary&gt;</strong><br>
47        &lt;/Values&gt;<br>
48    &lt;/ContentSummaryMetaData&gt;<br>
49&lt;/EditData&gt;<br>
50</pre></td>
51</tr></table>
52	<hr><p>CONFIDENTIAL</p></body>
53</html>