You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Jeremy Hughes (JIRA)" <ji...@apache.org> on 2006/07/18 17:41:14 UTC

[jira] Resolved: (WSCOMMONS-59) roundtrip test a schema with no targetNamespace inserts targetNamespace="DEFAULT"

     [ http://issues.apache.org/jira/browse/WSCOMMONS-59?page=all ]

Jeremy Hughes resolved WSCOMMONS-59.
------------------------------------

    Resolution: Fixed

ant testw3c results:
before this fix: r421902: errors/failures/tests 898/2165/4447 = 3063 bad
after this fix: r423116: errors/failures/tests  2252/669/4447 = 2921 bad

> 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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org