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
34912ba9
Commit
34912ba9
authored
Oct 11, 2021
by
Steije van Schelt
Browse files
Update DeliveryAddress with EndpointID and update example
parent
b6188dbd
Pipeline
#9177
passed with stage
in 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
103120/examples/request6.xml
View file @
34912ba9
...
...
@@ -63,7 +63,10 @@
<task:DeliveryDetails>
<task:LDDeliveryDestination>
<task:DeliveryAddress>
<task:IPv4Address>
192.0.2.0
</task:IPv4Address>
<task:EndpointID>
<CountryCode>
XX
</CountryCode>
<UniqueIdentifier>
ACTOR01
</UniqueIdentifier>
</task:EndpointID>
</task:DeliveryAddress>
</task:LDDeliveryDestination>
</task:DeliveryDetails>
...
...
103120/schema/ts_103120_Task.xsd
View file @
34912ba9
...
...
@@ -85,12 +85,13 @@
<xs:element
name=
"IPv4Address"
type=
"etsi:IPv4Address"
></xs:element>
<xs:element
name=
"IPv6Address"
type=
"etsi:IPv6Address"
></xs:element>
<xs:element
name=
"IPAddressPort"
type=
"etsi:IPAddressPort"
></xs:element>
<xs:element
name=
"IPAddressPortRange"
type=
"etsi:IPAddressPortRange"
></xs:element>
<xs:element
name=
"IPAddressPortRange"
type=
"etsi:IPAddressPortRange"
></xs:element>
<xs:element
name=
"E164Number"
type=
"etsi:InternationalE164"
></xs:element>
<xs:element
name=
"FTPAddress"
type=
"xs:anyURI"
></xs:element>
<xs:element
name=
"URL"
type=
"xs:anyURI"
></xs:element>
<xs:element
name=
"FQDN"
type=
"etsi:LongString"
></xs:element>
<xs:element
name=
"EmailAddress"
type=
"etsi:EmailAddress"
></xs:element>
<xs:element
name=
"EndpointID"
type=
"core:EndpointID"
></xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType
name=
"TaskFlags"
>
...
...
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