xsl-list
[Top] [All Lists]

Validating a XML with 2 schemas, both required

2005-08-03 14:32:43
Hi folks,

I am learning how to do schemas and I'm doing fine since I tried to merge two xsd.

I want to force that my XML files uses a md5 signature described on http://www.w3.org/2000/09/xmldsig#

The XML below works fine:

<?xml version="1.0" encoding="UTF-8"?>
<Lista_AP_MS xmlns="www.media-systems-sc.com.br/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.media-systems-sc.com.br/namespace AP_MS.xsd http://www.w3.org/2000/09/xmldsig#";>
<AP_MS_Request>
...
</AP_MS_Request>
</Lista_AP_MS>

But this construction accepts but it does not require the <signature> tag.

How can I define the xsd to require both elements ?
Is this strategy the best one ?

Thanks in advance,

Josir Gomes
Rio de Janeiro - Brasil


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>