Commit 13128d58 authored by bradburyr's avatar bradburyr
Browse files

Back out capitalisation change.

parent 9c0a4fc4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
			<xs:element ref="sv:schemaVersion"/>
			<xs:element ref="r13:DASHQoEProcedure" minOccurs="0"/>
			<xs:element ref="sv:delimiter"/>
			<xs:element ref="r19:InSessionRepair" minOccurs="0"/>
			<xs:element ref="r19:inSessionRepair" minOccurs="0"/>
			<xs:element ref="sv:delimiter"/>
			<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
		<xs:documentation>Copyright © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.</xs:documentation>
	</xs:annotation>

	<xs:element name="InSessionRepair" type="InSessionRepairType"/>
	<xs:complexType name="InSessionRepairType">
	<xs:element name="inSessionRepair" type="inSessionRepairType"/>
	<xs:complexType name="inSessionRepairType">
		<xs:sequence>
			<xs:element name="ObjectDistributionBaseLocator" type="xs:anyURI" minOccurs="0"/>
			<xs:element name="ObjectRepairBaseLocator" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded"/>