<?xml version="1.0"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500000S" type="static" mediaPresentationDuration="PT0H0M10.00S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011">
 <ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
  <Title>Invalid MPD - @group should be an integer</Title>
 </ProgramInformation>

 <Period start="PT0S" duration="PT0H0M10.00S">
  <AdaptationSet group="notAnInteger">
   <Representation id="1" mimeType="video/mp4" codecs="avc1.42c01e" width="640" height="360" frameRate="25" sar="1:1" startWithSAP="1" bandwidth="226597">
    <BaseURL>video1.mp4</BaseURL>
    <SegmentBase indexRangeExact="true" indexRange="837-988"/>
   </Representation>
  </AdaptationSet>
 </Period>
</MPD>