@@ -217,8 +217,8 @@ message Identifier
217217
218218// \brief References to external objects
219219//
220- // The external reference is used to identify objects defined in non- OSI
221- // descriptions. This could be other OpenX-Standards as well as user defined
220+ // The external reference is an optional recommendation to refer to objects defined outside of OSI.
221+ // This could be other OpenX standards, 3rd-party standards or user- defined objects.
222222// simulation environments.
223223//
224224message ExternalReference
@@ -233,14 +233,14 @@ message ExternalReference
233233
234234 // The type of the external references
235235 //
236- // Can be used to describe the original source, e.g. OpenDRIVE 1.6
236+ // Must be used to describe the type of the original source.
237237 //
238238 optional string type = 2 ;
239239
240240 // The external identifier reference value.
241241 //
242242 // For a common description of the external identifier, where a wide range
243- // of identification types could be represented, the repeded string is chosen.
243+ // of identification types could be represented, the repeated string is chosen.
244244 //
245245 // E.g. referencing a unique lane in OpenDRIVE
246246 // (RoadId --> String, S-Value of LaneSection --> Double, LaneId --> Int)
@@ -550,4 +550,3 @@ message WavelengthData
550550 //
551551 optional double samples_number = 3 ;
552552}
553-
0 commit comments