You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2006/08/16 18:40:13 UTC

[jira] Created: (TUSCANY-631) In sca-core.xsd, Reference should not contain a reference element

In sca-core.xsd, Reference should not contain a reference element
-----------------------------------------------------------------

                 Key: TUSCANY-631
                 URL: http://issues.apache.org/jira/browse/TUSCANY-631
             Project: Tuscany
          Issue Type: Bug
          Components: Specification
    Affects Versions: Cpp-current
            Reporter: Jean-Sebastien Delfino
         Assigned To: Jean-Sebastien Delfino


In sca-core.xsd the Reference complex type contains a reference element. This reference element is not part of the specification and should be removed.

I will bring this issue to the OSOA spec workgroup.

   <complexType name="Reference">
        <sequence>
            <element ref="sca:interface" minOccurs="1" maxOccurs="1"/>
            <element ref="sca:binding" minOccurs="0" maxOccurs="unbounded"/>
            <element name="reference" minOccurs="0" maxOccurs="unbounded" type="anyURI"/>
            <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
        <attribute name="name" type="NCName" use="required"/>
        <attribute name="multiplicity" type="sca:Multiplicity" use="optional" default="1..1"/>
        <attribute name="override" type="sca:OverrideOptions" default="may" use="optional"/>
        <anyAttribute namespace="##any" processContents="lax"/>
    </complexType>

should be changed to:

   <complexType name="Reference">
        <sequence>
            <element ref="sca:interface" minOccurs="1" maxOccurs="1"/>
            <element ref="sca:binding" minOccurs="0" maxOccurs="unbounded"/>
            <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
        <attribute name="name" type="NCName" use="required"/>
        <attribute name="multiplicity" type="sca:Multiplicity" use="optional" default="1..1"/>
        <attribute name="override" type="sca:OverrideOptions" default="may" use="optional"/>
        <anyAttribute namespace="##any" processContents="lax"/>
    </complexType>



-- 
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


[jira] Updated: (TUSCANY-631) In sca-core.xsd, Reference should not contain a reference element

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-631?page=all ]

ant elder updated TUSCANY-631:
------------------------------

    Fix Version/s: Cpp-current

> In sca-core.xsd, Reference should not contain a reference element
> -----------------------------------------------------------------
>
>                 Key: TUSCANY-631
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-631
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Specification
>    Affects Versions: Cpp-current
>            Reporter: Jean-Sebastien Delfino
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-current
>
>
> In sca-core.xsd the Reference complex type contains a reference element. This reference element is not part of the specification and should be removed.
> I will bring this issue to the OSOA spec workgroup.
>    <complexType name="Reference">
>         <sequence>
>             <element ref="sca:interface" minOccurs="1" maxOccurs="1"/>
>             <element ref="sca:binding" minOccurs="0" maxOccurs="unbounded"/>
>             <element name="reference" minOccurs="0" maxOccurs="unbounded" type="anyURI"/>
>             <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
>         </sequence>
>         <attribute name="name" type="NCName" use="required"/>
>         <attribute name="multiplicity" type="sca:Multiplicity" use="optional" default="1..1"/>
>         <attribute name="override" type="sca:OverrideOptions" default="may" use="optional"/>
>         <anyAttribute namespace="##any" processContents="lax"/>
>     </complexType>
> should be changed to:
>    <complexType name="Reference">
>         <sequence>
>             <element ref="sca:interface" minOccurs="1" maxOccurs="1"/>
>             <element ref="sca:binding" minOccurs="0" maxOccurs="unbounded"/>
>             <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
>         </sequence>
>         <attribute name="name" type="NCName" use="required"/>
>         <attribute name="multiplicity" type="sca:Multiplicity" use="optional" default="1..1"/>
>         <attribute name="override" type="sca:OverrideOptions" default="may" use="optional"/>
>         <anyAttribute namespace="##any" processContents="lax"/>
>     </complexType>

-- 
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