> For the complete documentation index, see [llms.txt](https://opendatafrance.gitbook.io/fablog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opendatafrance.gitbook.io/fablog/espace-arretes/guide-de-reference/regl_modalite.md).

# 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)
