You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2011/08/22 10:27:29 UTC

[jira] [Updated] (TUSCANY-449) Implementation ignores ElementSubstitutionGroupBase

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

Simon Laws updated TUSCANY-449:
-------------------------------

    Affects Version/s: C++-SDO-Next
        Fix Version/s: C++-SDO-Next

> Implementation ignores ElementSubstitutionGroupBase
> ---------------------------------------------------
>
>                 Key: TUSCANY-449
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-449
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SDO
>    Affects Versions: C++-SCA-Next, C++-SDO-Next
>         Environment: Windows XP
>            Reporter: Simon Laws
>             Fix For: C++-SDO-Next
>
>
> Reading xml 
>   <tns:ElementSubstitutionGroupExtends>
>     <ElementInSubstitutionGroupBase>ElementInSubstitutionGroupBase</ElementInSubstitutionGroupBase>
>     <ElementInSubstitutionGroupExtends>ElementInSubstitutionGroupExtends</ElementInSubstitutionGroupExtends>
>   </tns:ElementSubstitutionGroupExtends>
> with schema 
>   <complexType name="ComplexTypeSubstitutionGroupBaseType">
>     <sequence>
>       <element name="ElementInSubstitutionGroupBase" type="string"/>
>     </sequence>
>   </complexType>
>   <element name="ElementSubstitutionGroupBase" type="tns:ComplexTypeSubstitutionGroupBaseType"/>
>   
>    <complexType name="ComplexTypeSubstitutionGroupExtendsType">
>     <complexContent>
>       <extension base="tns:ComplexTypeSubstitutionGroupBaseType">
>         <sequence>
>           <element name="ElementInSubstitutionGroupExtends" type="string"/>
>         </sequence>
>       </extension>
>     </complexContent>
>   </complexType>
>   <element name="ElementSubstitutionGroupExtends" type="tns:ComplexTypeSubstitutionGroupExtendsType" substitutionGroup="tns:ElementSubstitutionGroupBase"/>
> And writing out gives rise to no output for this element

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira