<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>Full run of python file:</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>$ python ../../../../../content/examples/ConformanceNist/BindableNodes/Fog/default_binding_proto.py</p><p class=MsoNormal>Warning: meta name newValue="disclaimer" has an unrecognized value not matching any of the optional string tokens.</p><p class=MsoNormal>Warning: /x3d-code/www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/Fog/default_binding_proto.new.x3d does not meet suggested X3D naming conventions, output serialization continuing...</p><p class=MsoNormal>Warning: meta name newValue="disclaimer" has an unrecognized value not matching any of the optional string tokens.</p><p class=MsoNormal>Model diagnostic: <meta name='info' content='Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, http://www.web3d.org/working-groups/x3d'/></p><p class=MsoNormal>WARNING_MESSAGE: ProtoInstance name='FogProto' DEF='' USE='' is missing containerField relationship to parent node, assuming containerField='children' from initial node in corresponding ProtoDeclare. Need to fix ProtoInstance definition in model source.</p><p class=MsoNormal>Warning: toFileX3D() is overwriting prior file /x3d-code/www.web3d.org/x3d/content/examples/ConformanceNist/BindableNodes/Fog/default_binding_proto.new.x3d</p><p class=MsoNormal>=============================================================================================</p><p class=MsoNormal>coderextreme@DESKTOP-DOPK2VD MINGW64 /c/x3d-code/www.web3d.org/x3d/stylesheets/java/src/python/pyjnius</p><p class=MsoNormal>$ grep ProtoInstance !$</p><p class=MsoNormal>grep ProtoInstance ../../../../../content/examples/ConformanceNist/BindableNodes/Fog/default_binding_proto.py</p><p class=MsoNormal>ProtoInstance23 = ProtoInstance()</p><p class=MsoNormal>ProtoInstance23.setName("FogProto")</p><p class=MsoNormal>Scene17.addChildren(ProtoInstance23)</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10</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:yottzumm@gmail.com">John Carlson</a><br><b>Sent: </b>Thursday, March 28, 2019 9:44 AM<br><b>To: </b><a href="mailto:brutzman@nps.edu">Brutzman, Donald (Don) (CIV)</a>; <a href="mailto:x3d-public@web3d.org">X3D Graphics public mailing list</a><br><b>Subject: </b>RE: X3DJSAIL. Getting a lot of new warnings. Advise?</p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I believe you’ll have to convert the example scenes to Java or Python and run them to get the error.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From: </b><a href="mailto:yottzumm@gmail.com">John Carlson</a><br><b>Sent: </b>Thursday, March 28, 2019 9:00 AM<br><b>To: </b><a href="mailto:brutzman@nps.edu">Brutzman, Donald (Don) (CIV)</a>; <a href="mailto:x3d-public@web3d.org">X3D Graphics public mailing list</a><br><b>Subject: </b>RE: X3DJSAIL. Getting a lot of new warnings. Advise?<o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I believe there are many.  Here are some (I am fairly sure) from the archives.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>To find your own set, try this command under Cygwin:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>$ find x3d-code/www.web3d.org/x3d/content/examples -type f -print0 |xargs -0 grep "<ProtoInstance" |grep -v containerField| awk -F: '{ print $1; }'|uniq<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Note if containerField is on another line from ProtoInstance, it will create a false positive.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>John<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>./ConformanceNist/BindableNodes/Fog/default_binding_proto.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/BindableNodes/Fog/default_binding_proto.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/BindableNodes/NavigationInfo/default_binding_proto.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/BindableNodes/NavigationInfo/default_binding_proto.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/BindableNodes/Viewpoint/default_binding_proto.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/BindableNodes/Viewpoint/default_binding_proto.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/different_name.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/different_name.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/first_proto.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/first_proto.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/ignore_externproto.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/ignore_externproto.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/multi_url_specific.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/multi_url_specific.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/multi_url_specific_nofile.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/multi_url_specific_nofile.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/specific_proto.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/EXTERNPROTO/specific_proto.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/LocalFog/LocalFogEffectsTest.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/LocalFog/LocalFogEffectsTest.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/def.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/def.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/fivedeepinternalroute.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/fivedeepinternalroute.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/fivedeepnesting.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/fivedeepnesting.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/route_inside.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/route_inside.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/simple.new.x3d<o:p></o:p></p><p class=MsoNormal>./ConformanceNist/Miscellaneous/PROTO/simple.x3d<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From: </b><a href="mailto:brutzman@nps.edu">Brutzman, Donald (Don) (CIV)</a><br><b>Sent: </b>Thursday, March 28, 2019 3:37 AM<br><b>To: </b><a href="mailto:yottzumm@gmail.com">John Carlson</a>; <a href="mailto:x3d-public@web3d.org">X3D Graphics public mailing list</a><br><b>Subject: </b>Re: X3DJSAIL. Getting a lot of new warnings. Advise?<o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>please send example scene so i can scrutinize more closely.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On 3/26/2019 7:24 AM, John Carlson wrote:<o:p></o:p></p><p class=MsoNormal>> WARNING_MESSAGE: ProtoInstance name='node' DEF='nodeB' USE='' is missing containerField relationship to parent node, assuming containerField='children' from initial node in corresponding ProtoDeclare. Need to fix ProtoInstance definition in model source.<o:p></o:p></p><p class=MsoNormal>> <o:p></o:p></p><p class=MsoNormal>> Do I just need to add a containerField to my ProtoInstances?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>if not containerField="children" field relationship, then it is definitely needed with correct value.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>default is containerField="children" which should be optional.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>> Thanks,<o:p></o:p></p><p class=MsoNormal>> <o:p></o:p></p><p class=MsoNormal>> John<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>likewise thanks John<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>all the best, Don<o:p></o:p></p><p class=MsoNormal>-- <o:p></o:p></p><p class=MsoNormal>Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman@nps.edu<o:p></o:p></p><p class=MsoNormal>Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149<o:p></o:p></p><p class=MsoNormal>X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>