Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-630

In sca-core.xsd, base complex types should be abstract

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • C++-SCA-Next
    • Java-SCA-0.90
    • Website
    • None

    Description

      In sca-core.xsd, abstract base complex types should be marked abstract.

      I will raise that issue to the OSOA spec workgroup.

      <complexType name="Interface"/>
      should be changed to:
      <complexType name="Interface" abstract="true"/>

      <complexType name="Implementation"/>
      should be changed to:
      <complexType name="Implementation" abstract="true"/>

      <complexType name="Binding">
      should be changed to:
      <complexType name="Binding" abstract="true">

      Attachments

        Activity

          People

            jsdelfino Jean-Sebastien Delfino
            jsdelfino Jean-Sebastien Delfino
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: