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: BPEL4People Public Review: Definition of element tComment is notcomplete


Target: ws-humantask-types.xsd, WS-HumanTask specification, version 1.1, PR 1
 
Issue Description:
In the XML file: Definition of element tComment is not complete. Attributes id, lastModifiedTime and lastModifiedby are missing.
In the specification: Attribute ID  is of type “xsd:string”. Other IDs are of type xsd:anyURI.
These inconsistencies shall be removed.
 
Proposal:
In the XML file, include the following XML snippet
<xsd:complexType name="tComment">
     <xsd:sequence>
       <xsd:element name="id" type="xsd:anyURI" />
       <xsd:element name="addedTime" type="xsd:dateTime" />
       <xsd:element name="addedBy" type="htt:tUser" />
       <xsd:element name="lastModifiedTime" type="xsd:dateTime" />
       <xsd:element name="lastModifiedBy" type="htd:tUser" />
       <xsd:element name="text" type="xsd:string" />
       <xsd:any namespace="##other" processContents="lax"
             minOccurs="0" maxOccurs="unbounded" />
     </xsd:sequence>
</xsd:complexType>
 
instead of
<xsd:element name="comment" type="tComment" />
<xsd:complexType name="tComment">
  <xsd:sequence>
    <xsd:element name="addedTime" type="xsd:dateTime" />
    <xsd:element name="addedBy" type="htt:tUser" />
    <xsd:element name="text" type="xsd:string" />
    <xsd:any namespace="##other" processContents="lax"
             minOccurs="0" maxOccurs="unbounded" />
  </xsd:sequence>
</xsd:complexType>
 
 
In the specification (p. 30), include the following XML snippet:
<xsd:complexType name="tComment">
     <xsd:sequence>
       <xsd:element name="id" type="xsd:anyURI" />
       <xsd:element name="addedTime" type="xsd:dateTime" />
       <xsd:element name="addedBy" type="htt:tUser" />
       <xsd:element name="lastModifiedTime" type="xsd:dateTime" />
       <xsd:element name="lastModifiedBy" type="htd:tUser" />
       <xsd:element name="text" type="xsd:string" />
       <xsd:any namespace="##other" processContents="lax"
             minOccurs="0" maxOccurs="unbounded" />
     </xsd:sequence>
</xsd:complexType>
 
instead of
<xsd:complexType name="tComment">
     <xsd:sequence>
       <xsd:element name="id" type="xsd:string" />
       <xsd:element name="addedTime" type="xsd:dateTime" />
       <xsd:element name="addedBy" type="htt:tUser" />
       <xsd:element name="lastModifiedTime" type="xsd:dateTime" />
       <xsd:element name="lastModifiedBy" type="htd:tUser" />
       <xsd:element name="text" type="xsd:string" />
       <xsd:any namespace="##other" processContents="lax"
             minOccurs="0" maxOccurs="unbounded" />
     </xsd:sequence>
</xsd:complexType>
 
 
 
 
Ivana Trickovic
SAP AG
Dietmar-Hopp-Allee 16
69190 Walldorf, Germany
T +49 6227 7-63228
F +49 6227 78-33160
M +49 151 57118422
mailto:ivana.trickovic@sap.com
www.sap.com
 
Pflichtangaben/Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx
Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.

This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
 
 
 


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