Digital Signature tab is grayed

E

Eduard Ralph

Hi,

I've seen 1-2 mails on thist subject, but no real answer, so here comes
my solution for the problem. The phenomena is that the Digital
Signature Tab under Form options is gray when using a Schema as source
for a Form.
I solved it by adding following element directly under my root:

<xs:element name="Signature">
<xs:complexType>
<xs:sequence>
<xs:any namespace="http://www.w3.org/2000/09/xmldsig#"
processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="http://www.w3.org/2000/09/xmldsig#"
processContents="lax"/>
</xs:complexType>
</xs:element>
</xs:sequence>

where xs is my schema namespace.

Have fun,
Eduard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top