# REGL\_MODALITE

Le champ `REGL_MODALITE` indique soit une interdiction, soit une autorisation

## Autorisation et Interdiction

Une règlementation peut, soit autoriser, soit interdire la circulation de certains véhicules.

> La circulation des poids lourds de plus de 3.5T est interdite

Nous créons une ligne :

<table><thead><tr><th>REGL_MODALITE</th><th>VEH_TYPES</th><th>VEH_TONNAGE</th><th data-hidden>VEH_USAGES</th></tr></thead><tbody><tr><td>Interdit</td><td>Poids lourds</td><td>3.5</td><td></td></tr></tbody></table>

[Voir l'exemple de Septèmes-les-Vallons](https://github.com/CEREMA/schema-arrete-circulation-marchandises/blob/master/exemples/septemes-les-vallons.csv)
