OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-assembly message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: Permit intents and PolicySets on <interface/> elements



RAISER:  Mike Edwards

TARGET:  SCA Assembly specification (this issue raised against sca-assembly-1.1-spec-WD-02.doc)

DESCRIPTION:

Currently, the <interface/> complex type in the SCA SCDL schema has no attributes.  The consequence of this
is that if there is the requirement to associate policy with an existing interface file, there is no way to do this without
breaking open the interface file, which may not be possible in many cases (eg WSDL file is owned by a
different organisation)

PROPOSAL:

Add @requires and @policySets attributes to the base SCA Interface complex type

Change line 3483 from this:

<complexType name="Interface" abstract="true"/>

to this:

<complexType name="Interface" abstract="true">
           <attribute name="requires" type="sca:listOfQNames" use="optional" />
           <attribute name="policySets" type="sca:listOfQNames" use="optional"/>
</complexType>



Yours,  Mike.

Strategist - Emerging Technologies, SCA & SDO.
Co Chair OASIS SCA Assembly TC.
IBM Hursley Park, Mail Point 146, Winchester, SO21 2JN, Great Britain.
Phone & FAX: +44-1962-818014    Mobile: +44-7802-467431  
Email:  mike_edwards@uk.ibm.com






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU








[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]