<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='border:none;padding:0in'><b>From: </b><a href="mailto:brutzman@nps.edu">Don Brutzman</a></p></div><p class=MsoNormal>>>     Extra-credit issues:</p><p class=MsoNormal>>>     a. generating X3DObjectModel-3.3.xml files for each X3D version</p><p class=MsoNormal>>>     http://www.web3d.org/specifications/X3DObjectModel-3.3.xml</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>> That's your task, Don, or someone who is familiar with your builds/Xslt.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>OK, can do... worked today on the build scripts and generation stylesheet.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Have renamed several files for better clarity (earlier deferred with Roy) and improved the processing, creating a new object-model file directly, version by version, from each corresponding X3D schema.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>And so added corresponding matches as follows:</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dUnifiedObjectModel-4.0.xml (experimental)</p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dUnifiedObjectModel-3.3.xml (primary)</p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dUnifiedObjectModel-3.2.xml (strict backwards compatibility)</p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dUnifiedObjectModel-3.1.xml (strict backwards compatibility)</p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dUnifiedObjectModel-3.0.xml (strict backwards compatibility)</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>All of these links are now refreshed, committed and online via</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                X3D Unified Object Model (X3DUOM)</p><div style='mso-element:para-border-div;border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'><p class=MsoNormal style='border:none;padding:0in'>                http://www.web3d.org/specifications/X3DUOM.html</p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Found a problem with X3dUnifiedObjectModel-3.0.xml.  It’s missing X3DVertexAttributeNode abstract node type , or fields which use it should be redone.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Also, ConcreteNode FogCoordinate is missing, or fields which use it should stop referencing it.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Added both, then the X3DUOM 3.0 converted to JSON schema 3.0.  Will send in next message for validation.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>$ grep X3DVertexAttributeNode /c/x3d-code/www.web3d.org/specifications/*nified*.*|grep Abstract</p><p class=MsoNormal>/c/x3d-code/www.web3d.org/specifications/X3dUnifiedObjectModel-3.1.xml:      <AbstractNodeType name="X3DVertexAttributeNode"></p><p class=MsoNormal>/c/x3d-code/www.web3d.org/specifications/X3dUnifiedObjectModel-3.2.xml:      <AbstractNodeType name="X3DVertexAttributeNode"></p><p class=MsoNormal>/c/x3d-code/www.web3d.org/specifications/X3dUnifiedObjectModel-3.3.xml:      <AbstractNodeType name="X3DVertexAttributeNode"></p><p class=MsoNormal>/c/x3d-code/www.web3d.org/specifications/X3dUnifiedObjectModel-4.0.xml:      <AbstractNodeType name="X3DVertexAttributeNode"></p></div></body></html>