You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2006/08/22 10:21:19 UTC

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

     [ http://issues.apache.org/jira/browse/TUSCANY-449?page=all ]

ant elder updated TUSCANY-449:
------------------------------

    Fix Version/s: Cpp-current

> Implementation ignores ElementSubstitutionGroupBase
> ---------------------------------------------------
>
>                 Key: TUSCANY-449
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-449
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SDO
>    Affects Versions: Cpp-current
>         Environment: Windows XP
>            Reporter: Simon Laws
>             Fix For: Cpp-current
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org