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
b95ee207
Commit
b95ee207
authored
Jul 04, 2022
by
klopstrami
Committed by
canterburym
Jul 04, 2022
Browse files
TS 103 221-1 CR0035 - ErrorResponse for X1 RequestMessageType extensions
parent
3829502f
Changes
1
Show whitespace changes
Inline
Side-by-side
103221-1/TS_103_221_01.xsd
View file @
b95ee207
...
...
@@ -78,6 +78,7 @@
<xs:sequence>
<xs:element
name=
"requestMessageType"
type=
"RequestMessageType"
/>
<xs:element
name=
"errorInformation"
type=
"ErrorInformation"
/>
<xs:element
name=
"extensionInformation"
type=
"ExtensionInformation"
minOccurs=
"0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
@@ -108,6 +109,7 @@
<xs:enumeration
value=
"DeleteObject"
/>
<xs:enumeration
value=
"ListObjectsOfType"
/>
<xs:enumeration
value=
"DeleteAllObjects"
/>
<xs:enumeration
value=
"ExtendedRequestMessageType"
/>
</xs:restriction>
</xs:simpleType>
<xs:complexType
name=
"ErrorInformation"
>
...
...
@@ -116,6 +118,17 @@
<xs:element
name=
"errorDescription"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"ExtensionInformation"
>
<xs:sequence>
<xs:element
name=
"extensionSpecification"
type=
"ExtensionSpecification"
/>
<xs:element
name=
"extendedRequestMessageType"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
<xs:simpleType
name=
"ExtensionSpecification"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"TS133128"
/>
</xs:restriction>
</xs:simpleType>
<!-- Individual Message Definitions -->
<!-- See section 6.2.1 -->
<xs:complexType
name=
"ActivateTaskRequest"
>
...
...
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