[ http://issues.apache.org/jira/browse/TUSCANY-449?page=comments#action_12461247 ] Yang ZHONG commented on TUSCANY-449: ------------------------------------
ComplexTypeSubstitutionGroupBaseType is used to load tns:ElementSubstitutionGroupExtends so ElementInSubstitutionGroupExtends is missing which is defined within ComplexTypeSubstitutionGroupExtendsType. May be a duplicate of 445. > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
