A.5 Trace failure notification file XML schema
32.4223GPPRelease 17Subscriber and equipment traceTelecommunication managementTrace control and configuration managementTS
<?xml version="1.0" encoding="UTF-8"?>
<!–
3GPP TS 32.422 Trace
Trace failure notification file XML schema
traceFailureNotification.xsd
–>
<schema
targetNamespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.422#traceFailureNotification"
elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tfn=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.422#traceFailureNotification"
xmlns:xe=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"
>
<import
namespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"
/>
<!– XML types specific for trace failure notifications –>
<complexType name="TraceReference">
<sequence>
<element name="MCC" type="short" minOccurs="0"/>
<element name="MNC" type="short" minOccurs="0"/>
<element name="TRACE_ID" type="integer"/>
</sequence>
</complexType>
<complexType name="NotifyTraceRecordingSessionFailure">
<complexContent>
<extension base="xe:Notification">
<sequence>
<element name="body">
<complexType>
<sequence>
<element name="NeId" type="string" minOccurs="0"/>
<element name="TraceRecordingSessionReference" type="hexBinary" maxLength="4" minOccurs="0"/>
<element name="TraceReference" type="tfn:TraceReference"/>
<element name="Reason" type="string" minOccurs="0"/>
</sequence>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="NotifyTraceRecordingSessionFailure" type="tr:NotifyTraceRecordingSessionFailure"/>
</schema>
Annex B (informative):Examples for alternative ways to route the Trace file to the TCE