AS1:
Download presentation
Presentation is loading. Please wait.
1
Yuzo Fujishima NEC Corporation
OASIS WSBPEL TC F2F June 2004 Presentation: Issue 125: Literal and Expression Assignment Semantics Yuzo Fujishima NEC Corporation June 22, 2004 Copyright (C) NEC Corporation 2004
2
Issue Definition Literal/expression assignment semantics is not clearly defined. For example, are the following legal? <variable name="intTypeVar" type="xsd:int"/> <variable name="intElemVar" element="somens:intElem"/> <!-- intElem is of type xsd:int --> AS1: <from>0</from> <to variable="intTypeVar"/> AS2:<from><somens:intElem>0</somens:intElem></from> <to variable="intElemVar"/> Note: The current schema prohibits this. June 22, 2004 Copyright (C) NEC Corporation 2004
3
Issue Definition (Cont'd)
<variable name="itemsShipped" type="props:itemCountType"/> ... EX1: <from expression="0"/> <to variable="itemsShipped"/> AS3: <from variable="v1" part="p1"/> <to variable="v2" part="p2"/> AS4: <from expression="bpws:getVariableData ('v1', 'p1')"/> <to variable="v2" part="p2"/> Must <from> expression express the content (EX1) or the node (AS3, 4)? From June 22, 2004 Copyright (C) NEC Corporation 2004
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.