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
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.
-
If you think it was sent incorrectly contact one of the administrators:
https://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]