← Prev in month ← Prev in thread
Next in thread → Next in month →

Formal proposal for issue i031

From
Christopher B Ferris <>
Date
2005-09-14T14:29:39+00:00
ID
Thread
Formal proposal for issue i031
All,

Here's a formal proposal for the changes necessary to close i031[1], based 
on feedback received on the
list to the original proposal that changed the spc prose to align it with 
the schema:

Change the ws-rx schema AckRequestedType complexType from:

<xs:complexType name="AckRequestedType">
  <xs:sequence>
    <xs:element ref="wsrm:Identifier"/>
    <xs:element name="MaxMessageNumberUsed" type="xs:unsignedLong" 
minOccurs="0"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

to:

 <xs:complexType name="AckRequestedType">
     <xs:sequence>
       <xs:element ref="wsrm:Identifier"/>
       <xs:element name="MessageNumber" type="xs:unsignedLong" minOccurs=
"0"/>
       <xs:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

to bring it into alignment with the specification prose.

[1] 
http://www.oasis-open.org/committees/download.php/14329/ReliableMessagin#i031

Cheers,

Christopher Ferris
STSM, Emerging e-business Industry Architecture
email: 
blog: http://webpages.charter.net/chrisfer/blog.html
phone: +1 508 377 9295
← Prev in month ← Prev in thread
Next in thread → Next in month →