<html xmlns:v="urn:schemas-microsoft-com:vml" 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=us-ascii"><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:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m trying to generate an X3D kitchen cupboard door design, using a prototype, so I can get it to draw any size of door. I have the method in theory, but not in practice…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So, to try to resolve my failure, I downloaded the latest X3D-Edit standalone software for Windows. I then checked my X3D file, and the Schematron section gave me the following messages (and only these two messages):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><ProtoInstance name='AshfieldDoor' DEF=''> <fieldValue name='doorSize' value='0.597 0.597'/> has matching ProtoDeclare with same name, but no corresponding field match for this fieldValue name='AshfieldDoor' [/X3D/Scene/ProtoInstance/fieldValue[1], error]<o:p></o:p></p><p class=MsoNormal><ProtoInstance name='AshfieldDoor' DEF=''> <fieldValue name='doorAppearance' value=''/> has matching ProtoDeclare with same name, but no corresponding field match for this fieldValue name='AshfieldDoor' [/X3D/Scene/ProtoInstance/fieldValue[2], error]<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>For reference: Here’s my ProtoInstance:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    <ProtoInstance name='AshfieldDoor'><o:p></o:p></p><p class=MsoNormal>      <fieldValue name='doorSize' value='0.597 0.597'/><o:p></o:p></p><p class=MsoNormal>      <fieldValue name='doorAppearance'><o:p></o:p></p><p class=MsoNormal>        <Appearance><o:p></o:p></p><p class=MsoNormal>          <Material/><o:p></o:p></p><p class=MsoNormal>          <ImageTexture DEF='Alabaster' url='"images/Alabaster.jpg" http://localhost/images/Alabaster.jpg'/><o:p></o:p></p><p class=MsoNormal>        </Appearance><o:p></o:p></p><p class=MsoNormal>      </fieldValue><o:p></o:p></p><p class=MsoNormal>    </ProtoInstance><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>And here’s my ProtoDeclare /  ProtoInterface:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    <ProtoDeclare name='AshfieldDoor'><o:p></o:p></p><p class=MsoNormal>      <ProtoInterface><o:p></o:p></p><p class=MsoNormal>        <field name='doorSize' accessType='inputOutput' type='SFVec2f' value='0.297 0.297'/><o:p></o:p></p><p class=MsoNormal>        <field name='doorAppearance' accessType='inputOutput' type='SFNode'><o:p></o:p></p><p class=MsoNormal>          <Appearance><o:p></o:p></p><p class=MsoNormal>            <Material diffuseColor='1 0 0'/><o:p></o:p></p><p class=MsoNormal>          </Appearance><o:p></o:p></p><p class=MsoNormal>        </field><o:p></o:p></p><p class=MsoNormal>      </ProtoInterface><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What’s going on with the Schematron? Why does it think I have fieldValue name=’AshfieldDoor’ ? Is this a Schematron problem? Or a problem with my file?<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>Roy<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>