[ 
https://issues.apache.org/jira/browse/XMLSCHEMA-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105415#comment-13105415
 ] 

Hudson commented on XMLSCHEMA-16:
---------------------------------

Integrated in xmlschema-trunk-jdk15 #14 (See 
[https://builds.apache.org/job/xmlschema-trunk-jdk15/14/])
    [XMLSCHEMA-16] Output qnames for unions
Patch from Dmitry Repchevsky applied

dkulp : 
Files : 
* 
/webservices/xmlschema/trunk/xmlschema-core/src/main/java/org/apache/ws/commons/schema/XmlSchemaSerializer.java


> XmlSchemaSerializer doesn't serialize union memberTypesQNames
> -------------------------------------------------------------
>
>                 Key: XMLSCHEMA-16
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-16
>             Project: XmlSchema
>          Issue Type: Improvement
>    Affects Versions: XmlSchema 2.0
>         Environment: Java
>            Reporter: Dmitry Repchevsky
>            Assignee: Daniel Kulp
>              Labels: patch
>             Fix For: XmlSchema 2.0.1
>
>         Attachments: union.patch
>
>   Original Estimate: 0.05h
>  Remaining Estimate: 0.05h
>
> The only way to define member types for an XmlSchemaSimpleTypeUnion is to 
> define its "memberTypesSource" String.
> When a new XmlSchemaSimpleTypeUnion is created it must be possible to specify 
> an array of QNames (memberTypesQNames).
> The problem is that elements specified in the "memberTypes" must be prefixed, 
> but developer have no this information in a time of  XmlSchemaSimpleTypeUnion 
> creation.
> The patch creates memberTypes from provided memberTypesQNames when 
> memberTypesSource is null.

--
This message is automatically generated by JIRA.
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