Commit 5aeca8b9 authored by Jason Graham's avatar Jason Graham
Browse files

Update 2 files

- /103120/schema/xsd/ts_103120_TrafficPolicy.xsd
- /103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml
parent c872d314
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -878,7 +878,7 @@
        <!--No definition so far -->
        <!--No definition so far -->
    </Dictionary>
    </Dictionary>
    <Dictionary>
    <Dictionary>
        <!--IRIEvents: see Clause 7.8.2.3.3 Table 7.X6 -->
        <!--IRIEvents: see Clause 7.8.2.3.3 Table 7.X7 -->
        <Owner>ETSI</Owner>
        <Owner>ETSI</Owner>
        <Name>IRIEvents</Name>
        <Name>IRIEvents</Name>
        <DictionaryEntries>
        <DictionaryEntries>
@@ -889,7 +889,8 @@
        </DictionaryEntries>
        </DictionaryEntries>
    </Dictionary>
    </Dictionary>
    <Dictionary>
    <Dictionary>
         <!--IRIEvents: see Clause ### Table ### -->
         <!--TS 102 232-3 IRIEvents: see Clause 7.8.2.3.3 Table 7.X8 -->
         <!-- This may be better placed in TS 102 232-3 -->
        <Owner>ETSI</Owner>
        <Owner>ETSI</Owner>
        <Name>TS102232-3IRIEvents</Name>
        <Name>TS102232-3IRIEvents</Name>
        <DictionaryEntries>
        <DictionaryEntries>
+8 −3
Original line number Original line Diff line number Diff line
@@ -156,11 +156,16 @@
    </xs:complexType>    
    </xs:complexType>    
    <xs:complexType name="IRICriteria">
    <xs:complexType name="IRICriteria">
        <xs:choice>
        <xs:choice>
            <xs:element name="NFType" type="common:DictionaryEntry"/>
            <xs:element name="NFTypes" type="ListOfNFTypes"/>
            <xs:element name="IRIEventCriteria" type="IRIEventsCriteria"/>
            <xs:element name="IRIEventCriteria" type="IRIEventCriteria"/>
        </xs:choice>
        </xs:choice>
    </xs:complexType>
    </xs:complexType>
    <xs:complexType name="IRIEventsCriteria">
    <xs:complexType name="ListOfNFTypes">
        <xs:sequence>
            <xs:element name="NFType" type="common:DictionaryEntry" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="IRIEventCriteria">
        <xs:sequence>
        <xs:sequence>
            <xs:element name="HandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="HandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="IRIEvents" type="common:DictionaryEntry" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="IRIEvents" type="common:DictionaryEntry" minOccurs="0" maxOccurs="unbounded"/>