mpd/dash-if/WSSReporting-OK-MultiRes.mpd contains the following
<Metrics metrics="BufferLevel">
<Reporting schemeIdUri="urn:mpeg:dash:sand:channel:2016" value="channel-reporting"/>
<Range duration="PT10S"/>
</Metrics>
however the MPEG DASH schema says that the <Range> element is first...
<xs:complexType name="MetricsType">
<xs:annotation>
<xs:documentation xml:lang="en">
Metrics
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Range" type="RangeType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Reporting" type="DescriptorType" maxOccurs="unbounded"/>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="metrics" type="xs:string" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>