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

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-bpel-editors message

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


Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification Committee Draft 01 - 17Jan 2008



Hi Sanjay, for the missing SCA-BPEL XML Schema, we definitely need a new
issue - I will submit one.

The XML Schema for the SCA-BPEL constructs needs to be made available as a
standalone artifact (see attached file) and as an Appendix chapter in the
spec - see below, something along the lines of the following ...
(See attached file: sca-bpel.xsd)

A. XML Schema

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema";
   targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca-bpel/200801";
   xmlns:sca-bpel="http://docs.oasis-open.org/ns/opencsa/sca-bpel/200801";
   xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable";
   xmlns:sref="http://docs.oasis-open.org/wsbpel/2.0/serviceref";
   elementFormDefault="qualified"
   attributeFormDefault="unqualified">

   <import namespace="
http://docs.oasis-open.org/wsbpel/2.0/process/executable";
      schemaLocation="
http://docs.oasis-open.org/wsbpel/2.0/OS/process/executable/ws-bpel_executable.xsd
"/>
   <import namespace="http://docs.oasis-open.org/wsbpel/2.0/serviceref";
      schemaLocation="
http://docs.oasis-open.org/wsbpel/2.0/OS/serviceref/ws-bpel_serviceref.xsd
"/>

   <attribute name="multiRefFrom" type="bpel:BPELVariableName"/>

   <attribute name="property" type="bpel:tBoolean"/>

   <element name="multiRefFrom">
      <complexType>
         <simpleContent>
            <extension base="string">
               <attribute name="partnerLinkType" type="QName"/>
               <attribute name="partnerRole" type="NCName"/>
               <attribute name="multiplicity" type="sca-bpel:Multiplicity"
use="optional" default="1..n"/>
            </extension>
         </simpleContent>
      </complexType>
   </element>
   <simpleType name="Multiplicity">
      <restriction base="string">
         <enumeration value="0..n"/>
         <enumeration value="1..n"/>
      </restriction>
   </simpleType>

   <element name="serviceReferenceList">
      <complexType>
         <sequence>
           <element ref="sref:service-ref" minOccurs="0" maxOccurs="
unbounded"/>
         </sequence>
      </complexType>
   </element>

</schema>

In addition, the following changes should be made in the spec:

(1) The SCA-BPEL namespace on line 195 is wrong, it should be:
   <extension namespace="
http://docs.oasis-open.org/ns/opencsa/sca-bpel/200801";
instead of
   <extension namespace="http://www.osoa.org/xmlns/sca/bpel/1.0";

(2) The XML Schema syntax for the serviceReferenceList (lines 250-257)
definition should have the orange background (syntax) instead of the grey
background (examples).

(3) The multiRefFrom attribute should reuse the type defined for BPEL
variable names in line 266
   <partnerLink ... sca-bpel:multiRefFrom="bpel:BPELVariableName" />
instead of
   <partnerLink ... sca-bpel:multiRefFrom="xs:NCName" />

(4) The BPEL service-ref element is defined in the "sref:" namespace, so
the XPath expression in line 288 should be
   count($vendors/sref:service-ref)
instead of
   count($vendors/bpel:service-ref)

and in line 301
   <from>$vendors/sref:service-ref[$idx]</from>
instead of
   <from>$vendors/bpel:service-ref[$idx]</from>

Kind Regards
DK
                                                                       
 Dieter König                          Mail: dieterkoenig@de.ibm.com         IBM Deutschland Entwicklung GmbH
                                                                       
 Senior Technical Staff Member         Tel (office): (+49) 7031-16-3426      Vorsitzender des Aufsichtsrats:
                                                                             Martin Jetter
                                                                       
 Architect, Business Process           Fax (office): (+49) 7031-16-4890      Geschäftsführung: Herbert Kircher
 Choreographer                                                         
                                                                       
 Member, Technical Expert Council      Tel (home office): (+49) 7032-201464  Sitz der Gesellschaft: Böblingen
                                                                       
                                       Schönaicher Strasse 220, 71032        Registergericht: Amtsgericht
                                       Böblingen, Germany                    Stuttgart, HRB 243294
                                                                       
                                                                       
                                                                       





                                                                       
  From:       "Patil, Sanjay" <sanjay.patil@sap.com>                   
                                                                       
  To:         Dieter Koenig1/Germany/IBM@IBMDE                         
                                                                       
  Cc:         <sca-bpel-editors@lists.oasis-open.org>                  
                                                                       
  Date:       06.03.2008 21:57                                         
                                                                       
  Subject:    RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification Committee Draft 01 - 17 Jan 2008
                                                                       






