This content has been marked as final.
Show 2 replies
-
1. Re: XML Schema & DSL
culpepperthomas May 15, 2006 5:01 PM (in response to culpepperthomas)"culpepperthomas" wrote:
Hi,
I would appreciate any help.
I am getting the following:
cvc-complex-type.2.4.a: Invalid content was found starting with element 'plan:condition'.
This is my .xsd file snipit:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://localhost:8080/webapps/ROOT/schema/plan"
elementFormDefault="qualified"
xmlns:plan="http://localhost:8080/webapps/ROOT/schema/plan"
xmlns:rules="http://drools.org/rules">
This is my .drl file snipit:
<?xml version="1.0"?>
<rule-set name="plan"
xmlns:plan="http://localhost:8080/webapps/ROOT/schema/plan"
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://drools.org/rules"
xs:schemaLocation="http://drools.org/rules rules.xsd
http://localhost:8080/webapps/ROOT/schema/plan plan.xsd"> -
2. Re: XML Schema & DSL
rnd_buddy May 25, 2006 6:07 PM (in response to culpepperthomas)can u show me the code...drl + xsd file.
i m working on same problem.
Mail me at gaurav.sakhuja@rsystems.com