
I had to insert by hand so I hope it is OK. Please do check..
Hi,
I attached the updated agreements_state_types.xsd. I simply moved the
<xs:choice minOccurs="0"> <xs:any namespace="##other" processContents="lax"/> <!--Processing and Idle only as substates of Ready--> <xs:element name="Processing" type="wsag:InnerTermStateType"/> <xs:element name="Idle" type="wsag:InnerTermStateType"/> </xs:choice>
from TermStateType to ServiceTermStateType and added a new element
<xs:any namespace="##other" processContents="lax" minOccurs="0"/>
to GuaranteeTermStateType. I hope now everything is consistent.
In the pseudo code the open content should be optional. You are right, this should also be changed for AgreementState.
Regards, Oliver
-----Ursprüngliche Nachricht----- Von: Toshiyuki Nakata [mailto:t-nakata@cw.jp.nec.com] Gesendet: Donnerstag, 29. März 2007 11:46 An: Oliver.Waeldrich@scai.fraunhofer.de; 'Wolfgang Ziegler' Cc: 'GRAAP-WG' Betreff: RE: [GRAAP-WG] telecon on 3/28
Hi: Apologies for my mistake in Guarantee Term :-(
We could also change the agreement_state_types.xsd, so that processing/idle sub states are not allowed for the GuaranteeTermState type. (minor change)
Could you please do so?
Since I don't want to clutter the Gridforge, I'll modify the Pseudo schema and send the result to Oliver and Wofgang. Best Regards Toshi
----- Toshiyuki Nakata 中田 登志之 Executive Chief Engineer, Central Research Lab. NEC 1753, Shimonumabe, Nakahara-Ku, Kawasaki,Kanagawa 211-8666,Japan Tel +81-44-431-7653 (NEC Internal 22-60035) Fax +81-44-431-7609 (NEC Internal 22-60509)
-----Original Message----- From: Oliver Wäldrich [mailto:Oliver.Waeldrich@scai.fraunhofer.de] Sent: Thursday, March 29, 2007 6:38 PM To: 'Toshiyuki Nakata'; 'Wolfgang Ziegler' Cc: 'GRAAP-WG' Subject: AW: [GRAAP-WG] telecon on 3/28
Hi,
I realized the pseudo code in section 9.5.2 was not correct. Here is the corrected version.
<wsag:ServiceTermState termName="xs:string"> <wsag:State>wsag:ServiceTermStateDefinition</wsag:State> { <wsag:Processing> <xs:any##other/> </wsag:Processing> | <wsag:Idle> <xs:any##other/> </wsag:Idle> | <xs:any##other/> } ? </wsag:ServiceTermState> *
According to the agreement_state_types.xsd the pseudo code for the GuaranteeTermStates would look very similar to the ServiceTermStates. I agree with Toshi that the processing/idle sub states do not make much sense for GuaranteeTermStates. However, the service name attribute should be in the GuaranteeTermState, since this is required to determine to which guarantee term this state refers. Also the any-element (open content) is optional.
<wsag:GuaranteeTermState termName="xs:string"> <wsag:State>wsag:GuaranteeTermStateDefinition</wsag:State> <xs:any##other/> ? </wsag:GuaranteeTermState> *
We could also change the agreement_state_types.xsd, so that processing/idle sub states are not allowed for the GuaranteeTermState type. (minor change)
Regards, Oliver
-----Ursprüngliche Nachricht----- Von: Toshiyuki Nakata [mailto:t-nakata@cw.jp.nec.com] Gesendet: Donnerstag, 29. März 2007 04:59 An: 'Toshiyuki Nakata'; 'Wolfgang Ziegler'; Oliver.Waeldrich@scai.fraunhofer.de Cc: 'GRAAP-WG' Betreff: RE: [GRAAP-WG] telecon on 3/28
Hi: I had missed correcting one error. So I've had to update again. Since the create button only appears for me in the current drafts and not in the subfolders. I've had to create another doc. Please refer to http://forge.gridforum.org/sf/go/doc14364?nav=1
Best Regards Toshi ----- Toshiyuki Nakata 中田 登志之 Executive Chief Engineer, Central Research Lab. NEC 1753, Shimonumabe, Nakahara-Ku, Kawasaki,Kanagawa 211-8666,Japan Tel +81-44-431-7653 (NEC Internal 22-60035) Fax +81-44-431-7609 (NEC Internal 22-60509)
-----Original Message----- From: graap-wg-bounces@ogf.org [mailto:graap-wg-bounces@ogf.org] On Behalf Of Toshiyuki Nakata Sent: Thursday, March 29, 2007 10:15 AM To: 'Wolfgang Ziegler'; Oliver.Waeldrich@scai.fraunhofer.de Cc: 'GRAAP-WG' Subject: Re: [GRAAP-WG] telecon on 3/28
Hi: I corrected some problems with ver46. Unfortunately I cannot seem to upload as doc6091/47 so it is uploaded as https://forge.gridforum.org/sf/go/doc14363?nav=1
Wolfgang or Jim: Could you please move the above to doc6091/47 and also clean up https://forge.gridforum.org/sf/docman/do/listDocuments/project s.graap-wg/docman.root.current_drafts (ie delete doc14361 and doc14362)..
Best Regards Toshi ----- Toshiyuki Nakata 中田 登志之 Executive Chief Engineer, Central Research Lab. NEC 1753, Shimonumabe, Nakahara-Ku, Kawasaki,Kanagawa 211-8666,Japan Tel +81-44-431-7653 (NEC Internal 22-60035) Fax +81-44-431-7609 (NEC Internal 22-60509)
-----Original Message----- From: graap-wg-bounces@ogf.org [mailto:graap-wg-bounces@ogf.org] On Behalf Of Wolfgang Ziegler Sent: Thursday, March 29, 2007 1:14 AM To: Oliver.Waeldrich@scai.fraunhofer.de Cc: 'GRAAP-WG' Subject: Re: [GRAAP-WG] telecon on 3/28
Hi Oliver,
thanks, I fixed these two.
The last version (46) is here
https://forge.gridforum.org/sf/docman/do/downloadDocument/proj ects.graap-wg/docman.root.current_drafts/doc6091/46
(in 45 I didn't update the table of contents)
Sorry for the many incremental changes, but I want to finalise the spec today and prepare for sending to the editor pipeline.
Best regards
Wolfgang
Hi,
- In section 9.5.1 the following has to be removed:
/wsag:AgreementState/wsag:Pending An agreement state which is in state Pending. /wsag:AgreementState/wsag:PendingAndTerminating An agreement state which is in state PendingAndTerminating. /wsag:AgreementState/wsag:Observed An agreement state which is in state Observed. /wsag:AgreementState/wsag:ObservedAndTerminating An agreement state which is in state ObservedAndTerminating. /wsag:AgreementState/wsag:Rejected An agreement state which is in state Rejected /wsag:AgreementState/wsag:Complete An agreement state which is in state Complete /wsag:AgreementState/wsag:Terminated An agreement state which is in state Terminated
The state of the agreement is now determined by the value of the /wsag:AgreementState/wsag:State element. The above mentioned elements should be removed.
- In section 9.5.2 the description of the pseudo code is in
Oliver Wäldrich schrieb/wrote: the same box
(grey background) as the pseudo code.
Oliver
-----Ursprüngliche Nachricht----- Von: graap-wg-bounces@ogf.org [mailto:graap-wg-bounces@ogf.org] Im Auftrag von Wolfgang Ziegler Gesendet: Mittwoch, 28. März 2007 16:27 An: Jim Pruyne; GRAAP-WG Betreff: Re: [GRAAP-WG] telecon on 3/28
I succeeded to upload the hopefully final version:
docman.root.current_drafts/doc6091/44
Best regards
Wolfgang
Wolfgang Ziegler schrieb/wrote:
Dear Jim,
due to a train delay I am still in a train instead in my office. The internet connection is too bad for a telco thus I won't be able to attend today.
I incorporated the changes to the pseudo code suggested by Oliver but I couldn't upload the new version yet - keep on trying.
Best regards
Wolfgang
Jim Pruyne schrieb/wrote: > All, > > We're scheduled for our next telecon on March 28. The US has changed > to daylight savings time, and we agreed last time to shift one hour > earlier outside the US, so we go back to the original times in the US, > and other areas should be one hour earlier. My best calculation is > that he times are as follows, but the US central time is
https://forge.gridforum.org/sf/docman/do/downloadDocument/proj ects.graap-wg/ the benchmark
> to convert from should I be incorrect: > > 9:00AM Central Standard Time US (GMT-0500) > which should be: > 10:00AM Eastern Standard Time US > 1600 Germany > 2300 Japan > The current dialin numbers are: > > Toll number: 8324452343 > > Toll free number: 8664809967 > > Conference code: 8578310 > > Please see Wolfgang's recent message for the current status of the > document, and last steps prior to submitting to the editor. > > Best, > > --- Jim > > -- > graap-wg mailing list > graap-wg@ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg
-- Wolfgang Ziegler www.scai.fraunhofer.de/ziegler.html Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven, D-53754 Sankt Augustin, Germany Tel: +49 2241 14 2258; Fax: +49 2241 14 42258
CoreGRID Network of Excellence www.coregrid.net Collaboration Gateway www.coregrid.net/cg Institute on Resource Management and Scheduling www.coregrid.net/irms -- graap-wg mailing list graap-wg@ogf.org http://www.ogf.org/mailman/listinfo/graap-wg
-- graap-wg mailing list graap-wg@ogf.org http://www.ogf.org/mailman/listinfo/graap-wg
------- NEC 中央研究所 主席技術主幹 中田 登志之 Toshiyuki Nakata Executive Chief Engineer Central Research Laboratories NEC Corporation +81-44-431-7653