MTPreparedDownload Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints wrapped by description
estimatedReadiness int element 1/1 required int    
estimatedSecondsRemaining int element 1/1 required int    
estimatedSize long element 1/1 required long    
estimatedTrackCount int element 1/1 required int    
expires dateTime element 0/1      
fileType MTAudioFileType element 0/1      
id string element 0/1      
name string element 0/1      
owner string element 0/1      
part list of MTPreparedDownloadPart element 0/unbounded   parts  
phase string element 0/1      
processed boolean element 1/1 required boolean    

Example

<preparedDownload>
  <id>...</id>
  <owner>...</owner>
  <name>...</name>
  <parts>
    <part>
      <id>...</id>
    </part>
  </parts>
  <processed>...</processed>
  <phase>...</phase>
  <expires>...</expires>
  <fileType>...</fileType>
  <estimatedSize>...</estimatedSize>
  <estimatedReadiness>...</estimatedReadiness>
  <estimatedSecondsRemaining>...</estimatedSecondsRemaining>
  <estimatedTrackCount>...</estimatedTrackCount>
</preparedDownload>