DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13817>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13817

Getting mandatory root elements from schema (SchemaGrammar or XSModel)





------- Additional Comments From [EMAIL PROTECTED]  2002-10-22 10:25 -------
Your one works... Have you tested using 'email' tag? It is supposed to work
out following that very rule, but although it appears in the 'root list' 
(personnel,name,given,url,link,family,person,email) it is not working... 

Any ideas?

<?xml version="1.0" encoding="UTF-8"?>
<name xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:noNamespaceSchemaLocation="personal.xsd">
        <email>[EMAIL PROTECTED]</email>
</name>


[Error] :4:9: cvc-complex-type.2.4.a: Invalid content starting with 
element 'email'. The content must match 'all(("":family),("":given))'.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to