2.2.1.4 fileRange

The following code example describes a contiguous range of data within a URL.

 <complexType name="fileRange">
     <sequence>
       <element name="Offset" type="unsignedLong"/>
       <element name="Length" type="unsignedLong"/>
     </sequence>
   </complexType>

Offset: Location of the beginning of the range, in bytes, relative to the start of the URL data.

Length: Length of the range, in bytes.