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><Note></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<EditData><br> 34 <MetaData><br> 35 <Key>MetaData</Key><br> 36 <Create Author="xxx" Date="20xx-xx-xxTxx:xx:xx" Source="xxx.mb"><br> 37 <ToolDescriptions Name="NW4C_Export for Maya 2010" Version="1.0.0" /><br> 38 </Create><br> 39 </MetaData><br> 40 <ContentSummaryMetaData><br> 41 <Key>ContentSummaries</Key><br> 42 <Values><br> 43 <ContentSummary ContentTypeName="GraphicsContent"><br> 44 <ObjectSummaries><br> 45 <ObjectSummary TypeName="SkeletalModel" Name=""><br> 46 <Notes><br><strong> 47 <Note Name="MaterialCount" Value="1" /><br> 48 <Note Name="ShapeCount" Value="4" /><br> 49 <Note Name="MeshCount" Value="4" /><br> 50 <Note Name="BoneCount" Value="74" /><br></strong> 51 </Notes><br> 52 </ObjectSummary><br> 53 </ObjectSummaries><br> 54 </ContentSummary><br> 55 </Values><br> 56 </ContentSummaryMetaData><br> 57</EditData><br> 58</pre></td> 59</tr></table> 60 <hr><p>CONFIDENTIAL</p></body> 61</html>