Re: [wsbpel-spec-edit] follow-up editing for Issue 13

From
Alex Yiu <>
Date
2004-06-17T04:02:17+00:00
ID
Thread
Re: [wsbpel-spec-edit] follow-up editing for Issue 13
By making "case" an extension and thendefining a
"condition" element in the contentModel, doesn't
this imply that cases are written, by virtue of section 4.2of the XSD
Schema Primer (content models are added
sequentially: base + extension) as:
<case>
    <activity>
    <condition>
</case>

instead of:

<case>
     <condition>
     <activity>
</case>