@@ -9570,23 +9570,35 @@ message TrafficSign
95709570 //
95719571 VARIABILITY_OTHER = 1 ;
95729572
9573- // Sign that can change neither semantically nor positionally, e.g.
9574- // fixed immutable traffic sign.
9573+ // Sign that can change neither semantically nor positionally, e.g. a
9574+ // fixed, immutable, non-temporary traffic sign.
95759575 //
95769576 VARIABILITY_FIXED = 2 ;
95779577
9578- // Sign that can change semantically and positionally.
9578+ // Sign that can change semantically and/or positionally, i.e. it is
9579+ // left unspecified in which way the sign may change.
9580+ //
9581+ // \note This value represents a legacy definition. If possible, please
9582+ // use the more specific values below to indicate the exact nature of
9583+ // variability.
95799584 //
95809585 VARIABILITY_VARIABLE = 3 ;
95819586
9582- // Sign that can change positionally but not semantically, e.g.
9583- // temporary immutable traffic sign at construction site.
9587+ // Sign that can change positionally but not semantically, e.g. a
9588+ // temporary, immutable traffic sign at construction site.
9589+ //
9590+ VARIABILITY_MOVABLE = 4 ;
9591+
9592+ // Sign that can change semantically but not positionally, e.g. a
9593+ // digital traffic sign on traffic sign gantry, or an analog prism
9594+ // sign.
95849595 //
9585- VARIABILITY_VARIABLE_MOVABLE = 4 ;
9596+ VARIABILITY_MUTABLE = 5 ;
95869597
9587- // Sign that can change semantically but not positionally, e.g. digital
9588- // traffic sign on traffic sign gantry or analog prism signs.
9598+ // Sign that can change both semantically and positionally, e.g. a
9599+ // temporary, digital traffic sign at a construction site, or a digital
9600+ // traffic sign attached to a road works vehicle.
95899601 //
9590- VARIABILITY_VARIABLE_MUTABLE = 5 ;
9602+ VARIABILITY_MOVABLE_AND_MUTABLE = 6 ;
95919603 }
95929604}
0 commit comments