Commit 735b86b8 authored by mullers's avatar mullers
Browse files

CC - moved the optional fields to the end of the sequence in DangerousGoodsExtended

DENM - moved relevanceTrafficDirection up in LocationContainer
parent bdd44dd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -45,11 +45,11 @@ SituationContainer ::= SEQUENCE {
}
}


LocationContainer ::= SEQUENCE {
LocationContainer ::= SEQUENCE {
	relevanceTrafficDirection RelevanceTrafficDirection,
	eventSpeed Movement OPTIONAL,
	eventSpeed Movement OPTIONAL,
	eventPositionHeading Direction OPTIONAL,
	eventPositionHeading Direction OPTIONAL,
	traces Traces,
	traces Traces,
	roadClass RoadClass OPTIONAL,
	roadClass RoadClass OPTIONAL
	relevanceTrafficDirection RelevanceTrafficDirection
}
}


ImpactReductionContainer ::= SEQUENCE {
ImpactReductionContainer ::= SEQUENCE {