Skip to content

Commit 38d9306

Browse files
committed
Remove the version from the comment for OpenX description and use also rDNS. Point out to use lower case field.
Signed-off-by: Georg Seifert <georg.seifert@carissma.eu>
1 parent 31ce4e7 commit 38d9306

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

osi_common.proto

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -240,19 +240,13 @@ message ExternalReference
240240
//
241241
// Must be used to describe the type of the original source.
242242
//
243-
// For OpenX/ASAM standards it is specified as follows,
244-
// the PATCH-Value is optional:
245-
// - OpenDRIVE 1.6
246-
// - OpenDRIVE 1.6.0
247-
// - OpenDRIVE 1.6.1
248-
// - OpenSCENARIO 1.0
249-
// - OpenSCENARIO 1.0.0
250-
// - OpenSCENARIO 1.1
251-
// - OpenSCENARIO 1.1.0
243+
// For OpenX/ASAM standards it is specified as follows:
244+
// - net.asam.opendrive
245+
// - net.asam.openscenario
252246
//
253247
// For third-party standards and user-defined objects the
254-
// Reverse Domain Name Notation is suggested, to guarantee unique
255-
// and interoperable identifications.
248+
// Reverse Domain Name Notation, with lower case type field,
249+
// is suggested, to guarantee unique and interoperable identifications.
256250
//
257251
optional string type = 2;
258252

0 commit comments

Comments
 (0)