Commit b947845b authored by bradburyr's avatar bradburyr
Browse files

Back out capitalisation change and restore formatting broken by XMLSpy.

parent 0dd654fc
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>
+7 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:3gpp:metadata:2005:MBMS:associatedProcedure-rel-19-extension" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:3gpp:metadata:2005:MBMS:associatedProcedure-rel-19-extension" elementFormDefault="qualified">
<xs:schema targetNamespace="urn:3gpp:metadata:2005:MBMS:associatedProcedure-rel-19-extension"
	xmlns="urn:3gpp:metadata:2005:MBMS:associatedProcedure-rel-19-extension"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>MBMS Associated Delivery Procedures Description schema extensions (Release 13)</xs:documentation>
		<xs:documentation>3GPP TS 26.346 clause 9.5.1</xs:documentation>
		<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"/>