The Restriction
object describes a restriction on a roadway or lane. This object is used by the WorkZoneRoadEvent and Lane objects.
Name | Type | Description | Conformance | Notes |
---|---|---|---|---|
type |
RestrictionType | The type of restriction being enforced. | Required | |
value |
Number | A value associated with the restriction, if applicable. | Optional | For example, if type is reduced-height , value and unit together would allow indicating what value the height was reduced to. |
unit |
UnitOfMeasurement | Unit of measurement for the restriction value , if applicable. |
Conditional: required if value is not null. |
Property | Object |
---|---|
restrictions |
WorkZoneRoadEvent |
restrictions |
Lane |