Composite documentation element is ignored by tuscany parser
------------------------------------------------------------
Key: TUSCANY-3897
URL: https://issues.apache.org/jira/browse/TUSCANY-3897
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Reporter: Luciano Resende
Priority: Minor
The SCA schema dfines the following :
<!-- Common extension base for SCA definitions -->
<complexType name="CommonExtensionBase">
<sequence>
<element ref="sca:documentation" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
<anyAttribute namespace="##other" processContents="lax"/>
</complexType>
<element name="documentation" type="sca:Documentation"/>
<complexType name="Documentation" mixed="true">
<sequence>
<any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
<attribute ref="xml:lang"/>
</complexType>
But it seems that our parser is not considering those
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira