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
3eb73fdc
Commit
3eb73fdc
authored
Mar 06, 2020
by
canterburym
Browse files
Changes to XSD
parent
ed58eaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
3gppx1extensions.xsd
View file @
3eb73fdc
...
...
@@ -10,6 +10,46 @@
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"UPFLIT3TargetIdentifierExtensions"
>
<xs:sequence>
<xs:element
name=
"UPFLIT3TargetIdentifier"
type=
"UPFLIT3TargetIdentifier"
minOccurs=
"1"
maxOccurs=
"unbounded"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"UPFLIT3TargetIdentifier"
>
<xs:choice>
<xs:element
name=
"FSEID"
type=
"FSEID"
></xs:element>
<xs:element
name=
"PDRID"
type=
"xs:unsignedInt"
></xs:element>
<xs:element
name=
"QERID"
type=
"xs:unsignedInt"
></xs:element>
<xs:element
name=
"NetworkInstance"
type=
"xs:hexBinary"
></xs:element>
<xs:element
name=
"GTPTunnelDirection"
type=
"GTPTunnelDirection"
></xs:element>
<xs:element
name=
"FTEID"
type=
"FTEID"
></xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType
name=
"FSEID"
>
<xs:sequence>
<xs:element
name=
"SEID"
type=
"xs:unsignedLong"
></xs:element>
<xs:element
name=
"IPv4Address"
type=
"IPv4Address"
minOccurs=
"0"
></xs:element>
<xs:element
name=
"IPv6Address"
type=
"IPv6Address"
minOccurs=
"0"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"FTEID"
>
<xs:sequence>
<xs:element
name=
"TEID"
type=
"xs:unsignedInt"
></xs:element>
<xs:element
name=
"IPv4Address"
type=
"IPv4Address"
minOccurs=
"0"
></xs:element>
<xs:element
name=
"IPv6Address"
type=
"IPv6Address"
minOccurs=
"0"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType
name=
"GTPTunnelDirection"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"Outbound"
></xs:enumeration>
<xs:enumeration
value=
"Inbound"
></xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:complexType
name=
"X1Extension"
>
<xs:choice>
<xs:element
name=
"LALSLILCSTargetProvisioning"
type=
"LALSLILCSTargetProvisioningExtensions"
></xs:element>
...
...
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