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