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
f2f479b3
Commit
f2f479b3
authored
Feb 17, 2022
by
Steije van Schelt
Browse files
Added ChecksumType fields
parent
fc30228a
Changes
2
Hide whitespace changes
Inline
Side-by-side
103120/schema/ts_103120_Delivery.xsd
View file @
f2f479b3
...
...
@@ -27,7 +27,7 @@
</xs:complexContent>
</xs:complexType>
<xs:complexType
name=
"Reference"
>
<xs:complexType
name=
"Reference"
>
<xs:choice>
<xs:element
name=
"LDID"
type=
"etsi:LDID"
/>
<xs:element
name=
"LIID"
type=
"etsi:LIID"
/>
...
...
@@ -39,7 +39,7 @@
<xs:element
name=
"Specification"
type=
"common:DictionaryEntry"
/>
<xs:element
name=
"ExternalSchema"
type=
"ExternalSchema"
/>
</xs:choice>
</xs:complexType>
</xs:complexType>
<xs:complexType
name=
"ExternalSchema"
>
<xs:sequence>
...
...
@@ -59,7 +59,7 @@
<xs:sequence>
<xs:element
name=
"schema"
xmlns=
"http://www.w3.org/2001/XMLSchema"
></xs:element>
</xs:sequence>
</xs:complexType>
</xs:complexType>
<xs:complexType
name=
"Delivery"
>
<xs:choice>
...
...
@@ -73,6 +73,7 @@
<xs:element
name=
"Data"
type=
"xs:base64Binary"
/>
<xs:element
name=
"ContentType"
type=
"etsi:ShortString"
minOccurs=
"0"
/>
<xs:element
name=
"Checksum"
type=
"etsi:ShortString"
minOccurs=
"0"
/>
<xs:element
name=
"ChecksumType"
type=
"etsi:ShortString"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
...
...
@@ -80,5 +81,5 @@
<xs:sequence>
<xs:any
namespace=
"##other"
minOccurs=
"1"
maxOccurs=
"unbounded"
></xs:any>
</xs:sequence>
</xs:complexType>
</xs:complexType>
</xs:schema>
103120/schema/ts_103120_Document.xsd
View file @
f2f479b3
...
...
@@ -53,6 +53,7 @@
<xs:element
name=
"Contents"
type=
"xs:base64Binary"
minOccurs=
"0"
></xs:element>
<xs:element
name=
"ContentType"
type=
"etsi:ShortString"
minOccurs=
"0"
></xs:element>
<xs:element
name=
"Checksum"
type=
"etsi:ShortString"
minOccurs=
"0"
></xs:element>
<xs:element
name=
"ChecksumType"
type=
"etsi:ShortString"
minOccurs=
"0"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"NationalDocumentParameters"
abstract=
"true"
>
...
...
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