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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsdm message

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


Subject: more or less final MOWS schema


I have reworked the MOWS schema to be nicely serializeable and properly open. Note the use of developer-friendly, reuseable model groups instead of useless types for property sets. The file is attached. The most important fix is to the RequestProcessingNotification. It is as follows.
I will update MOWS spec in the next rev.
 

<RequestProcessingNotification CurrentTime=”xs:dateTime” ...>

<muws-xs2:StateTransition Time=”…”>

            <muws-xs2:EnteredState>…</muws-xs2:EnteredState>

            <muws-xs2:PreviousState>…</muws-xs2:PreviousState>

           

</muws-xs2:StateTransition> +

<Request ...>

            <Message ...>

            (

                        <NotIncluded/> |

                        <Text>xs:string</Text> |

                        <Binary>xs:base64Binary</Binary> |

                        <Xml ...>{any}*</Xml>

            )

            <Size Unit=(“bit” | “byte” | “word” | “dword” | “qword”) ...>xs:positiveInteger</Size> ?

            {any}*

            </Message>

            <TransportInformation ...> {any}* </TransportInformation> ?

            {any}*

</Request> ?

<Reply>

            … see contents of the Request element above …

</Reply> ?

{any}*

</RequestProcessingNotification>

 
 

-- Igor Sedukhin .. (igor.sedukhin@ca.com)
-- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11749 

 

wd-wsdm-mows-1.0.xsd



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