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

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people message

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


Subject: BP-51: Move tTime to ws-humantask-types.xsd


Assigned: http://www.osoa.org/jira/browse/BP-51

 

From: Dieter Koenig1 [mailto:dieterkoenig@de.ibm.com]
Sent: Tuesday, December 02, 2008 12:17
To: bpel4people@lists.oasis-open.org
Subject: [bpel4people] New Issue: Move tTime to ws-humantask-types.xsd

 


Target: ws-humantask-api.wsdl and ws-humantask-types.xsd

Description: The <types> section of the ws-humantask-api.wsdl only contains request/response wrapper elements used in WSDL messages. The only exception is the tTime element.

Proposal: Move the tTime element definition from ws-humantask-api.wsdl to ws-humantask-types.xsd (note that its namespace will change):
<xsd:complexType name="tTime">
  <xsd:choice>
    <xsd:element name="timePeriod" type="xsd:duration"/>
    <xsd:element name="pointOfTime" type="xsd:dateTime"/>
  </xsd:choice>
</xsd:complexType>

Add the “htt” namespace prefix to the tTask type reference in suspendUntil element in ws-humantask-api.wsdl:
<xsd:element name="suspendUntil">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="identifier" type="xsd:anyURI"/>
      <xsd:element name="time" type="htt:tTime"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

Kind Regards

Dieter König

Senior Technical Staff Member, WebSphere Process Server Architect
IBM Software Group, Application and Integration Middleware Software
WSS Business Process Solutions


Phone:

+49-7031-16-3426

 IBM Deutschland

E-Mail:

dieterkoenig@de.ibm.com

 Schönaicher Str. 220

 71032 Böblingen

 Germany


IBM Deutschland Research & Development GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Erich Baier
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294

 



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