Commit b0036aa5 authored by Jason Graham's avatar Jason Graham
Browse files

Update 3 files

- /103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml
- /103120/examples/xml/request10_IRIPolicyObject.xml
- /103221-1/TS_103_221_01.xsd
parent f19ec70b
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -903,4 +903,37 @@
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
        <!--NFType: see Clause 7.8.2.2.2 Table 7.X5 -->
        <Owner>ETSI</Owner>
        <Name>NFType</Name>
        <DictionaryEntries/>
        <!--No definition so far -->
    </Dictionary>
    <Dictionary>
        <!--IRIEvents: see Clause 7.8.2.3.3 Table 7.X6 -->
        <Owner>ETSI</Owner>
        <Name>IRIEvents</Name>
        <DictionaryEntries>
            <DictionaryEntry>
                <Value>All</Value>
                <Meaning>All IRI Events</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
        <!--IRIAction: see Clause 7.6.3 Table 7.25-->
        <Owner>ETSI</Owner>
        <Name>IRIAction</Name>
        <DictionaryEntries>
            <DictionaryEntry>
                <Value>DoNotDeliver</Value>
                <Meaning>IRI that matches this policy is not delivered</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Deliver</Value>
                <Meaning>IRI that matches the policy is delivered</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
</Dictionaries>
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
                                        <tp:IRIEvents>
                                            <common:Owner>ETSI</common:Owner>
                                            <common:Name>IRIEvents</common:Name>
                                            <common:Value>Any</common:Value>
                                            <common:Value>All</common:Value>
                                        </tp:IRIEvents>
                                    </tp:IRIEventCriteria>
                                </tp:Criteria>
+10 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@
            <xs:element name="listOfServiceTypes" type="ListOfServiceTypes" minOccurs="0"/>
            <xs:element name="taskDetailsExtensions" type="TaskDetailsExtensions" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="listOfTrafficPolicyReferences" type="ListOfTrafficPolicyReferences" minOccurs="0"/>
            <xs:element name="listOfIRIPolicyReferences" type="ListOfIRIPolicyReferences" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ListOfTargetIdentifiers">
@@ -252,6 +253,7 @@
            <xs:element name="mediationDetailsExtensions" type="MediationDetailsExtensions" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="serviceScopingOptions" type="ListOfServiceScopingOptions" minOccurs="0"/>
            <xs:element name="listOfTrafficPolicyReferences" type="ListOfTrafficPolicyReferences" minOccurs="0"/>
            <xs:element name="listOfIRIPolicyReferences" type="ListOfIRIPolicyReferences" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ListOfServiceScopingOptions">
@@ -328,6 +330,14 @@
    <xs:simpleType name="TrafficPolicyReference">
        <xs:restriction base="GenericObjectID"/>
    </xs:simpleType>
    <xs:complexType name="ListOfIRIPolicyReferences">
        <xs:sequence>
            <xs:element name="iRIPolicyReference" type="IRIPolicyReference" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="IRIPolicyReference">
        <xs:restriction base="GenericObjectID"/>
    </xs:simpleType>
    <xs:complexType name="ListOfMediationDetails">
        <xs:sequence>
            <xs:element name="mediationDetails" type="MediationDetails" minOccurs="0" maxOccurs="unbounded"/>