<p><b>dwj07@fsu.edu</b> 2013-04-11 15:04:16 -0600 (Thu, 11 Apr 2013)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding model, core, and version to schema file.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/history_attribute/src/registry/Registry.xsd
===================================================================
--- branches/history_attribute/src/registry/Registry.xsd        2013-04-09 18:41:53 UTC (rev 2736)
+++ branches/history_attribute/src/registry/Registry.xsd        2013-04-11 21:04:16 UTC (rev 2737)
@@ -114,6 +114,12 @@
                                         &lt;/xs:complexType&gt;
                                 &lt;/xs:element&gt;
                         &lt;/xs:sequence&gt;
+                        &lt;!-- The model attribute defines the name of the model that is being run. Typically this will be MPAS. It will be written to all output files as a global attribute. --&gt;
+                        &lt;xs:attribute name=&quot;model&quot; type=&quot;xs:string&quot; use=&quot;required&quot;/&gt;
+                        &lt;!-- The core attribute defines the core a Registry.xml file belongs to. It will be written to all output files as a global attribute. --&gt;
+                        &lt;xs:attribute name=&quot;core&quot; type=&quot;xs:string&quot; use=&quot;required&quot;/&gt;
+                        &lt;!-- The version attribute defines the version of the model/core combination. It will be written to all output files as a global attribute. --&gt;
+                        &lt;xs:attribute name=&quot;version&quot; type=&quot;xs:string&quot; use=&quot;required&quot;/&gt;
                 &lt;/xs:complexType&gt;
         &lt;/xs:element&gt;
 &lt;/xs:schema&gt;

</font>
</pre>