Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
32ffd1d9
Commit
32ffd1d9
authored
May 21, 2021
by
canterburym
Browse files
From draft_s3i210326-r4v1
parent
15dc994b
Pipeline
#3746
failed with stages
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
33128/r16/urn_3GPP_ns_li_3GPPStateTransfer.xsd
0 → 100644
View file @
32ffd1d9
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:etsi=
"http://uri.etsi.org/03280/common/2017/07"
xmlns=
"urn:3GPP:ns:li:3GPPStateTransfer:r16:v1"
targetNamespace=
"urn:3GPP:ns:li:3GPPStateTransfer:r16:v1"
elementFormDefault=
"qualified"
>
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<xs:element
name=
"TFLIState"
type=
"TFLIState"
></xs:element>
<xs:complexType
name=
"TFLIState"
>
<xs:sequence>
<xs:element
name=
"PDUSessionID"
type=
"PDUSessionID"
></xs:element>
<xs:element
name=
"XID"
type=
"etsi:XID"
></xs:element>
<xs:element
name=
"CorrelationID"
type=
"xs:nonNegativeInteger"
></xs:element>
<xs:element
name=
"TriggeredTasks"
type=
"TriggeredTask"
minOccurs=
"1"
maxOccurs=
"unbounded"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:element
name=
"IRIPOILIState"
type=
"IRIPOILIState"
></xs:element>
<xs:complexType
name=
"IRIPOILIState"
>
<xs:sequence>
<xs:element
name=
"PDUSessionID"
type=
"PDUSessionID"
></xs:element>
<xs:element
name=
"SequenceNumber"
type=
"xs:unsignedInt"
></xs:element>
<xs:element
name=
"CorrelationID"
type=
"xs:nonNegativeInteger"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"TriggeredTask"
>
<xs:sequence>
<xs:element
name=
"XID"
type=
"etsi:XID"
></xs:element>
<xs:element
name=
"NEID"
type=
"xs:token"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType
name=
"PDUSessionID"
>
<xs:restriction
base=
"xs:unsignedInt"
>
<xs:minInclusive
value=
"0"
/>
<xs:maxInclusive
value=
"255"
/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
urn_3GPP_ns_li_3GPPStateTransfer.xsd
0 → 100644
View file @
32ffd1d9
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment