Commit 7f5ad7b2 authored by tappen's avatar tappen
Browse files

add TargetEntityType for LD and LI, and update examples to help differentiate...

add TargetEntityType for LD and LI, and update examples to help differentiate between the existing fields Type and ServiceType and the new field TargetEntityType
parent 8d155ebd
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -56,6 +56,8 @@
                                        <task:Value>442079460223</task:Value>
                                        <task:Value>442079460223</task:Value>
                                    </task:TargetIdentifierValue>
                                    </task:TargetIdentifierValue>
                                </task:TargetIdentifierValues>
                                </task:TargetIdentifierValues>
                                <task:ServiceType>DataType1</task:ServiceType>
                                <task:TargetEntityType>AccountType1</task:TargetEntityType>
                            </task:TargetIdentifier>
                            </task:TargetIdentifier>
                            <task:DeliveryType>
                            <task:DeliveryType>
                                <common:Owner>ETSI</common:Owner>
                                <common:Owner>ETSI</common:Owner>
+2 −0
Original line number Original line Diff line number Diff line
@@ -58,6 +58,8 @@
                                        <task:Value>442079460223</task:Value>
                                        <task:Value>442079460223</task:Value>
                                    </task:RequestValue>
                                    </task:RequestValue>
                                </task:RequestValues>
                                </task:RequestValues>
                                <task:Type>SubscriberData</task:Type>
                                <task:TargetEntityType>AccountType1</task:TargetEntityType>
                            </task:RequestDetails>
                            </task:RequestDetails>
                            <task:DeliveryDetails>
                            <task:DeliveryDetails>
                                <task:LDDeliveryDestination>
                                <task:LDDeliveryDestination>
+2 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,7 @@
        <xs:sequence>
        <xs:sequence>
            <xs:element name="TargetIdentifierValues" type="TargetIdentifierValues" minOccurs="0"/>
            <xs:element name="TargetIdentifierValues" type="TargetIdentifierValues" minOccurs="0"/>
            <xs:element name="ServiceType" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="ServiceType" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="TargetEntityType" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
    <xs:complexType name="TargetIdentifierValues">
    <xs:complexType name="TargetIdentifierValues">
@@ -136,6 +137,7 @@
            <xs:element name="ObservedTimes" type="etsi:QualifiedDateTime" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="ObservedTimes" type="etsi:QualifiedDateTime" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="RequestValues" type="RequestValues" minOccurs="0"/>
            <xs:element name="RequestValues" type="RequestValues" minOccurs="0"/>
            <xs:element name="Subtype" type="RequestSubtype" minOccurs="0"/>
            <xs:element name="Subtype" type="RequestSubtype" minOccurs="0"/>
            <xs:element name="TargetEntityType" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
    <xs:complexType name="RequestValues">
    <xs:complexType name="RequestValues">