Hi Dieter (and others),

The URI for the Latest Version links looks good to me.

I have one question though - where is the schema for the constructs defined
by the SCA-BPEL specifications (e.g. sca-bpel:multiReference)?

-- Sanjay

> -----Original Message-----
> From: Dieter Koenig1 [mailto:dieterkoenig@de.ibm.com]
> Sent: Thursday, Mar 06, 2008 9:01 AM
> To: Patil, Sanjay
> Cc: sca-bpel-editors@lists.oasis-open.org
> Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> Committee Draft 01 - 17 Jan 2008
>
>
> Hi Sanjay,
>
> I created a CD version with modified "latest version" links.
> Attached are
> the .doc, .pdf, and .html version zipped together into one
> file. I renamed
> the .zip file to .zipfile in order to avoid transmission
> problems - rename
> it back before unzipping. The .html version is an .html file
> plus a folder
> containing the images. Please let me know if this is what you
> are looking
> for - after getting a positive ack I will also refresh the CD
> on the OASIS
> site.
> (See attached file: sca-bpel-1.1-spec-cd-01.zipfile)
>
> Kind Regards
> DK
>
>
>  Dieter König                          Mail:
> dieterkoenig@de.ibm.com         IBM Deutschland Entwicklung GmbH
>
>
>  Senior Technical Staff Member         Tel (office): (+49)
> 7031-16-3426      Vorsitzender des Aufsichtsrats:
>
>                Martin Jetter
>
>
>  Architect, Business Process           Fax (office): (+49)
> 7031-16-4890      Geschäftsführung: Herbert Kircher
>  Choreographer
>
>
>
>  Member, Technical Expert Council      Tel (home office):
> (+49) 7032-201464  Sitz der Gesellschaft: Böblingen
>
>
>                                        Schönaicher Strasse
> 220, 71032        Registergericht: Amtsgericht
>                                        Böblingen, Germany
>                Stuttgart, HRB 243294
>
>
>
>
>
>
>
>
>
>
>
>
>
>   From:       "Patil, Sanjay" <sanjay.patil@sap.com>
>
>
>
>   To:         <sca-bpel-editors@lists.oasis-open.org>
>
>
>
>   Date:       04.03.2008 15:07
>
>
>
>   Subject:    RE: [sca-bpel-editors] SCA-BPEL 1.1
> Specification Committee Draft 01 - 17 Jan 2008
>
>
>
>
>
>
>
>
> Editors,
>
> Can we provide Mary with new drafts of the CDs with the
> 'latest version'
> links fixed? Could we also generate the HTML versions?
>
> Thanks,
> Sanjay
>
> > -----Original Message-----
> > From: Mary McRae [mailto:marypmcrae@gmail.com] On Behalf Of
> Mary McRae
> > Sent: Tuesday, Feb 26, 2008 10:45 AM
> > To: Patil, Sanjay
> > Cc: sca-bpel-editors@lists.oasis-open.org
> > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> > Committee Draft 01 - 17 Jan 2008
> >
> > Thanks Sanjay,
> >
> >  Two things:
> >
> > 1. I'll need an html version as well.
> > 2. The "latest version" is intended to be a generic URI that
> > will always bring
> > the reader to the most recent copy of the spec rather than a
> > fixed version.
> > Something along the lines of:
> > http://docs.oasis-open.org/opencsa/sca-bpel/sca-bpel-1.1.*
> > (where * is the
> > appropriate file extensions)
> >
> > I can upload "as is", but if the TC intends to send this out
> > for public review
> > I'll need the latest version URI corrected.
> >
> > Thanks!
> >
> > Mary
> >
> >
> > > -----Original Message-----
> > > From: Patil, Sanjay [mailto:sanjay.patil@sap.com]
> > > Sent: Thursday, February 21, 2008 1:38 PM
> > > To: mary.mcrae@oasis-open.org
> > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> > Committee Draft
> > > 01 - 17 Jan 2008
> > >
> > >
> > > Hi Mary,
> > >
> > > Could you please upload the following CD docs to their appropriate
> > > locations (also spelled out in the documents under the section
> > > 'Specification URIs' on the first page) in the OASIS
> > document repository.
> > >
> > > http://www.oasis-open.org/apps/org/workgroup/sca-
> > > bpel/download.php/26920/sca-bpel-1.1-spec-cd-01.doc
> > >
> > > http://www.oasis-open.org/apps/org/workgroup/sca-
> > > bpel/download.php/26921/sca-bpel-1.1-spec-cd-01.pdf
> > >
> > > Thanks,
> > > Sanjay
> > > Co-Chair, OASIS SCA BPEL TC
> > >
> > > > -----Original Message-----
> > > > From: Mary McRae [mailto:marypmcrae@gmail.com] On Behalf
> > Of Mary McRae
> > > > Sent: Thursday, Feb 21, 2008 10:02 AM
> > > > To: Patil, Sanjay
> > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> > > > Committee Draft 01 - 17 Jan 2008
> > > >
> > > > Hi Sanjay,
> > > >
> > > >   I'll need a request from the chair or secretary along with
> > > > the current links
> > > > to the documents.
> > > >
> > > > Thanks!
> > > >
> > > > Mary
> > > >
> > > > > -----Original Message-----
> > > > > From: Patil, Sanjay [mailto:sanjay.patil@sap.com]
> > > > > Sent: Thursday, February 21, 2008 12:25 PM
> > > > > To: mary.mcrae@oasis-open.org
> > > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> > > > Committee Draft
> > > > > 01 - 17 Jan 2008
> > > > >
> > > > >
> > > > > Hi Mary,
> > > > >
> > > > > Would you mind uploading the CD docs to the OASIS
> > > > repository? I understand
> > > > > that there is no such requirement, but the TC had adopted a
> > > > resolution to
> > > > > that effect.
> > > > >
> > > > > Regards,
> > > > > Sanjay
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Mary McRae [mailto:marypmcrae@gmail.com] On Behalf
> > > > Of Mary McRae
> > > > > > Sent: Friday, Feb 15, 2008 7:40 AM
> > > > > > To: Patil, Sanjay
> > > > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> > > > > > Committee Draft 01 - 17 Jan 2008
> > > > > >
> > > > > > Hi Sanjay,
> > > > > >
> > > > > >   There was no request to upload the documents, only the
> > > > > > question about the use
> > > > > > of /ns in the document URI. There is no requirement that
> > > > > > documents be uploaded
> > > > > > to docs.oasis-open.org until public review.
> > > > > >
> > > > > > Regards,
> > > > > >
> > > > > > Mary
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Patil, Sanjay [mailto:sanjay.patil@sap.com]
> > > > > > > Sent: Thursday, February 14, 2008 1:09 PM
> > > > > > > To: mary.mcrae@oasis-open.org
> > > > > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1 Specification
> > > > > > Committee Draft
> > > > > > > 01 - 17 Jan 2008
> > > > > > >
> > > > > > >
> > > > > > > Thanks Mary!
> > > > > > >
> > > > > > > There was one more question in the email thread
> > below for you:
> > > > > > > > > When can we expect the CD docs to be uploaded
> > to the OASIS
> > > > > > > > > repository links?
> > > > > > >
> > > > > > > -- Sanjay
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Mary McRae [mailto:marypmcrae@gmail.com] On Behalf
> > > > > > Of Mary McRae
> > > > > > > > Sent: Thursday, Feb 14, 2008 9:22 AM
> > > > > > > > To: Patil, Sanjay
> > > > > > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > > > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1
> Specification
> > > > > > > > Committee Draft 01 - 17 Jan 2008
> > > > > > > >
> > > > > > > > Hi Sanjay,
> > > > > > > >
> > > > > > > >  The /ns designation is purely for namespaces and
> > is not to
> > > > > > > > be used in any
> > > > > > > > document paths.
> > > > > > > >
> > > > > > > > Sorry!
> > > > > > > >
> > > > > > > > Mary
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: Patil, Sanjay [mailto:sanjay.patil@sap.com]
> > > > > > > > > Sent: Thursday, February 14, 2008 11:50 AM
> > > > > > > > > To: mary.mcrae@oasis-open.org
> > > > > > > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > > > > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1
> > Specification
> > > > > > > > Committee Draft
> > > > > > > > > 01 - 17 Jan 2008
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Hi Mary,
> > > > > > > > >
> > > > > > > > > Wondering if you got a chance to look into
> the following
> > > > > > > > email thread ...
> > > > > > > > >
> > > > > > > > > -- Sanjay
> > > > > > > > >
> > > > > > > > > > -----Original Message-----
> > > > > > > > > > From: Patil, Sanjay [mailto:sanjay.patil@sap.com]
> > > > > > > > > > Sent: Wednesday, Feb 06, 2008 11:37 AM
> > > > > > > > > > To: Dieter Koenig1
> > > > > > > > > > Cc: sca-bpel-editors@lists.oasis-open.org
> > > > > > > > > > Subject: RE: [sca-bpel-editors] SCA-BPEL 1.1
> > Specification
> > > > > > > > > > Committee Draft 01 - 17 Jan 2008
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Mary,
> > > > > > > > > >
> > > > > > > > > > I was wondering if you had a chance to review
> > the CD docs
> > > > > > > > > > submitted by Dieter.
> > > > > > > > > >
> > > > > > > > > > When can we expect the CD docs to be uploaded
> > to the OASIS
> > > > > > > > > > repository links?
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Sanjay
> > > > > > > > > >
> > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > From: Dieter Koenig1
> > [mailto:dieterkoenig@de.ibm.com]
> > > > > > > > > > > Sent: Wednesday, Jan 23, 2008 17:06 PM
> > > > > > > > > > > To: Mary McRae
> > > > > > > > > > > Cc: OASIS BPEL; tc-admin@oasis-open.org
> > > > > > > > > > > Subject: [sca-bpel-editors] SCA-BPEL 1.1
> > Specification
> > > > > > > > > > > Committee Draft 01 - 17 Jan 2008
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Hi Mary, I uploaded the SCA-BPEL 1.1
> > > > Specification Committee
> > > > > > > > > > > Draft 01 (doc
> > > > > > > > > > > + pdf) to the TC's documents page:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > >
> http://www.oasis-open.org/apps/org/workgroup/sca-bpel/download
> > > > > > > > > > > .php/26920/sca-bpel-1.1-spec-cd-01.doc
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > >
> http://www.oasis-open.org/apps/org/workgroup/sca-bpel/download
> > > > > > > > > > > .php/26921/sca-bpel-1.1-spec-cd-01.pdf
> > > > > > > > > > > The htm version remains to be created.
> > > > > > > > > > >
> > > > > > > > > > > One open question was whether the document URL
> > > > (noted on the
> > > > > > > > > > > title page)
> > > > > > > > > > > also needs to contain an "/ns" like the
> namespaces.
> > > > > > > > > > >
> > > > > > > > > > > Kind Regards
> > > > > > > > > > > DK
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >  Dieter König                          Mail:
> > > > > > > > > > > dieterkoenig@de.ibm.com         IBM Deutschland
> > > > Entwicklung
> > > > > > > > > > GmbH
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >  Senior Technical Staff Member         Tel
> > > > (office): (+49)
> > > > > > > > > > > 7031-16-3426      Vorsitzender des Aufsichtsrats:
> > > > > > > > > > >
> > > > > > > > > > >                Martin Jetter
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >  Architect, Business Process           Fax
> > > > (office): (+49)
> > > > > > > > > > > 7031-16-4890      Geschäftsführung:
> Herbert Kircher
> > > > > > > > > > >  Choreographer
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >  Member, Technical Expert Council      Tel
> > > > (home office):
> > > > > > > > > > > (+49) 7032-201464  Sitz der Gesellschaft:
> Böblingen
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > Schönaicher Strasse
> > > > > > > > > > > 220, 71032        Registergericht: Amtsgericht
> > > > > > > > > > >
> > > > Böblingen, Germany
> > > > > > > > > > >                Stuttgart, HRB 243294
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
> ---------------------------------------------------------------------
> > > > > > > > > > > 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_workgr
> > > > > > > > > > > oups.php
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
> ---------------------------------------------------------------------
> > > > > > > > > > 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_workgr
> > > > > > > > > > oups.php
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> >
> >
>
> ---------------------------------------------------------------------
> 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
>
>

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

sca-bpel.xsd



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