2.2.3 BufferRemaining Element Syntax

The following is the element's schema.

 <xs:schema 
     targetNamespace="http://schemas.microsoft.com/ws/2006/05/rm"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
 > 
   <xs:element name="BufferRemaining">
     <xs:simpleType>
       <xs:restriction base="xs:int">
         <xs:minInclusive value="0"/>
         <xs:maxInclusive value="2147483647"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:element>
 </xs:schema>