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
d48c62f0
Commit
d48c62f0
authored
May 24, 2021
by
canterburym
Browse files
Merge branch 'cr/TS33128/0215' of forge.3gpp.org:sa3/li-trial into test_merge
parents
1a046ad0
f7871e7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
33128/r17/urn_3GPP_ns_li_3GPPStateTransfer.xsd
0 → 100644
View file @
d48c62f0
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:etsiX1=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns=
"urn:3GPP:ns:li:3GPPStateTransfer:r17:v1"
targetNamespace=
"urn:3GPP:ns:li:3GPPStateTransfer:r17:v1"
elementFormDefault=
"qualified"
>
<xs:import
namespace=
"http://uri.etsi.org/03221/X1/2017/10"
/>
<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=
"etsiX1:XId"
></xs:element>
<xs:element
name=
"CorrelationID"
type=
"xs:nonNegativeInteger"
></xs:element>
<xs:element
name=
"TriggeredTasks"
type=
"ListOfTriggeredTasks"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:element
name=
"POILIState"
type=
"POILIState"
></xs:element>
<xs:complexType
name=
"POILIState"
>
<xs:sequence>
<xs:element
name=
"PDUSessionID"
type=
"PDUSessionID"
></xs:element>
<xs:element
name=
"XID"
type=
"etsiX1:XId"
></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=
"ListOfTriggeredTasks"
>
<xs:sequence>
<xs:element
name=
"TriggeredTask"
type=
"TriggeredTask"
minOccurs=
"0"
maxOccurs=
"unbounded"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"TriggeredTask"
>
<xs:sequence>
<xs:element
name=
"XID"
type=
"etsiX1:XId"
></xs:element>
<xs:element
name=
"NEID"
type=
"etsiX1:NeIdentifier"
></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>
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