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

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-policy message

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


Subject: Re: [sca-policy] Editorial: Align QName reference within definition ofcomplexType Intent with the simpleType name, "interactionOrImplementation"


Good catch. I will update the CD02 and related materials tomorrow. Just giving some time for more comments to arrive and then I'll do one batch update.

Dave Booz
STSM, BPM and SCA Architecture
Co-Chair OASIS SCA-Policy TC and SCA-J TC
"Distributed objects first, then world hunger"
Poughkeepsie, NY (845)-435-6093 or 8-295-6093
e-mail:booz@us.ibm.com

Inactive hide details for "Moberg Dale" ---02/17/2009 01:37:43 PM---Within the complexType definition for Intent in the file sc"Moberg Dale" ---02/17/2009 01:37:43 PM---Within the complexType definition for Intent in the file sca-policy-1.1-schema-200803.xsd, there is


From:

"Moberg Dale" <dmoberg@axway.com>

To:

<sca-policy@lists.oasis-open.org>

Date:

02/17/2009 01:37 PM

Subject:

[sca-policy] Editorial: Align QName reference within definition of complexType Intent with the simpleType name, "interactionOrImplementation"





Within the complexType definition for Intent in the file sca-policy-1.1-schema-200803.xsd, there is an attribute @intentType declared

<attribute name="intentType"
type
="sca:InteractionOrImplementation"
use
="optional" default="interaction"/>

However, the type “sca:InteractionOrImplementation” needs to be aligned with the actual QName, sca:interactionOrImplementation.
In other words, the original simpleType has a lower-case “i” but the QName reference has an upper-case “I”

I am uncertain about the case conventions for types or elements, but one solution would be:

<attribute name="intentType"
type
="sca:interactionOrImplementation"
use
="optional" default="interaction"/>



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