[ 
https://issues.apache.org/jira/browse/WSCOMMONS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fady Moussallam updated WSCOMMONS-153:
--------------------------------------

    Attachment: annotationIssues.xsd

This is a simplified version of an XSD with appInfo annotations at the schema 
and element level.
The current issues in XmlSchemaSerializer result in empty appInfo elements.



> XmlSchemaSerializer not serializing AppInfo markup
> --------------------------------------------------
>
>                 Key: WSCOMMONS-153
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-153
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: XmlSchema
>            Reporter: Cindy McNally
>         Attachments: annotationIssues.xsd
>
>
> XmlSchemaAppInfo content not serialized. The following:
> <xs:schema targetNamespace="http://foo"; 
> xmlns:xs="http://www.w3.org/2001/XMLSchema";>
>   <xs:annotation>
>     <xs:appinfo>
>       <ns01:bar xmlns:ns01="http://anyuri"/>
>     </xs:appinfo>
>   </xs:annotation>
> </xs:schema>
> Is serialized as:
> <xs:schema targetNamespace="http://foo"; 
> xmlns:xs="http://www.w3.org/2001/XMLSchema";>
>   <xs:annotation>
>     <xs:appinfo/>
>   </xs:annotation>
> </xs:schema>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to