Commit 34912ba9 authored by Steije van Schelt's avatar Steije van Schelt
Browse files

Update DeliveryAddress with EndpointID and update example

parent b6188dbd
Pipeline #9177 passed with stage
in 27 seconds
......@@ -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>
......
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment