[
https://issues.apache.org/jira/browse/TUSCANY-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ant elder updated TUSCANY-3897:
-------------------------------
Fix Version/s: Java-SCA-2.x
> 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
> Fix For: Java-SCA-2.x
>
>
> 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