Loading 103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +23 −4 Original line number Diff line number Diff line Loading @@ -805,17 +805,36 @@ </DictionaryEntries> </Dictionary> <Dictionary> <!--NFType: see Clause 7.7.2.2.1 Table 7.X3 --> <!--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.7.2.3.3 Table 7.X5 --> <!--IRIEvents: see Clause 7.8.2.3.3 Table 7.X6 --> <Owner>ETSI</Owner> <Name>IRIEvents</Name> <DictionaryEntries/> <!--No definition so far --> <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>NotDelivered</Value> <Meaning>IRI that matches this policy is not delivered</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Delivered</Value> <Meaning>IRI that matches the policy is delivered</Meaning> </DictionaryEntry> </DictionaryEntries> </Dictionary> </Dictionaries> 103120/schema/xsd/ts_103120_TrafficPolicy.xsd +15 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <xs:sequence> <xs:element name="TrafficPolicyName" type="etsi:ShortString" minOccurs="0"/> <xs:element name="TrafficRules" type="ListOfTrafficRuleReferences" minOccurs="0"/> <xs:element name="IRIRules" type="ListOfIRIRuleReferences" minOccurs="0"/> </xs:sequence> </xs:group> <xs:complexType name="ListOfTrafficRuleReferences"> Loading Loading @@ -109,7 +108,21 @@ <xs:element name="ProvideOriginalLength" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="ListOfIRIRuleReferences"> <xs:complexType name="IRIPolicyObject"> <xs:complexContent> <xs:extension base="core:HI1Object"> <xs:sequence> <xs:group ref="IRIPolicyObjectGroup"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:group name="IRIPolicyObjectGroup"> <xs:sequence> <xs:element name="IRIPolicyName" type="etsi:ShortString" minOccurs="0"/> <xs:element name="IRIRules" type="ListOfTrafficRuleReferences" minOccurs="0"/> </xs:sequence> </xs:group><xs:complexType name="ListOfIRIRuleReferences"> <xs:sequence> <xs:element name="IRIRuleReference" type="IRIRuleReference" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> Loading Loading
103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +23 −4 Original line number Diff line number Diff line Loading @@ -805,17 +805,36 @@ </DictionaryEntries> </Dictionary> <Dictionary> <!--NFType: see Clause 7.7.2.2.1 Table 7.X3 --> <!--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.7.2.3.3 Table 7.X5 --> <!--IRIEvents: see Clause 7.8.2.3.3 Table 7.X6 --> <Owner>ETSI</Owner> <Name>IRIEvents</Name> <DictionaryEntries/> <!--No definition so far --> <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>NotDelivered</Value> <Meaning>IRI that matches this policy is not delivered</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Delivered</Value> <Meaning>IRI that matches the policy is delivered</Meaning> </DictionaryEntry> </DictionaryEntries> </Dictionary> </Dictionaries>
103120/schema/xsd/ts_103120_TrafficPolicy.xsd +15 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <xs:sequence> <xs:element name="TrafficPolicyName" type="etsi:ShortString" minOccurs="0"/> <xs:element name="TrafficRules" type="ListOfTrafficRuleReferences" minOccurs="0"/> <xs:element name="IRIRules" type="ListOfIRIRuleReferences" minOccurs="0"/> </xs:sequence> </xs:group> <xs:complexType name="ListOfTrafficRuleReferences"> Loading Loading @@ -109,7 +108,21 @@ <xs:element name="ProvideOriginalLength" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="ListOfIRIRuleReferences"> <xs:complexType name="IRIPolicyObject"> <xs:complexContent> <xs:extension base="core:HI1Object"> <xs:sequence> <xs:group ref="IRIPolicyObjectGroup"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:group name="IRIPolicyObjectGroup"> <xs:sequence> <xs:element name="IRIPolicyName" type="etsi:ShortString" minOccurs="0"/> <xs:element name="IRIRules" type="ListOfTrafficRuleReferences" minOccurs="0"/> </xs:sequence> </xs:group><xs:complexType name="ListOfIRIRuleReferences"> <xs:sequence> <xs:element name="IRIRuleReference" type="IRIRuleReference" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> Loading