
I am writing my CDL test files. The current schema doesnt allow you to intermix documentation elements between typed stuff :- <?xml version="1.0"?> <cdl:cdl xmlns:cdl="http://www.gridforum.org/2004/12/CDDLM/XML-CDL/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<cdl:documentation>Documentation is allowed here</cdl:documentation> <cdl:import location="../minimal.cdl" namespace="http://maven.apache.org" /> <cdl:documentation>Documentation is allowed here</cdl:documentation> <cdl:import location="../minimal.cdl" namespace="http://maven.apache.org"/> <cdl:types/> <cdl:documentation>Documentation is allowed here</cdl:documentation> <cdl:configuration/> <cdl:documentation>Documentation is allowed here</cdl:documentation> <cdl:system/> <cdl:documentation>Documentation is allowed here</cdl:documentation> </cdl:cdl> Do we allow it (and hence, shall I edit the XSD file accordingly)? -steve