<div dir="ltr">Jim,<div class="gmail_extra"><br><div class="gmail_quote">2014-02-27 5:39 GMT+09:00 Jim Thatcher <span dir="ltr"><<a href="mailto:Jim.Thatcher@microsoft.com" target="_blank">Jim.Thatcher@microsoft.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Murata-san,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">After a careful review of digital signature parts created by Microsoft Office 2007, 2010, and 2013 I think the issue you raise below is a misunderstanding rather
 than a conflict.</span></p></div></div></blockquote><div><br></div><div>You are right.  I misinterpreted the schema xmldsig-core-schema.xsd.</div><div><br></div><div>The wildcard in the definition of SignaturePropertyType allows any </div>
<div>foreign elements.</div><div><br></div><div>    <element name="SignatureProperty" type="ds:SignaturePropertyType"/> </div><div>   <complexType name="SignaturePropertyType" mixed="true"></div>
<div>     <choice maxOccurs="unbounded"></div><div>       <any namespace="##other" processContents="lax"/></div><div>       <!-- (1,1) elements from (1,unbounded) namespaces --></div>
<div>     </choice></div><div>     <attribute name="Target" type="anyURI" use="required"/> </div><div>     <attribute name="Id" type="ID" use="optional"/> </div>
<div>   </complexType></div><div><br></div><div>On the other hand, I screwed up in revising the RELAX NG schema </div><div>opc-digSig.rnc when we adopted a new schema  xmldsig-core-schema.rnc </div><div>from W3C.  I will revise opc-digSig.rnc as part of Part 2 revision.</div>
<div><br></div><div>Regards,</div><div>Makoto</div></div></div></div>