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: SCAPropertyBase doesn't support an array of <value>s


TARGET: SCA Assembly spec CD03

DESCRIPTION:
The schema for SCAPropertyBase is currently as follows:

4117 <complexType name="SCAPropertyBase" mixed="true">
4118 <sequence>
4119 <any namespace="##any" processContents="lax" minOccurs="0"/>
4120 <!-- NOT an extension point; This any exists to accept
4121 the element-based or complex type property
4122 i.e. no element-based extension point under "sca:property" -->
4123 </sequence>
4124 <!-- mixed="true" to handle simple type -->
4125 <attribute name="requires" type="sca:listOfQNames" use="optional"/>
4126 <attribute name="policySets" type="sca:listOfQNames" use="optional"/>
4127 </complexType>

Looking at the <any> in the <sequence>, the default for maxOccurs within a sequence is 1. This will prevent an array of <value> elements from appearing as children of a <property> element.

PROPOSAL:
None


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



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