[xsl] Validating a XML with 2 schemas, both required

Subject: [xsl] Validating a XML with 2 schemas, both required
From: Josir <josir@xxxxxxxxx>
Date: Tue, 09 Aug 2005 11:43:26 -0300
Hi folks,

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

http://www.media-systems-sc.com.br/namespace AP_MS.xsd
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>

This construct 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

Current Thread