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

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people-editors message

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


Subject: WS-HT Lean Tasks - MessageSchema




Dear B4P Editing team, the following problem can be handled by the editors
as it does not touch any normative "intent".

The Lean Task messageSchema example in section 5.3 (lines 2454-2471) does
not validate using the XML Schema "ws-humantask.xsd" -- three changes
should be made.

(1) Typo in "ws-humantask-1.1-spec.doc" (line 2460): add '/' to
</messageDisplay> closing element.

(2) Formatting in "ws-humantask-1.1-spec.doc" (lines 2460 and 2461): change
color code of </messageDisplay> closing elements.

(3) Oversight in "ws-humantask.xsd" (lines 619-625) and
"ws-humantask-1.1-spec.doc" (line 4318-4324) : change content model of
messageDisplay to "mixed" -- change from:
  <xsd:complexType name="tMessageDisplay">
    <xsd:complexContent>
      <xsd:extension base="tExtensibleElements">
        <xsd:attribute ref="xml:lang" />
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
to:
  <xsd:complexType name="tMessageDisplay" mixed="true">
    <xsd:complexContent>
      <xsd:extension base="tExtensibleMixedContentElements">
        <xsd:attribute ref="xml:lang" />
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>

I already made the above changes in SVN (revision #189) WITHOUT change
tracking or updating the revision history.

If this is ok for you then DO NOTHING -- if there is a problem we can
always rollback in SVN.


Kind Regards

Dieter Koenig

Senior Technical Staff Member, WebSphere BPM Architecture, Standardization,
Integration Quality Assurance
IBM Software Group, Application and Integration Middleware Software
WSS Business Process Solutions
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
 Phone:            +49-7031-16-3426           IBM Deutschland                      (Embedded
                                                                                 image moved
                                                                                    to file:
                                                                               pic32432.gif)
                                                                       
 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:                                                 
 Dirk Wittkopp                                                         
 Sitz der                                                              
 Gesellschaft:                                                         
 Böblingen /                                                         
 Registergericht:                                                      
 Amtsgericht                                                           
 Stuttgart, HRB                                                        
 243294                                                                
                                                                       

pic32432.gif



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