Nicholas Hemley wrote:

My question is therefore this: is the problem with how Jing has
converted the schema?

Nic,

Can you please send the complete schema generated by Jing attached to your reply?

My other question is this: can I use namespaces instead of a
'foreign-nodes' declaration to achieve the same aim?

I am not sure what you mean there. You might want to have some constraints on the possible namespace of those foreign nodes, like we have in the XForms schema to allow for foreign attributes on XForms elements:


    <define name="non-xforms-attributes">
        <zeroOrMore>
            <attribute>
                <anyName>
                    <except>
                        <nsName ns=""/>
                        <nsName ns="http://www.w3.org/2002/xforms"/>
                        <nsName
                            ns="http://orbeon.org/oxf/xml/xforms"/>
                    </except>
                </anyName>
            </attribute>
        </zeroOrMore>
    </define>

Alex


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to