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
Trial
Commits
6ca254fc
Commit
6ca254fc
authored
May 24, 2022
by
canterburym
Browse files
Maybe http schema
parent
e112f01a
Pipeline
#11556
passed with stage
in 19 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
103120/schema/ts_103120_Core.xsd
View file @
6ca254fc
...
...
@@ -96,6 +96,7 @@
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:element
name=
"GETRequest"
type=
"GETRequest"
></xs:element>
<xs:complexType
name=
"GETRequest"
>
<xs:sequence>
<xs:element
name=
"Identifier"
type=
"ObjectIdentifier"
/>
...
...
103120/schema/ts_103120_http.xsd
0 → 100644
View file @
6ca254fc
<?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:common=
"http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:digsig=
"http://www.w3.org/2000/09/xmldsig#"
xmlns=
"http://uri.etsi.org/03120/common/2019/10/Native"
xmlns:core=
"http://uri.etsi.org/03120/common/2019/10/Core"
targetNamespace=
"http://uri.etsi.org/03120/common/2019/10/Native"
elementFormDefault=
"qualified"
attributeFormDefault=
"unqualified"
>
<xs:import
namespace=
"http://uri.etsi.org/03120/common/2019/10/Core"
/>
<xs:element
name=
"GETRequest"
type=
"core:GETRequest"
></xs:element>
<xs:element
name=
"CREATERequest"
type=
"core:CREATERequest"
></xs:element>
<xs:element
name=
"UPDATERequest"
type=
"core:GETRequest"
></xs:element>
<xs:element
name=
"LISTRequest"
type=
"core:GETRequest"
></xs:element>
<xs:element
name=
"GETRequest"
type=
"core:GETRequest"
></xs:element>
</xs:schema>
\ No newline at end of file
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