4.5.8 Identifying That More Content is Ready for Download

The following example shows a Sync command response (section 2.2.1.21) message that indicates that more content is available for download from the server. Because the content exceeded the value indicated by the airsync:WindowSize element (section 2.2.3.199) in the request, the airsync:MoreAvailable element (section 2.2.3.116) is included in the response, indicating that additional content is available on the server for download.

 <?xml version="1.0" encoding="utf-8"?>
 <Sync xmlns="AirSync">
 …
       <Collection>
             <SyncKey>2</SyncKey>
             <CollectionId>1</CollectionId>
             <Status>1</Status>
             <Commands>
                   ...
             </Commands>
             <MoreAvailable/>
       </Collection>
 …
 </Sync>