Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
TC LI schemas definitions
Commits
2d473c71
Commit
2d473c71
authored
Feb 17, 2022
by
Steije van Schelt
Browse files
Include CGI, ECGI, NCGI and ICCID parameters
parent
fc30228a
Changes
1
Hide whitespace changes
Inline
Side-by-side
103280/TS_103_280.xsd
View file @
2d473c71
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03280/common/2017/07"
version=
"2.
7
.1"
elementFormDefault=
"qualified"
>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03280/common/2017/07"
version=
"2.
8
.1"
elementFormDefault=
"qualified"
>
<xs:simpleType
name=
"ShortString"
>
<xs:restriction
base=
"xs:string"
>
<xs:maxLength
value=
"255"
/>
...
...
@@ -246,4 +246,24 @@
<xs:pattern
value=
"([a-f0-9]{2}:){7}[a-f0-9]{2}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"CGI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9a-f]{14}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"ECGI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9a-f]{14}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"NCGI"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9a-f]{16}"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"ICCID"
>
<xs:restriction
base=
"xs:token"
>
<xs:pattern
value=
"[0-9]{19,20}"
/>
</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