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: The sca:Implementation complexType in sca-core.xsd doesn't have theoperation child element



Hi,

The SCA policy framework spec v1.0 has the following pseudo-schema to illustrate the capability to declare operation-level intents/policySets for implementations.

984 <component name="xs:NCName">
985 <implementation.* policySets="listOfQNames"
986 requires="list of intent xs:QNames">
987 …
988 <operation name="xs:string" service="xs:string"?
989 policySets="listOfQNames"?
990 requires="listOfQNames"?/>*
991 …
992 </implementation>
993 …
994 </component>

I cannot find the operation element for sca:Implementation complexType in sca-core.xsd.

<element name="implementation" type="sca:Implementation" abstract="true" />

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

Is this a known issue?

Thanks,
Raymond



From: ashok malhotra <ashok.malhotra@Oracle.com>
To: "'OASIS Assembly'" <sca-assembly@lists.oasis-open.org>
Date: 03/04/2008 01:07 PM
Subject: [sca-assembly] NEW ISSUE:  Definition of Bindings





Add wording, something like the following, after the second paragraph in
section 7 of the Assembly spec
to clarify that binding types are defined by the vendor and/or user:

Binding types will be defined by vendors and users.  This allows vendors
and users to determine the intents
they include in the mayProvides and alwaysProvides attributes of a
binding type definition.
--
All the best, Ashok

---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  You may a link to this group and all your TCs in OASIS
at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php


S/MIME Cryptographic Signature



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