roundtrip test a schema with no targetNamespace inserts 
targetNamespace="DEFAULT"
---------------------------------------------------------------------------------

                 Key: WSCOMMONS-59
                 URL: http://issues.apache.org/jira/browse/WSCOMMONS-59
             Project: WS-Commons
          Issue Type: Bug
          Components: XmlSchema
            Reporter: Jeremy Hughes
         Assigned To: Jeremy Hughes
            Priority: Minor


I have a problem round tripping this schema ...

<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
       <xsd:attribute name="test" form="unqualified"/>
</xsd:schema>

it outputs this:

<xsd:schema xmlns="DEFAULT"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
attributeFormDefault="unqualified" elementFormDefault="unqualified"
targetNamespace="DEFAULT">
<xsd:attribute form="unqualified" name="test"/>
</xsd:schema>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to