chore: regenerate API doc & JSON Schemas

This commit is contained in:
Emmanuel 2025-06-22 00:54:28 +02:00
parent 1a26a08db0
commit 5ec31374c9
166 changed files with 1149 additions and 1616 deletions

View file

@ -7,7 +7,6 @@ _Tricoteuses Légifrance_ is free and open source software.
- [software repository](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance)
- [GNU Affero General Public License version 3 or greater](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance/LICENSE.md)
## documentation
- [Architecture](doc/architecture.md)

View file

@ -1,6 +1,6 @@
**@tricoteuses/legifrance**
***
---
# @tricoteuses/legifrance

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / bestItemForDate
@ -14,7 +14,7 @@ Defined in: legal/index.ts:578
### T
`T` *extends* `object`
`T` _extends_ `object`
## Parameters

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / extractOrigineFromId

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / extractTypeFromId

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / gitPathFromId

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / parseDossierLegislatif

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / walkJoTm
@ -8,7 +8,7 @@
> **walkJoTm**(`tmArray`): `Generator`\<[`JoTm`](../interfaces/JoTm.md), `void`\>
Defined in: legal/jorf.ts:1264
Defined in: legal/jorf.ts:1265
## Parameters

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / walkStructureTree

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / walkTextelrLiensArticles

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / Aggregate
@ -27,19 +27,19 @@ Defined in: aggregates.ts:16
\[`id`: `string`\]: `Article` \| [`JorfArticle`](JorfArticle.md) \| [`LegiArticle`](LegiArticle.md)
***
---
### article\_lien?
### article_lien?
> `optional` **article\_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
> `optional` **article_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
Defined in: aggregates.ts:17
***
---
### dossier\_legislatif?
### dossier_legislatif?
> `optional` **dossier\_legislatif**: `object`
> `optional` **dossier_legislatif**: `object`
Defined in: aggregates.ts:18
@ -47,7 +47,7 @@ Defined in: aggregates.ts:18
\[`id`: `string`\]: [`DossierLegislatif`](DossierLegislatif.md)
***
---
### id?
@ -55,7 +55,7 @@ Defined in: aggregates.ts:18
Defined in: aggregates.ts:19
***
---
### idcc?
@ -67,7 +67,7 @@ Defined in: aggregates.ts:20
\[`id`: `string`\]: `Idcc`
***
---
### ids?
@ -75,7 +75,7 @@ Defined in: aggregates.ts:20
Defined in: aggregates.ts:21
***
---
### jo?
@ -87,11 +87,11 @@ Defined in: aggregates.ts:22
\[`id`: `string`\]: [`Jo`](Jo.md)
***
---
### section\_ta?
### section_ta?
> `optional` **section\_ta**: `object`
> `optional` **section_ta**: `object`
Defined in: aggregates.ts:23
@ -99,11 +99,11 @@ Defined in: aggregates.ts:23
\[`id`: `string`\]: `SectionTa`
***
---
### texte\_version?
### texte_version?
> `optional` **texte\_version**: `object`
> `optional` **texte_version**: `object`
Defined in: aggregates.ts:24
@ -111,15 +111,15 @@ Defined in: aggregates.ts:24
\[`id`: `string`\]: `TexteVersion`
***
---
### texte\_version\_lien?
### texte_version_lien?
> `optional` **texte\_version\_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
> `optional` **texte_version_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
Defined in: aggregates.ts:25
***
---
### textekali?
@ -131,7 +131,7 @@ Defined in: aggregates.ts:26
\[`id`: `string`\]: `Textelr`
***
---
### textelr?
@ -143,7 +143,7 @@ Defined in: aggregates.ts:27
\[`id`: `string`\]: `Textelr`
***
---
### versions?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / ArborescenceLien
@ -21,7 +21,7 @@ Defined in: legal/dole.ts:9
Identifiant du lien. Provient de l'attribut `@id` dans le XSD.
***
---
### @libelle?
@ -31,7 +31,7 @@ Defined in: legal/dole.ts:11
Libellé du lien. Provient de l'attribut `@libelle` dans le XSD.
***
---
### @lien?
@ -41,7 +41,7 @@ Defined in: legal/dole.ts:13
URL du lien. Provient de l'attribut `@lien` dans le XSD.
***
---
### #text?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / ArborescenceNiveau
@ -21,7 +21,7 @@ Defined in: legal/dole.ts:22
Identifiant du niveau. Provient de l'attribut `@id` dans le XSD.
***
---
### @libelle
@ -31,7 +31,7 @@ Defined in: legal/dole.ts:24
Libellé du niveau. Provient de l'attribut `@libelle` dans le XSD.
***
---
### LIEN?
@ -41,7 +41,7 @@ Defined in: legal/dole.ts:26
Tableau de liens (`ArborescenceLien`) présents dans ce niveau.
***
---
### NIVEAU?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / ArticleGitDb
@ -16,7 +16,7 @@ Defined in: legal/shared.ts:1
Defined in: legal/shared.ts:3
***
---
### id
@ -24,7 +24,7 @@ Defined in: legal/shared.ts:3
Defined in: legal/shared.ts:2
***
---
### path

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / ArticleLienDb
@ -10,13 +10,13 @@ Defined in: legal/shared.ts:7
## Properties
### article\_id
### article_id
> **article\_id**: `string`
> **article_id**: `string`
Defined in: legal/shared.ts:8
***
---
### cible
@ -24,7 +24,7 @@ Defined in: legal/shared.ts:8
Defined in: legal/shared.ts:9
***
---
### cidtexte
@ -32,7 +32,7 @@ Defined in: legal/shared.ts:9
Defined in: legal/shared.ts:10
***
---
### id
@ -40,7 +40,7 @@ Defined in: legal/shared.ts:10
Defined in: legal/shared.ts:11
***
---
### typelien

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / DossierLegislatif
@ -42,33 +42,33 @@ Liens (`ArborescenceLien`) à la racine de l'arborescence.
Niveaux (`ArborescenceNiveau`) à la racine de l'arborescence.
#### CONTENU\_DOSSIER\_1?
#### CONTENU_DOSSIER_1?
> `optional` **CONTENU\_DOSSIER\_1**: `string`
> `optional` **CONTENU_DOSSIER_1**: `string`
Contenu relatif au dossier (champ 1). Correspond à `CONTENU_DOSSIER_1` (xs:anyType) dans le XSD.
#### CONTENU\_DOSSIER\_2?
#### CONTENU_DOSSIER_2?
> `optional` **CONTENU\_DOSSIER\_2**: `string`
> `optional` **CONTENU_DOSSIER_2**: `string`
Contenu relatif au dossier (champ 2). Correspond à `CONTENU_DOSSIER_2` (xs:anyType) dans le XSD.
#### CONTENU\_DOSSIER\_3?
#### CONTENU_DOSSIER_3?
> `optional` **CONTENU\_DOSSIER\_3**: `string`
> `optional` **CONTENU_DOSSIER_3**: `string`
Contenu relatif au dossier (champ 3). Correspond à `CONTENU_DOSSIER_3` (xs:anyType) dans le XSD.
#### CONTENU\_DOSSIER\_4?
#### CONTENU_DOSSIER_4?
> `optional` **CONTENU\_DOSSIER\_4**: `string`
> `optional` **CONTENU_DOSSIER_4**: `string`
Contenu relatif au dossier (champ 4). Correspond à `CONTENU_DOSSIER_4` (xs:anyType) dans le XSD.
#### CONTENU\_DOSSIER\_5?
#### CONTENU_DOSSIER_5?
> `optional` **CONTENU\_DOSSIER\_5**: `string`
> `optional` **CONTENU_DOSSIER_5**: `string`
Contenu relatif au dossier (champ 5). Correspond à `CONTENU_DOSSIER_5` (xs:anyType) dans le XSD.
@ -79,43 +79,43 @@ Contenu relatif au dossier (champ 5). Correspond à `CONTENU_DOSSIER_5` (xs:anyT
Échéancier associé au dossier législatif.
Correspond à l'élément `ECHEANCIER` dans `dole_dossier.xsd`.
#### EXPOSE\_MOTIF?
#### EXPOSE_MOTIF?
> `optional` **EXPOSE\_MOTIF**: `string`
> `optional` **EXPOSE_MOTIF**: `string`
Exposé des motifs ou résumé. Correspond à `EXPOSE_MOTIF` (xs:anyType) dans le XSD.
#### LIBELLE\_TEXTE\_1?
#### LIBELLE_TEXTE_1?
> `optional` **LIBELLE\_TEXTE\_1**: `string`
> `optional` **LIBELLE_TEXTE_1**: `string`
Libellé du texte lié 1. Correspond à `LIBELLE_TEXTE_1` dans le XSD.
#### LIBELLE\_TEXTE\_2?
#### LIBELLE_TEXTE_2?
> `optional` **LIBELLE\_TEXTE\_2**: `string`
> `optional` **LIBELLE_TEXTE_2**: `string`
Libellé du texte lié 2. Correspond à `LIBELLE_TEXTE_2` dans le XSD.
#### LIBELLE\_TEXTE\_3?
#### LIBELLE_TEXTE_3?
> `optional` **LIBELLE\_TEXTE\_3**: `string`
> `optional` **LIBELLE_TEXTE_3**: `string`
Libellé du texte lié 3. Correspond à `LIBELLE_TEXTE_3` dans le XSD.
#### LIBELLE\_TEXTE\_4?
#### LIBELLE_TEXTE_4?
> `optional` **LIBELLE\_TEXTE\_4**: `string`
> `optional` **LIBELLE_TEXTE_4**: `string`
Libellé du texte lié 4. Correspond à `LIBELLE_TEXTE_4` dans le XSD.
#### LIBELLE\_TEXTE\_5?
#### LIBELLE_TEXTE_5?
> `optional` **LIBELLE\_TEXTE\_5**: `string`
> `optional` **LIBELLE_TEXTE_5**: `string`
Libellé du texte lié 5. Correspond à `LIBELLE_TEXTE_5` dans le XSD.
***
---
### META
@ -126,125 +126,125 @@ Defined in: legal/dole.ts:84
Métadonnées associées au dossier législatif.
Correspond à l'élément `META` dans `dole_dossier.xsd`.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: `object`
> **META_COMMUN**: `object`
Éléments de métadonnées communs.
Correspond à l'élément `META_COMMUN` dans `dole_dossier.xsd`.
##### META\_COMMUN.ANCIEN\_ID?
##### META_COMMUN.ANCIEN_ID?
> `optional` **ANCIEN\_ID**: `string`
> `optional` **ANCIEN_ID**: `string`
Ancien identifiant, s'il existe. Correspond à `ANCIEN_ID` dans le XSD.
##### META\_COMMUN.ID
##### META_COMMUN.ID
> **ID**: `string`
Identifiant unique du dossier. Correspond à `ID` dans le XSD.
##### META\_COMMUN.ORIGINE
##### META_COMMUN.ORIGINE
> **ORIGINE**: `"JORF"`
Origine des données (ex: "JORF" pour Journal Officiel).
Correspond à `ORIGINE` dans le XSD.
##### META\_COMMUN.URL
##### META_COMMUN.URL
> **URL**: `string`
URL du dossier législatif. Correspond à `URL` dans le XSD.
#### META\_DOSSIER\_LEGISLATIF
#### META_DOSSIER_LEGISLATIF
> **META\_DOSSIER\_LEGISLATIF**: `object`
> **META_DOSSIER_LEGISLATIF**: `object`
Métadonnées spécifiques au dossier législatif.
Correspond à l'élément `META_DOSSIER_LEGISLATIF` dans `dole_dossier.xsd`.
##### META\_DOSSIER\_LEGISLATIF.DATE\_CREATION
##### META_DOSSIER_LEGISLATIF.DATE_CREATION
> **DATE\_CREATION**: `string`
> **DATE_CREATION**: `string`
Date de création du dossier (YYYY-MM-DD). Correspond à `DATE_CREATION` dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.DATE\_DERNIERE\_MODIFICATION
##### META_DOSSIER_LEGISLATIF.DATE_DERNIERE_MODIFICATION
> **DATE\_DERNIERE\_MODIFICATION**: `string`
> **DATE_DERNIERE_MODIFICATION**: `string`
Date de dernière modification du dossier (YYYY-MM-DD). Correspond à `DATE_DERNIERE_MODIFICATION` dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.ID\_TEXTE\_1?
##### META_DOSSIER_LEGISLATIF.ID_TEXTE_1?
> `optional` **ID\_TEXTE\_1**: `string`
> `optional` **ID_TEXTE_1**: `string`
Identifiant du texte lié 1. Correspond à `ID_TEXTE_1` dans le XSD. Commence toujours par JORFTEXT si présent.
##### META\_DOSSIER\_LEGISLATIF.ID\_TEXTE\_2?
##### META_DOSSIER_LEGISLATIF.ID_TEXTE_2?
> `optional` **ID\_TEXTE\_2**: `string`
> `optional` **ID_TEXTE_2**: `string`
Identifiant du texte lié 2. Correspond à `ID_TEXTE_2` dans le XSD. Commence toujours par JORFTEXT si présent.
##### META\_DOSSIER\_LEGISLATIF.ID\_TEXTE\_3?
##### META_DOSSIER_LEGISLATIF.ID_TEXTE_3?
> `optional` **ID\_TEXTE\_3**: `string`
> `optional` **ID_TEXTE_3**: `string`
Identifiant du texte lié 3. Correspond à `ID_TEXTE_3` dans le XSD. Commence toujours par JORFTEXT si présent.
##### META\_DOSSIER\_LEGISLATIF.ID\_TEXTE\_4?
##### META_DOSSIER_LEGISLATIF.ID_TEXTE_4?
> `optional` **ID\_TEXTE\_4**: `string`
> `optional` **ID_TEXTE_4**: `string`
Identifiant du texte lié 4. Correspond à `ID_TEXTE_4` dans le XSD. Commence toujours par JORFTEXT si présent.
##### META\_DOSSIER\_LEGISLATIF.ID\_TEXTE\_5?
##### META_DOSSIER_LEGISLATIF.ID_TEXTE_5?
> `optional` **ID\_TEXTE\_5**: `string`
> `optional` **ID_TEXTE_5**: `string`
Identifiant du texte lié 5. Correspond à `ID_TEXTE_5` dans le XSD. Commence toujours par JORFTEXT si présent.
##### META\_DOSSIER\_LEGISLATIF.LEGISLATURE?
##### META_DOSSIER_LEGISLATIF.LEGISLATURE?
> `optional` **LEGISLATURE**: `object`
Informations sur la législature.
Correspond à l'élément `LEGISLATURE` dans `dole_dossier.xsd`.
##### META\_DOSSIER\_LEGISLATIF.LEGISLATURE.DATE\_DEBUT
##### META_DOSSIER_LEGISLATIF.LEGISLATURE.DATE_DEBUT
> **DATE\_DEBUT**: `string`
> **DATE_DEBUT**: `string`
Date de début de la législature (YYYY-MM-DD). Correspond à `DATE_DEBUT` dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.LEGISLATURE.DATE\_FIN
##### META_DOSSIER_LEGISLATIF.LEGISLATURE.DATE_FIN
> **DATE\_FIN**: `string`
> **DATE_FIN**: `string`
Date de fin de la législature (YYYY-MM-DD). Correspond à `DATE_FIN` dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.LEGISLATURE.LIBELLE
##### META_DOSSIER_LEGISLATIF.LEGISLATURE.LIBELLE
> **LIBELLE**: `string`
Libellé ou nom de la législature. Correspond à `LIBELLE` dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.LEGISLATURE.NUMERO
##### META_DOSSIER_LEGISLATIF.LEGISLATURE.NUMERO
> **NUMERO**: `number`
Numéro de la législature. Correspond à `NUMERO` (xs:string) dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.TITRE
##### META_DOSSIER_LEGISLATIF.TITRE
> **TITRE**: `string`
Titre du dossier législatif. Correspond à `TITRE` dans le XSD.
##### META\_DOSSIER\_LEGISLATIF.TYPE?
##### META_DOSSIER_LEGISLATIF.TYPE?
> `optional` **TYPE**: `"LOI_PUBLIEE"` \| `"PROJET_LOI"` \| `"PROJET_ORDONNANCE"` \| `"PROPOSITION_LOI"` \| `"ORDONNANCE_PUBLIEE"`

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / Echeancier
@ -13,16 +13,16 @@ Correspond à l'élément `ECHEANCIER` dans `dole_dossier.xsd`.
## Properties
### @derniere\_maj?
### @derniere_maj?
> `optional` **@derniere\_maj**: `string`
> `optional` **@derniere_maj**: `string`
Defined in: legal/dole.ts:161
Date de dernière mise à jour de l'échéancier (YYYY-MM-DD).
Provient de l'attribut `@derniere_maj` dans le XSD.
***
---
### LIGNE

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / EcheancierLigne
@ -21,37 +21,37 @@ Defined in: legal/dole.ts:175
Référence de l'article. Correspond à `ARTICLE` dans le XSD.
***
---
### BASE\_LEGALE?
### BASE_LEGALE?
> `optional` **BASE\_LEGALE**: `string`
> `optional` **BASE_LEGALE**: `string`
Defined in: legal/dole.ts:177
Base légale. Correspond à `BASE_LEGALE` dans le XSD.
***
---
### CID\_LOI\_CIBLE?
### CID_LOI_CIBLE?
> `optional` **CID\_LOI\_CIBLE**: `string`
> `optional` **CID_LOI_CIBLE**: `string`
Defined in: legal/dole.ts:179
Identifiant de la loi cible. Correspond à `CID_LOI_CIBLE` dans le XSD. Toujours un ID JORFTEXT.
***
---
### DATE\_PREVUE?
### DATE_PREVUE?
> `optional` **DATE\_PREVUE**: `string`
> `optional` **DATE_PREVUE**: `string`
Defined in: legal/dole.ts:181
Date prévue (YYYY-MM-DD). Correspond à `DATE_PREVUE` dans le XSD.
***
---
### DECRET?
@ -61,11 +61,11 @@ Defined in: legal/dole.ts:183
Référence au décret. Correspond à `DECRET` dans le XSD.
***
---
### LIEN\_ARTICLE?
### LIEN_ARTICLE?
> `optional` **LIEN\_ARTICLE**: `object`[]
> `optional` **LIEN_ARTICLE**: `object`[]
Defined in: legal/dole.ts:188
@ -84,17 +84,17 @@ Identifiant de l'article lié. Provient de l'attribut `@id` dans le XSD. Toujour
Contenu textuel du lien.
***
---
### NUMERO\_ORDRE?
### NUMERO_ORDRE?
> `optional` **NUMERO\_ORDRE**: `string`
> `optional` **NUMERO_ORDRE**: `string`
Defined in: legal/dole.ts:195
Numéro d'ordre de l'élément de l'échéancier. Correspond à `NUMERO_ORDRE` dans le XSD.
***
---
### OBJET?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / GetArticleResult
@ -28,11 +28,11 @@ Defined in: aggregates.ts:16
[`Aggregate`](Aggregate.md).[`article`](Aggregate.md#article)
***
---
### article\_lien?
### article_lien?
> `optional` **article\_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
> `optional` **article_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
Defined in: aggregates.ts:17
@ -40,11 +40,11 @@ Defined in: aggregates.ts:17
[`Aggregate`](Aggregate.md).[`article_lien`](Aggregate.md#article_lien)
***
---
### dossier\_legislatif?
### dossier_legislatif?
> `optional` **dossier\_legislatif**: `object`
> `optional` **dossier_legislatif**: `object`
Defined in: aggregates.ts:18
@ -56,7 +56,7 @@ Defined in: aggregates.ts:18
[`Aggregate`](Aggregate.md).[`dossier_legislatif`](Aggregate.md#dossier_legislatif)
***
---
### follow
@ -64,7 +64,7 @@ Defined in: aggregates.ts:18
Defined in: aggregates.ts:34
***
---
### id
@ -76,7 +76,7 @@ Defined in: aggregates.ts:35
[`Aggregate`](Aggregate.md).[`id`](Aggregate.md#id)
***
---
### idcc?
@ -92,7 +92,7 @@ Defined in: aggregates.ts:20
[`Aggregate`](Aggregate.md).[`idcc`](Aggregate.md#idcc)
***
---
### ids?
@ -104,7 +104,7 @@ Defined in: aggregates.ts:21
[`Aggregate`](Aggregate.md).[`ids`](Aggregate.md#ids)
***
---
### jo?
@ -120,11 +120,11 @@ Defined in: aggregates.ts:22
[`Aggregate`](Aggregate.md).[`jo`](Aggregate.md#jo)
***
---
### section\_ta?
### section_ta?
> `optional` **section\_ta**: `object`
> `optional` **section_ta**: `object`
Defined in: aggregates.ts:23
@ -136,11 +136,11 @@ Defined in: aggregates.ts:23
[`Aggregate`](Aggregate.md).[`section_ta`](Aggregate.md#section_ta)
***
---
### texte\_version?
### texte_version?
> `optional` **texte\_version**: `object`
> `optional` **texte_version**: `object`
Defined in: aggregates.ts:24
@ -152,11 +152,11 @@ Defined in: aggregates.ts:24
[`Aggregate`](Aggregate.md).[`texte_version`](Aggregate.md#texte_version)
***
---
### texte\_version\_lien?
### texte_version_lien?
> `optional` **texte\_version\_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
> `optional` **texte_version_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
Defined in: aggregates.ts:25
@ -164,7 +164,7 @@ Defined in: aggregates.ts:25
[`Aggregate`](Aggregate.md).[`texte_version_lien`](Aggregate.md#texte_version_lien)
***
---
### textekali?
@ -180,7 +180,7 @@ Defined in: aggregates.ts:26
[`Aggregate`](Aggregate.md).[`textekali`](Aggregate.md#textekali)
***
---
### textelr?
@ -196,7 +196,7 @@ Defined in: aggregates.ts:27
[`Aggregate`](Aggregate.md).[`textelr`](Aggregate.md#textelr)
***
---
### versions?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / GetRechercheResult
@ -28,11 +28,11 @@ Defined in: aggregates.ts:16
[`Aggregate`](Aggregate.md).[`article`](Aggregate.md#article)
***
---
### article\_lien?
### article_lien?
> `optional` **article\_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
> `optional` **article_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
Defined in: aggregates.ts:17
@ -40,11 +40,11 @@ Defined in: aggregates.ts:17
[`Aggregate`](Aggregate.md).[`article_lien`](Aggregate.md#article_lien)
***
---
### dossier\_legislatif?
### dossier_legislatif?
> `optional` **dossier\_legislatif**: `object`
> `optional` **dossier_legislatif**: `object`
Defined in: aggregates.ts:18
@ -56,7 +56,7 @@ Defined in: aggregates.ts:18
[`Aggregate`](Aggregate.md).[`dossier_legislatif`](Aggregate.md#dossier_legislatif)
***
---
### follow
@ -64,7 +64,7 @@ Defined in: aggregates.ts:18
Defined in: aggregates.ts:39
***
---
### id?
@ -76,7 +76,7 @@ Defined in: aggregates.ts:40
[`Aggregate`](Aggregate.md).[`id`](Aggregate.md#id)
***
---
### idcc?
@ -92,7 +92,7 @@ Defined in: aggregates.ts:20
[`Aggregate`](Aggregate.md).[`idcc`](Aggregate.md#idcc)
***
---
### ids?
@ -104,7 +104,7 @@ Defined in: aggregates.ts:21
[`Aggregate`](Aggregate.md).[`ids`](Aggregate.md#ids)
***
---
### jo?
@ -120,7 +120,7 @@ Defined in: aggregates.ts:22
[`Aggregate`](Aggregate.md).[`jo`](Aggregate.md#jo)
***
---
### q?
@ -128,11 +128,11 @@ Defined in: aggregates.ts:22
Defined in: aggregates.ts:41
***
---
### section\_ta?
### section_ta?
> `optional` **section\_ta**: `object`
> `optional` **section_ta**: `object`
Defined in: aggregates.ts:23
@ -144,11 +144,11 @@ Defined in: aggregates.ts:23
[`Aggregate`](Aggregate.md).[`section_ta`](Aggregate.md#section_ta)
***
---
### texte\_version?
### texte_version?
> `optional` **texte\_version**: `object`
> `optional` **texte_version**: `object`
Defined in: aggregates.ts:24
@ -160,11 +160,11 @@ Defined in: aggregates.ts:24
[`Aggregate`](Aggregate.md).[`texte_version`](Aggregate.md#texte_version)
***
---
### texte\_version\_lien?
### texte_version_lien?
> `optional` **texte\_version\_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
> `optional` **texte_version_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
Defined in: aggregates.ts:25
@ -172,7 +172,7 @@ Defined in: aggregates.ts:25
[`Aggregate`](Aggregate.md).[`texte_version_lien`](Aggregate.md#texte_version_lien)
***
---
### textekali?
@ -188,7 +188,7 @@ Defined in: aggregates.ts:26
[`Aggregate`](Aggregate.md).[`textekali`](Aggregate.md#textekali)
***
---
### textelr?
@ -204,7 +204,7 @@ Defined in: aggregates.ts:27
[`Aggregate`](Aggregate.md).[`textelr`](Aggregate.md#textelr)
***
---
### versions?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / GetTexteResult
@ -28,11 +28,11 @@ Defined in: aggregates.ts:16
[`Aggregate`](Aggregate.md).[`article`](Aggregate.md#article)
***
---
### article\_lien?
### article_lien?
> `optional` **article\_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
> `optional` **article_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
Defined in: aggregates.ts:17
@ -40,11 +40,11 @@ Defined in: aggregates.ts:17
[`Aggregate`](Aggregate.md).[`article_lien`](Aggregate.md#article_lien)
***
---
### dossier\_legislatif?
### dossier_legislatif?
> `optional` **dossier\_legislatif**: `object`
> `optional` **dossier_legislatif**: `object`
Defined in: aggregates.ts:18
@ -56,7 +56,7 @@ Defined in: aggregates.ts:18
[`Aggregate`](Aggregate.md).[`dossier_legislatif`](Aggregate.md#dossier_legislatif)
***
---
### follow
@ -64,7 +64,7 @@ Defined in: aggregates.ts:18
Defined in: aggregates.ts:45
***
---
### id
@ -76,7 +76,7 @@ Defined in: aggregates.ts:46
[`Aggregate`](Aggregate.md).[`id`](Aggregate.md#id)
***
---
### idcc?
@ -92,7 +92,7 @@ Defined in: aggregates.ts:20
[`Aggregate`](Aggregate.md).[`idcc`](Aggregate.md#idcc)
***
---
### ids?
@ -104,7 +104,7 @@ Defined in: aggregates.ts:21
[`Aggregate`](Aggregate.md).[`ids`](Aggregate.md#ids)
***
---
### jo?
@ -120,11 +120,11 @@ Defined in: aggregates.ts:22
[`Aggregate`](Aggregate.md).[`jo`](Aggregate.md#jo)
***
---
### section\_ta?
### section_ta?
> `optional` **section\_ta**: `object`
> `optional` **section_ta**: `object`
Defined in: aggregates.ts:23
@ -136,11 +136,11 @@ Defined in: aggregates.ts:23
[`Aggregate`](Aggregate.md).[`section_ta`](Aggregate.md#section_ta)
***
---
### texte\_version?
### texte_version?
> `optional` **texte\_version**: `object`
> `optional` **texte_version**: `object`
Defined in: aggregates.ts:24
@ -152,11 +152,11 @@ Defined in: aggregates.ts:24
[`Aggregate`](Aggregate.md).[`texte_version`](Aggregate.md#texte_version)
***
---
### texte\_version\_lien?
### texte_version_lien?
> `optional` **texte\_version\_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
> `optional` **texte_version_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
Defined in: aggregates.ts:25
@ -164,7 +164,7 @@ Defined in: aggregates.ts:25
[`Aggregate`](Aggregate.md).[`texte_version_lien`](Aggregate.md#texte_version_lien)
***
---
### textekali?
@ -180,7 +180,7 @@ Defined in: aggregates.ts:26
[`Aggregate`](Aggregate.md).[`textekali`](Aggregate.md#textekali)
***
---
### textelr?
@ -196,7 +196,7 @@ Defined in: aggregates.ts:27
[`Aggregate`](Aggregate.md).[`textelr`](Aggregate.md#textelr)
***
---
### versions?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / Jo
@ -23,81 +23,81 @@ Defined in: legal/jorf.ts:13
Métadonnées de la publication JO.
Correspond à `META` dans `jorf_conteneur.dtd`.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: `object`
> **META_COMMUN**: `object`
Éléments de métadonnées communs.
Correspond à `META_COMMUN` (défini dans `meta_commun.dtd`).
##### META\_COMMUN.ID
##### META_COMMUN.ID
> **ID**: `string`
Identifiant unique de la publication JO. Provient de `ID` dans `meta_commun.dtd`.
##### META\_COMMUN.ID\_ELI?
##### META_COMMUN.ID_ELI?
> `optional` **ID\_ELI**: `string`
> `optional` **ID_ELI**: `string`
Identifiant Européen de la Législation (ELI) pour le JO. Provient de `ID_ELI` dans `meta_commun.dtd`.
##### META\_COMMUN.NATURE
##### META_COMMUN.NATURE
> **NATURE**: `"JO"`
Nature du document, typiquement "JO". Provient de `NATURE` dans `meta_commun.dtd`.
##### META\_COMMUN.ORIGINE
##### META_COMMUN.ORIGINE
> **ORIGINE**: `"JORF"`
Origine du document, typiquement "JORF". Provient de `ORIGINE` dans `meta_commun.dtd`.
##### META\_COMMUN.URL
##### META_COMMUN.URL
> **URL**: `string`
URL relative de la publication JO. Provient de `URL` dans `meta_commun.dtd`.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques au conteneur JO.
Correspond à `META_SPEC` dans `jorf_conteneur.dtd`.
##### META\_SPEC.META\_CONTENEUR
##### META_SPEC.META_CONTENEUR
> **META\_CONTENEUR**: `object`
> **META_CONTENEUR**: `object`
Métadonnées spécifiques au conteneur.
Correspond à `META_CONTENEUR` dans `jorf_conteneur.dtd`.
Commentaire DTD : "Métadonnées du conteneur JORF".
##### META\_SPEC.META\_CONTENEUR.DATE\_PUBLI
##### META_SPEC.META_CONTENEUR.DATE_PUBLI
> **DATE\_PUBLI**: `string`
> **DATE_PUBLI**: `string`
Date de publication du JO. Provient de `DATE_PUBLI` dans `jorf_conteneur.dtd`.
##### META\_SPEC.META\_CONTENEUR.NUM?
##### META_SPEC.META_CONTENEUR.NUM?
> `optional` **NUM**: `string`
Numéro du JO. Provient de `NUM` dans `jorf_conteneur.dtd`.
##### META\_SPEC.META\_CONTENEUR.TITRE
##### META_SPEC.META_CONTENEUR.TITRE
> **TITRE**: `string`
Titre du JO. Provient de `TITRE` dans `jorf_conteneur.dtd`.
***
---
### STRUCTURE\_TXT?
### STRUCTURE_TXT?
> `optional` **STRUCTURE\_TXT**: `object`
> `optional` **STRUCTURE_TXT**: `object`
Defined in: legal/jorf.ts:55
@ -105,9 +105,9 @@ Structure des textes au sein du JO (table des matières).
Correspond à `STRUCTURE_TXT` dans `jorf_conteneur.dtd`.
Commentaire DTD : "Sommaire du JO. Definit la liste ordonnée des têtiers et des textes composants le JO."
#### LIEN\_TXT?
#### LIEN_TXT?
> `optional` **LIEN\_TXT**: [`JoLienTxt`](JoLienTxt.md)[]
> `optional` **LIEN_TXT**: [`JoLienTxt`](JoLienTxt.md)[]
Tableau de liens vers les textes publiés dans ce JO.

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JoLienTxt
@ -22,7 +22,7 @@ Defined in: legal/jorf.ts:70
Identifiant du texte lié. Provient de l'attribut `idtxt`.
***
---
### @titretxt?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JoTm
@ -22,27 +22,27 @@ Defined in: legal/jorf.ts:809
Niveau d'imbrication de cet élément TM. Provient de l'attribut `niv`.
***
---
### LIEN\_TXT?
### LIEN_TXT?
> `optional` **LIEN\_TXT**: [`JoLienTxt`](JoLienTxt.md)[]
> `optional` **LIEN_TXT**: [`JoLienTxt`](JoLienTxt.md)[]
Defined in: legal/jorf.ts:811
Liens vers des textes à ce niveau de TM.
***
---
### TITRE\_TM
### TITRE_TM
> **TITRE\_TM**: `string`
> **TITRE_TM**: `string`
Defined in: legal/jorf.ts:813
Titre de ce niveau de TM. Provient de l'élément `TITRE_TM`.
***
---
### TM?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticle
@ -14,9 +14,9 @@ Commentaire DTD : "Décrit toutes les informations relatives à un article JORF"
## Properties
### BLOC\_TEXTUEL?
### BLOC_TEXTUEL?
> `optional` **BLOC\_TEXTUEL**: `object`
> `optional` **BLOC_TEXTUEL**: `object`
Defined in: legal/jorf.ts:92
@ -30,7 +30,7 @@ Commentaire DTD : "Contenu textuel".
Contenu HTML de l'article.
***
---
### CONTEXTE
@ -56,15 +56,15 @@ Commentaire DTD : "Rappel du texte parent et de ses différentes versions".
Identifiant commun à toutes les versions du texte parent. Provient de l'attribut `cid`.
##### TEXTE.@date\_publi
##### TEXTE.@date_publi
> **@date\_publi**: `string`
> **@date_publi**: `string`
Date de publication du texte parent. Provient de l'attribut `date_publi`.
##### TEXTE.@date\_signature
##### TEXTE.@date_signature
> **@date\_signature**: `string`
> **@date_signature**: `string`
Date de signature du texte parent. Provient de l'attribut `date_signature`.
@ -86,15 +86,15 @@ Identifiant NOR du texte parent. Provient de l'attribut `nor`.
Numéro du texte parent. Provient de l'attribut `num`.
##### TEXTE.@num\_parution\_jo?
##### TEXTE.@num_parution_jo?
> `optional` **@num\_parution\_jo**: `string`
> `optional` **@num_parution_jo**: `string`
Numéro de parution au JO pour le texte parent. Provient de l'attribut `num_parution_jo`.
##### TEXTE.TITRE\_TXT?
##### TEXTE.TITRE_TXT?
> `optional` **TITRE\_TXT**: `object`[]
> `optional` **TITRE_TXT**: `object`[]
Titres des versions du texte parent.
Correspond aux éléments `TITRE_TXT` dans `jorf_article.dtd`.
@ -108,7 +108,7 @@ Hiérarchie de la table des matières pour le texte parent.
Correspond aux éléments `TM` imbriqués dans `jorf_article.dtd`.
Commentaire DTD : "Têtier parent".
***
---
### META
@ -119,75 +119,75 @@ Defined in: legal/jorf.ts:151
Métadonnées de l'article.
Correspond à `META` dans `jorf_article.dtd`.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: `object`
> **META_COMMUN**: `object`
Éléments de métadonnées communs.
Correspond à `META_COMMUN` (défini dans `meta_commun.dtd`).
##### META\_COMMUN.ANCIEN\_ID?
##### META_COMMUN.ANCIEN_ID?
> `optional` **ANCIEN\_ID**: `string`
> `optional` **ANCIEN_ID**: `string`
Ancien identifiant. Provient de `ANCIEN_ID`.
##### META\_COMMUN.ELI\_ALIAS?
##### META_COMMUN.ELI_ALIAS?
> `optional` **ELI\_ALIAS**: `object`
> `optional` **ELI_ALIAS**: `object`
Alias de l'Identifiant Européen de la Législation (ELI). Provient de `ELI_ALIAS/ID_ELI_ALIAS`.
##### META\_COMMUN.ELI\_ALIAS.ID\_ELI\_ALIAS
##### META_COMMUN.ELI_ALIAS.ID_ELI_ALIAS
> **ID\_ELI\_ALIAS**: `string`
> **ID_ELI_ALIAS**: `string`
##### META\_COMMUN.ID
##### META_COMMUN.ID
> **ID**: `string`
Identifiant unique de l'article. Provient de `ID`.
##### META\_COMMUN.ID\_ELI?
##### META_COMMUN.ID_ELI?
> `optional` **ID\_ELI**: `string`
> `optional` **ID_ELI**: `string`
Identifiant Européen de la Législation (ELI). Provient de `ID_ELI`.
##### META\_COMMUN.NATURE?
##### META_COMMUN.NATURE?
> `optional` **NATURE**: `"Article"`
Nature du document (ex: "Article"). Provient de `NATURE`.
##### META\_COMMUN.ORIGINE
##### META_COMMUN.ORIGINE
> **ORIGINE**: `"JORF"`
Origine du document (ex: "JORF"). Provient de `ORIGINE`.
##### META\_COMMUN.URL
##### META_COMMUN.URL
> **URL**: `string`
URL relative du document. Provient de `URL`.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques à l'article.
Correspond à `META_SPEC` dans `jorf_article.dtd`.
##### META\_SPEC.META\_ARTICLE
##### META_SPEC.META_ARTICLE
> **META\_ARTICLE**: [`JorfArticleMetaArticle`](JorfArticleMetaArticle.md)
> **META_ARTICLE**: [`JorfArticleMetaArticle`](JorfArticleMetaArticle.md)
Métadonnées spécifiques à l'article.
Correspond à `META_ARTICLE` dans `jorf_article.dtd`.
Commentaire DTD : "Metadonnees specifiques aux articles".
***
---
### VERSIONS

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleMetaArticle
@ -13,29 +13,29 @@ Correspond à `META_ARTICLE` dans `jorf_article.dtd`.
## Properties
### DATE\_DEBUT
### DATE_DEBUT
> **DATE\_DEBUT**: `string`
> **DATE_DEBUT**: `string`
Defined in: legal/jorf.ts:216
Date d'entrée en vigueur de l'article. Provient de `DATE_DEBUT`.
***
---
### DATE\_FIN
### DATE_FIN
> **DATE\_FIN**: `string`
> **DATE_FIN**: `string`
Defined in: legal/jorf.ts:218
Date de fin de vigueur de l'article. Provient de `DATE_FIN`.
***
---
### MCS\_ART?
### MCS_ART?
> `optional` **MCS\_ART**: `object`
> `optional` **MCS_ART**: `object`
Defined in: legal/jorf.ts:223
@ -46,7 +46,7 @@ Correspond à `MCS_ART` et ses éléments `MC` ("Libellé du mot clé") dans `jo
> **MC**: `string`[]
***
---
### NUM?
@ -56,7 +56,7 @@ Defined in: legal/jorf.ts:225
Numéro de l'article (ex: "2-4"). Provient de `NUM`.
***
---
### TYPE?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleTm
@ -13,9 +13,9 @@ Correspond à la structure récursive de l'élément `TM` dans `jorf_article.dtd
## Properties
### TITRE\_TM
### TITRE_TM
> **TITRE\_TM**: `object`
> **TITRE_TM**: `object`
Defined in: legal/jorf.ts:249
@ -47,7 +47,7 @@ Identifiant interne de ce niveau de TM. Provient de l'attribut `id`.
Contenu textuel du titre de la TM.
***
---
### TM?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleVersion
@ -22,11 +22,11 @@ Defined in: legal/jorf.ts:270
Statut juridique de l'article dans cette version. Provient de l'attribut `etat`.
***
---
### LIEN\_ART
### LIEN_ART
> **LIEN\_ART**: `object`
> **LIEN_ART**: `object`
Defined in: legal/jorf.ts:275

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfMetaTexteChronicle
@ -22,27 +22,27 @@ Defined in: legal/jorf.ts:301
Identifiant commun à toutes les versions du texte. Provient de `CID`.
***
---
### DATE\_PUBLI
### DATE_PUBLI
> **DATE\_PUBLI**: `string`
> **DATE_PUBLI**: `string`
Defined in: legal/jorf.ts:303
Date de publication du texte. Provient de `DATE_PUBLI`.
***
---
### DATE\_TEXTE
### DATE_TEXTE
> **DATE\_TEXTE**: `string`
> **DATE_TEXTE**: `string`
Defined in: legal/jorf.ts:305
Date de signature du texte. Provient de `DATE_TEXTE`.
***
---
### NOR?
@ -52,7 +52,7 @@ Defined in: legal/jorf.ts:307
Identifiant NOR du texte. Provient de `NOR`.
***
---
### NUM?
@ -62,51 +62,51 @@ Defined in: legal/jorf.ts:309
Numéro du texte. Provient de `NUM`.
***
---
### NUM\_PARUTION?
### NUM_PARUTION?
> `optional` **NUM\_PARUTION**: `number`
> `optional` **NUM_PARUTION**: `number`
Defined in: legal/jorf.ts:311
Numéro de parution au JO. Provient de `NUM_PARUTION`.
***
---
### NUM\_SEQUENCE?
### NUM_SEQUENCE?
> `optional` **NUM\_SEQUENCE**: `number`
> `optional` **NUM_SEQUENCE**: `number`
Defined in: legal/jorf.ts:313
Numéro de séquence dans le JO. Provient de `NUM_SEQUENCE`.
***
---
### ORIGINE\_PUBLI?
### ORIGINE_PUBLI?
> `optional` **ORIGINE\_PUBLI**: `string`
> `optional` **ORIGINE_PUBLI**: `string`
Defined in: legal/jorf.ts:315
Origine de la publication (ex: titre du JO). Provient de `ORIGINE_PUBLI`.
***
---
### PAGE\_DEB\_PUBLI?
### PAGE_DEB_PUBLI?
> `optional` **PAGE\_DEB\_PUBLI**: `number`
> `optional` **PAGE_DEB_PUBLI**: `number`
Defined in: legal/jorf.ts:317
Page de début de la publication dans le JO. Provient de `PAGE_DEB_PUBLI`.
***
---
### PAGE\_FIN\_PUBLI?
### PAGE_FIN_PUBLI?
> `optional` **PAGE\_FIN\_PUBLI**: `number`
> `optional` **PAGE_FIN_PUBLI**: `number`
Defined in: legal/jorf.ts:319

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfMetaTexteVersion
@ -21,27 +21,27 @@ Defined in: legal/jorf.ts:328
Autorité émettrice. Provient de `AUTORITE`.
***
---
### DATE\_DEBUT?
### DATE_DEBUT?
> `optional` **DATE\_DEBUT**: `string`
> `optional` **DATE_DEBUT**: `string`
Defined in: legal/jorf.ts:330
Date d'entrée en vigueur (non typiquement utilisé pour JORF). Provient de `DATE_DEBUT`.
***
---
### DATE\_FIN?
### DATE_FIN?
> `optional` **DATE\_FIN**: `string`
> `optional` **DATE_FIN**: `string`
Defined in: legal/jorf.ts:332
Date de fin de vigueur (non typiquement utilisé pour JORF). Provient de `DATE_FIN`.
***
---
### LIENS?
@ -58,11 +58,11 @@ Correspond à `LIENS` dans `jorf_texte_version.dtd`.
Tableau d'éléments de lien.
***
---
### MCS\_TXT?
### MCS_TXT?
> `optional` **MCS\_TXT**: `object`
> `optional` **MCS_TXT**: `object`
Defined in: legal/jorf.ts:345
@ -75,7 +75,7 @@ Correspond à `MCS_TXT` et ses éléments `MC` ("Mot clé du texte") dans `jorf_
Tableau de mots-clés (MC = Mot Clé).
***
---
### MINISTERE?
@ -85,7 +85,7 @@ Defined in: legal/jorf.ts:350
Ministère émetteur. Provient de `MINISTERE`.
***
---
### TITRE?
@ -95,7 +95,7 @@ Defined in: legal/jorf.ts:352
Titre court de la version du texte. Provient de `TITRE`.
***
---
### TITREFULL?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTa
@ -22,7 +22,7 @@ Defined in: legal/jorf.ts:366
Commentaire associé à la section. Provient de `COMMENTAIRE`.
***
---
### CONTEXTE
@ -48,13 +48,13 @@ Informations sur le texte JORF parent.
> **@cid**: `string`
##### TEXTE.@date\_publi
##### TEXTE.@date_publi
> **@date\_publi**: `string`
> **@date_publi**: `string`
##### TEXTE.@date\_signature
##### TEXTE.@date_signature
> **@date\_signature**: `string`
> **@date_signature**: `string`
##### TEXTE.@ministere?
@ -62,7 +62,7 @@ Informations sur le texte JORF parent.
##### TEXTE.@nature?
> `optional` **@nature**: `"ACCORD"` \| `"ARRETE"` \| `"AVENANT"` \| `"AVIS"` \| `"CIRCULAIRE"` \| `"DECISION"` \| `"DECRET"` \| `"DELIBERATION"` \| `"LOI_ORGANIQUE"` \| `"LOI"` \| `"ORDONNANCE"` \| `"PROTOCOLE"` \| `"RAPPORT"` \| `"MODIFICATION"` \| `"ACCORD_FONCTION_PUBLIQUE"` \| `"ADDITIF"` \| `"Accord multilatéral"` \| `"CONVENTION"` \| `"DECLARATION"` \| `"DIRECTIVE"` \| `"INFORMATIONS_PARLEMENTAIRES"` \| `"INSTRUCTION"` \| `"LISTE"` \| `"PROPOSITION"` \| `"RECOMMANDATION"` \| `"REGLEMENT"` \| `"RESULTATS"` \| `"SAISINE"` \| `"TABLEAU"`
> `optional` **@nature**: `"ACCORD"` \| `"ARRETE"` \| `"AVENANT"` \| `"AVIS"` \| `"CIRCULAIRE"` \| `"DECISION"` \| `"DECRET"` \| `"DELIBERATION"` \| `"LOI_ORGANIQUE"` \| `"LOI"` \| `"ORDONNANCE"` \| `"PROTOCOLE"` \| `"RAPPORT"` \| `"MODIFICATION"` \| `"ACCORD_FONCTION_PUBLIQUE"` \| `"ADDITIF"` \| `"ANNONCES"` \| `"Accord multilatéral"` \| `"CONVENTION"` \| `"DECLARATION"` \| `"DIRECTIVE"` \| `"INFORMATIONS_PARLEMENTAIRES"` \| `"INSTRUCTION"` \| `"LISTE"` \| `"PROPOSITION"` \| `"RECOMMANDATION"` \| `"REGLEMENT"` \| `"RESULTATS"` \| `"SAISINE"` \| `"TABLEAU"`
##### TEXTE.@nor?
@ -72,13 +72,13 @@ Informations sur le texte JORF parent.
> `optional` **@num**: `string`
##### TEXTE.@num\_parution\_jo?
##### TEXTE.@num_parution_jo?
> `optional` **@num\_parution\_jo**: `string`
> `optional` **@num_parution_jo**: `string`
##### TEXTE.TITRE\_TXT
##### TEXTE.TITRE_TXT
> **TITRE\_TXT**: `object`[]
> **TITRE_TXT**: `object`[]
Titres des versions du texte parent.
@ -88,7 +88,7 @@ Titres des versions du texte parent.
Hiérarchie de la table des matières pour le texte parent.
***
---
### ID
@ -98,11 +98,11 @@ Defined in: legal/jorf.ts:364
Identifiant de la section. Provient de `ID`.
***
---
### STRUCTURE\_TA?
### STRUCTURE_TA?
> `optional` **STRUCTURE\_TA**: [`JorfSectionTaStructure`](JorfSectionTaStructure.md)
> `optional` **STRUCTURE_TA**: [`JorfSectionTaStructure`](JorfSectionTaStructure.md)
Defined in: legal/jorf.ts:403
@ -110,11 +110,11 @@ Structure de cette section, liant vers des sous-sections ou des articles.
Correspond à `STRUCTURE_TA` dans `jorf_section_ta.dtd`.
Commentaire DTD : "Structure de la section. Présente la succession des sections filles et des articles de la section courante".
***
---
### TITRE\_TA?
### TITRE_TA?
> `optional` **TITRE\_TA**: `string`
> `optional` **TITRE_TA**: `string`
Defined in: legal/jorf.ts:397

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaLienArt
@ -21,7 +21,7 @@ Defined in: legal/jorf.ts:412
Date de début de validité. Provient de l'attribut `debut`.
***
---
### @etat?
@ -31,7 +31,7 @@ Defined in: legal/jorf.ts:414
Statut juridique. Provient de l'attribut `etat`.
***
---
### @fin
@ -41,7 +41,7 @@ Defined in: legal/jorf.ts:416
Date de fin de validité. Provient de l'attribut `fin`.
***
---
### @id
@ -51,7 +51,7 @@ Defined in: legal/jorf.ts:418
Identifiant de l'article lié. Provient de l'attribut `id`.
***
---
### @num?
@ -61,7 +61,7 @@ Defined in: legal/jorf.ts:420
Numéro de l'article lié. Provient de l'attribut `num`.
***
---
### @origine?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaLienSectionTa
@ -21,7 +21,7 @@ Defined in: legal/jorf.ts:441
CID de la section liée. Provient de l'attribut `cid`.
***
---
### @debut
@ -31,7 +31,7 @@ Defined in: legal/jorf.ts:443
Date de début de validité. Provient de l'attribut `debut`.
***
---
### @fin
@ -41,7 +41,7 @@ Defined in: legal/jorf.ts:446
Date de fin de validité. Provient de l'attribut `fin`.
***
---
### @id
@ -51,7 +51,7 @@ Defined in: legal/jorf.ts:448
Identifiant de la section liée. Provient de l'attribut `id`.
***
---
### @niv
@ -61,7 +61,7 @@ Defined in: legal/jorf.ts:450
Niveau d'imbrication. Provient de l'attribut `niv`.
***
---
### @url
@ -71,7 +71,7 @@ Defined in: legal/jorf.ts:452
URL/chemin vers le fichier XML de la section liée. Provient de l'attribut `url`.
***
---
### #text?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaStructure
@ -13,19 +13,19 @@ Correspond à `STRUCTURE_TA` dans `jorf_section_ta.dtd`.
## Properties
### LIEN\_ART?
### LIEN_ART?
> `optional` **LIEN\_ART**: [`JorfSectionTaLienArt`](JorfSectionTaLienArt.md)[]
> `optional` **LIEN_ART**: [`JorfSectionTaLienArt`](JorfSectionTaLienArt.md)[]
Defined in: legal/jorf.ts:465
Tableau de liens vers des articles au sein de cette section.
***
---
### LIEN\_SECTION\_TA?
### LIEN_SECTION_TA?
> `optional` **LIEN\_SECTION\_TA**: [`JorfSectionTaLienSectionTa`](JorfSectionTaLienSectionTa.md)[]
> `optional` **LIEN_SECTION_TA**: [`JorfSectionTaLienSectionTa`](JorfSectionTaLienSectionTa.md)[]
Defined in: legal/jorf.ts:467

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaTm
@ -13,9 +13,9 @@ Similaire à `JorfArticleTm`.
## Properties
### TITRE\_TM
### TITRE_TM
> **TITRE\_TM**: `object`
> **TITRE_TM**: `object`
Defined in: legal/jorf.ts:480
@ -45,7 +45,7 @@ Identifiant du niveau de TM.
Contenu textuel du titre de la TM.
***
---
### TM?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteMetaCommun
@ -12,29 +12,29 @@ Représente les métadonnées communes pour les textes JORF, un profil spécifiq
## Properties
### ANCIEN\_ID?
### ANCIEN_ID?
> `optional` **ANCIEN\_ID**: `string`
> `optional` **ANCIEN_ID**: `string`
Defined in: legal/jorf.ts:651
Ancien identifiant. Provient de `ANCIEN_ID`.
***
---
### ELI\_ALIAS?
### ELI_ALIAS?
> `optional` **ELI\_ALIAS**: `object`
> `optional` **ELI_ALIAS**: `object`
Defined in: legal/jorf.ts:653
Alias de l'Identifiant Européen de la Législation (ELI). Provient de `ELI_ALIAS/ID_ELI_ALIAS`.
#### ID\_ELI\_ALIAS
#### ID_ELI_ALIAS
> **ID\_ELI\_ALIAS**: `string`
> **ID_ELI_ALIAS**: `string`
***
---
### ID
@ -44,17 +44,17 @@ Defined in: legal/jorf.ts:657
Identifiant unique du document texte JORF. Provient de `ID`.
***
---
### ID\_ELI?
### ID_ELI?
> `optional` **ID\_ELI**: `string`
> `optional` **ID_ELI**: `string`
Defined in: legal/jorf.ts:659
Identifiant Européen de la Législation (ELI). Provient de `ID_ELI`.
***
---
### NATURE?
@ -64,7 +64,7 @@ Defined in: legal/jorf.ts:661
Nature du document texte JORF. Provient de `NATURE`.
***
---
### ORIGINE
@ -74,7 +74,7 @@ Defined in: legal/jorf.ts:663
Origine du document (typiquement "JORF"). Provient de `ORIGINE`.
***
---
### URL

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteVersion
@ -27,7 +27,7 @@ Correspond à `ABRO/CONTENU` dans `jorf_texte_version.dtd`.
> **CONTENU**: `string`
***
---
### ENTREPRISE?
@ -39,22 +39,22 @@ Informations relatives aux entreprises, le cas échéant.
Correspond à l'élément `ENTREPRISE` dans `jorf_texte_version.dtd`.
Commentaire DTD : "Rubrique entreprise".
#### @texte\_entreprise
#### @texte_entreprise
> **@texte\_entreprise**: `"non"` \| `"oui"`
> **@texte_entreprise**: `"non"` \| `"oui"`
Indique si le texte est relatif à une "entreprise". Provient de l'attribut `texte_entreprise`.
#### DATES\_EFFET?
#### DATES_EFFET?
> `optional` **DATES\_EFFET**: `object`
> `optional` **DATES_EFFET**: `object`
Dates d'effet pour les aspects relatifs aux entreprises.
Correspond à `DATES_EFFET/DATE_EFFET` dans `jorf_texte_version.dtd`.
##### DATES\_EFFET.DATE\_EFFET
##### DATES_EFFET.DATE_EFFET
> **DATE\_EFFET**: `string`[]
> **DATE_EFFET**: `string`[]
#### DOMAINES?
@ -67,7 +67,7 @@ Correspond à `DOMAINES/DOMAINE` dans `jorf_texte_version.dtd`.
> **DOMAINE**: `string`[]
***
---
### META
@ -77,31 +77,31 @@ Defined in: legal/jorf.ts:711
Métadonnées pour cette version de texte JORF.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: [`JorfTexteMetaCommun`](JorfTexteMetaCommun.md)
> **META_COMMUN**: [`JorfTexteMetaCommun`](JorfTexteMetaCommun.md)
Métadonnées communes.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques.
##### META\_SPEC.META\_TEXTE\_CHRONICLE
##### META_SPEC.META_TEXTE_CHRONICLE
> **META\_TEXTE\_CHRONICLE**: [`JorfMetaTexteChronicle`](JorfMetaTexteChronicle.md)
> **META_TEXTE_CHRONICLE**: [`JorfMetaTexteChronicle`](JorfMetaTexteChronicle.md)
Métadonnées chronologiques.
##### META\_SPEC.META\_TEXTE\_VERSION
##### META_SPEC.META_TEXTE_VERSION
> **META\_TEXTE\_VERSION**: [`JorfMetaTexteVersion`](JorfMetaTexteVersion.md)
> **META_TEXTE_VERSION**: [`JorfMetaTexteVersion`](JorfMetaTexteVersion.md)
Métadonnées spécifiques à la version.
***
---
### NOTICE?
@ -116,7 +116,7 @@ Correspond à `NOTICE/CONTENU` dans `jorf_texte_version.dtd`.
> **CONTENU**: `string`
***
---
### RECT?
@ -131,7 +131,7 @@ Correspond à `RECT/CONTENU` dans `jorf_texte_version.dtd`.
> **CONTENU**: `string`
***
---
### SIGNATAIRES?
@ -146,7 +146,7 @@ Correspond à `SIGNATAIRES/CONTENU` dans `jorf_texte_version.dtd`.
> **CONTENU**: `string`
***
---
### SM?
@ -162,7 +162,7 @@ Commentaire DTD : "Résumé LEX".
> **CONTENU**: `string`
***
---
### TP?
@ -177,7 +177,7 @@ Correspond à `TP/CONTENU` dans `jorf_texte_version.dtd`.
> **CONTENU**: `string`
***
---
### VISAS?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteVersionLien
@ -21,7 +21,7 @@ Defined in: legal/jorf.ts:775
Identifiant interne du texte cible si interne. Provient de l'attribut `cidtexte`.
***
---
### @datesignatexte?
@ -31,7 +31,7 @@ Defined in: legal/jorf.ts:777
Date de signature du texte cible. Provient de l'attribut `datesignatexte`.
***
---
### @id?
@ -41,7 +41,7 @@ Defined in: legal/jorf.ts:779
Identifiant de l'élément cible. Provient de l'attribut `id`.
***
---
### @naturetexte?
@ -51,7 +51,7 @@ Defined in: legal/jorf.ts:781
Nature du texte cible. Provient de l'attribut `naturetexte`.
***
---
### @nortexte?
@ -61,7 +61,7 @@ Defined in: legal/jorf.ts:783
Identifiant NOR du texte cible. Provient de l'attribut `nortexte`.
***
---
### @num?
@ -71,7 +71,7 @@ Defined in: legal/jorf.ts:785
Numéro du texte ou de l'élément cible. Provient de l'attribut `num`.
***
---
### @numtexte?
@ -81,7 +81,7 @@ Defined in: legal/jorf.ts:787
(Obsolète?) Numéro du texte cible. Provient de l'attribut `numtexte`.
***
---
### @sens
@ -91,7 +91,7 @@ Defined in: legal/jorf.ts:789
Sens du lien. Provient de l'attribut `sens`.
***
---
### @typelien
@ -101,7 +101,7 @@ Defined in: legal/jorf.ts:791
Type du lien. Provient de l'attribut `typelien`.
***
---
### #text?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelr
@ -22,25 +22,25 @@ Defined in: legal/jorf.ts:519
Métadonnées pour la structure du texte.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: [`JorfTexteMetaCommun`](JorfTexteMetaCommun.md)
> **META_COMMUN**: [`JorfTexteMetaCommun`](JorfTexteMetaCommun.md)
Métadonnées communes, adaptées pour les textes JORF.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques pour la structure du texte.
##### META\_SPEC.META\_TEXTE\_CHRONICLE
##### META_SPEC.META_TEXTE_CHRONICLE
> **META\_TEXTE\_CHRONICLE**: [`JorfMetaTexteChronicle`](JorfMetaTexteChronicle.md)
> **META_TEXTE_CHRONICLE**: [`JorfMetaTexteChronicle`](JorfMetaTexteChronicle.md)
Métadonnées chronologiques pour le texte.
***
---
### STRUCT?
@ -52,7 +52,7 @@ La hiérarchie structurelle (table des matières) du texte JORF.
Correspond à `STRUCT` dans `jorf_texte_struct.dtd`.
Commentaire DTD pour `STRUCT` dans `TEXTELR` : "Historique de la structure".
***
---
### VERSIONS

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrLienArt
@ -21,7 +21,7 @@ Defined in: legal/jorf.ts:556
Date de début de validité.
***
---
### @etat?
@ -31,7 +31,7 @@ Defined in: legal/jorf.ts:558
Statut juridique.
***
---
### @fin
@ -41,7 +41,7 @@ Defined in: legal/jorf.ts:560
Date de fin de validité.
***
---
### @id
@ -51,7 +51,7 @@ Defined in: legal/jorf.ts:562
Identifiant de l'article lié.
***
---
### @num?
@ -61,7 +61,7 @@ Defined in: legal/jorf.ts:565
Numéro de l'article lié.
***
---
### @origine?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrLienSectionTa
@ -21,7 +21,7 @@ Defined in: legal/jorf.ts:589
CID de la section liée.
***
---
### @debut
@ -31,7 +31,7 @@ Defined in: legal/jorf.ts:591
Date de début de validité.
***
---
### @fin
@ -41,7 +41,7 @@ Defined in: legal/jorf.ts:594
Date de fin de validité.
***
---
### @id
@ -51,7 +51,7 @@ Defined in: legal/jorf.ts:596
Identifiant de la section liée.
***
---
### @niv
@ -61,7 +61,7 @@ Defined in: legal/jorf.ts:598
Niveau d'imbrication de la section.
***
---
### @url
@ -71,7 +71,7 @@ Defined in: legal/jorf.ts:600
URL/chemin vers le fichier XML de la section liée.
***
---
### #text?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrStructure
@ -13,19 +13,19 @@ Correspond à l'élément `STRUCT` dans `jorf_texte_struct.dtd`.
## Properties
### LIEN\_ART?
### LIEN_ART?
> `optional` **LIEN\_ART**: [`JorfTextelrLienArt`](JorfTextelrLienArt.md)[]
> `optional` **LIEN_ART**: [`JorfTextelrLienArt`](JorfTextelrLienArt.md)[]
Defined in: legal/jorf.ts:609
Tableau de liens vers des articles à ce niveau.
***
---
### LIEN\_SECTION\_TA?
### LIEN_SECTION_TA?
> `optional` **LIEN\_SECTION\_TA**: [`JorfTextelrLienSectionTa`](JorfTextelrLienSectionTa.md)[]
> `optional` **LIEN_SECTION_TA**: [`JorfTextelrLienSectionTa`](JorfTextelrLienSectionTa.md)[]
Defined in: legal/jorf.ts:611

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrVersion
@ -21,11 +21,11 @@ Defined in: legal/jorf.ts:620
Statut juridique de cette version de texte. Provient de l'attribut `etat`.
***
---
### LIEN\_TXT
### LIEN_TXT
> **LIEN\_TXT**: `object`
> **LIEN_TXT**: `object`
Defined in: legal/jorf.ts:625

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrVersions

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegalObjectReferences
@ -16,7 +16,7 @@ Defined in: legal/references.ts:1
Defined in: legal/references.ts:2
***
---
### references

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticle
@ -14,9 +14,9 @@ Commentaire DTD : "Décrit toutes les informations relatives à un article LEGI"
## Properties
### BLOC\_TEXTUEL?
### BLOC_TEXTUEL?
> `optional` **BLOC\_TEXTUEL**: `object`
> `optional` **BLOC_TEXTUEL**: `object`
Defined in: legal/legi.ts:13
@ -29,7 +29,7 @@ Correspond à `BLOC_TEXTUEL` dans `legi_article.dtd`, qui contient un élément
Contenu HTML du bloc textuel de l'article.
***
---
### CONTEXTE
@ -61,15 +61,15 @@ Autorité émettrice. Provient de l'attribut `autorite` de `TEXTE`.
Identifiant interne commun à toutes les versions du texte parent. Provient de l'attribut `cid` de `TEXTE`.
##### TEXTE.@date\_publi?
##### TEXTE.@date_publi?
> `optional` **@date\_publi**: `string`
> `optional` **@date_publi**: `string`
Date de publication du texte parent. Provient de l'attribut `date_publi` de `TEXTE`.
##### TEXTE.@date\_signature?
##### TEXTE.@date_signature?
> `optional` **@date\_signature**: `string`
> `optional` **@date_signature**: `string`
Date de signature du texte parent. Provient de l'attribut `date_signature` de `TEXTE`.
@ -97,15 +97,15 @@ Identifiant NOR du texte parent. Provient de l'attribut `nor` de `TEXTE`.
Numéro du texte parent. Provient de l'attribut `num` de `TEXTE`.
##### TEXTE.@num\_parution\_jo?
##### TEXTE.@num_parution_jo?
> `optional` **@num\_parution\_jo**: `string`
> `optional` **@num_parution_jo**: `string`
Numéro de parution au Journal Officiel pour le texte parent. Provient de l'attribut `num_parution_jo` de `TEXTE`.
##### TEXTE.TITRE\_TXT
##### TEXTE.TITRE_TXT
> **TITRE\_TXT**: `object`[]
> **TITRE_TXT**: `object`[]
Titres des versions du texte parent.
Correspond aux éléments `TITRE_TXT` dans `legi_article.dtd`.
@ -119,7 +119,7 @@ Hiérarchie de la table des matières pour le texte parent.
Correspond aux éléments `TM` imbriqués dans `legi_article.dtd`.
Commentaire DTD : "Têtier parent".
***
---
### LIENS?
@ -137,7 +137,7 @@ Commentaire DTD : "Liens vers d'autres textes".
Tableau d'éléments de lien.
***
---
### META
@ -148,57 +148,57 @@ Defined in: legal/legi.ts:85
Métadonnées de l'article.
Correspond à `META` dans `legi_article.dtd`.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: `object`
> **META_COMMUN**: `object`
Éléments de métadonnées communs.
Correspond à `META_COMMUN` (défini dans `meta_commun.dtd`).
##### META\_COMMUN.ANCIEN\_ID?
##### META_COMMUN.ANCIEN_ID?
> `optional` **ANCIEN\_ID**: `string`
> `optional` **ANCIEN_ID**: `string`
Ancien identifiant (de la version précédente de Légifrance). Provient de `ANCIEN_ID` dans `meta_commun.dtd`.
##### META\_COMMUN.ID
##### META_COMMUN.ID
> **ID**: `string`
Identifiant interne de l'article. Provient de `ID` dans `meta_commun.dtd`.
##### META\_COMMUN.NATURE
##### META_COMMUN.NATURE
> **NATURE**: `"Article"`
Nature du document (ex: "ARTICLE"). Provient de `NATURE` dans `meta_commun.dtd`.
##### META\_COMMUN.ORIGINE
##### META_COMMUN.ORIGINE
> **ORIGINE**: `"JORF"` \| `"LEGI"`
Origine du document (ex: "LEGI"). Provient de `ORIGINE` dans `meta_commun.dtd`.
##### META\_COMMUN.URL
##### META_COMMUN.URL
> **URL**: `string`
URL relative du document. Provient de `URL` dans `meta_commun.dtd`.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques à l'article.
Correspond à `META_SPEC` et `META_ARTICLE` dans `legi_article.dtd`.
##### META\_SPEC.META\_ARTICLE
##### META_SPEC.META_ARTICLE
> **META\_ARTICLE**: [`LegiArticleMetaArticle`](LegiArticleMetaArticle.md)
> **META_ARTICLE**: [`LegiArticleMetaArticle`](LegiArticleMetaArticle.md)
Métadonnées spécifiques à l'article.
***
---
### NOTA?
@ -216,7 +216,7 @@ Commentaire DTD : "Nota de l'article".
Contenu HTML de la note.
***
---
### VERSIONS

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleLien
@ -22,7 +22,7 @@ Defined in: legal/legi.ts:147
Identifiant interne du texte cible si le lien est interne. Provient de l'attribut `cidtexte`.
***
---
### @datesignatexte?
@ -32,7 +32,7 @@ Defined in: legal/legi.ts:149
Date de signature du texte cible. Provient de l'attribut `datesignatexte`.
***
---
### @id?
@ -42,7 +42,7 @@ Defined in: legal/legi.ts:151
Identifiant de l'élément cible (article, section, etc.). Provient de l'attribut `id`.
***
---
### @naturetexte?
@ -52,7 +52,7 @@ Defined in: legal/legi.ts:153
Nature du texte cible. Provient de l'attribut `naturetexte`.
***
---
### @nortexte?
@ -62,7 +62,7 @@ Defined in: legal/legi.ts:155
Identifiant NOR du texte cible. Provient de l'attribut `nortexte`.
***
---
### @num?
@ -72,7 +72,7 @@ Defined in: legal/legi.ts:157
Numéro du texte ou de l'élément cible. Provient de l'attribut `num`.
***
---
### @sens
@ -82,7 +82,7 @@ Defined in: legal/legi.ts:159
Sens du lien (ex: "SOURCE", "CIBLE"). Provient de l'attribut `sens`.
***
---
### @typelien
@ -92,7 +92,7 @@ Defined in: legal/legi.ts:161
Type du lien (ex: "ABROGATION", "CITATION"). Provient de l'attribut `typelien`.
***
---
### #text?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleMetaArticle
@ -14,25 +14,25 @@ Commentaire DTD : "Metadonnees specifique aux articles".
## Properties
### DATE\_DEBUT
### DATE_DEBUT
> **DATE\_DEBUT**: `string`
> **DATE_DEBUT**: `string`
Defined in: legal/legi.ts:184
Date d'entrée en vigueur de l'article. Provient de `DATE_DEBUT` dans `legi_article.dtd`.
***
---
### DATE\_FIN
### DATE_FIN
> **DATE\_FIN**: `string`
> **DATE_FIN**: `string`
Defined in: legal/legi.ts:186
Date de fin de vigueur de l'article. Provient de `DATE_FIN` dans `legi_article.dtd`.
***
---
### ETAT?
@ -42,7 +42,7 @@ Defined in: legal/legi.ts:188
Statut juridique de l'article. Provient de `ETAT` dans `legi_article.dtd`.
***
---
### NUM?
@ -52,7 +52,7 @@ Defined in: legal/legi.ts:190
Numéro de l'article. Provient de `NUM` dans `legi_article.dtd`.
***
---
### TYPE?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleTm
@ -13,9 +13,9 @@ Correspond à la structure récursive de l'élément `TM` dans `legi_article.dtd
## Properties
### TITRE\_TM
### TITRE_TM
> **TITRE\_TM**: `object`[]
> **TITRE_TM**: `object`[]
Defined in: legal/legi.ts:214
@ -47,7 +47,7 @@ Identifiant interne de ce niveau de TM. Provient de l'attribut `id` de `TITRE_TM
Contenu textuel du titre de la TM.
***
---
### TM?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleVersion
@ -22,11 +22,11 @@ Defined in: legal/legi.ts:235
Statut juridique de l'article dans cette version. Provient de l'attribut `etat` de `VERSION`.
***
---
### LIEN\_ART
### LIEN_ART
> **LIEN\_ART**: `object`
> **LIEN_ART**: `object`
Defined in: legal/legi.ts:240

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiMetaTexteChronicle
@ -22,37 +22,37 @@ Defined in: legal/legi.ts:266
Identifiant interne commun à toutes les versions du texte. Provient de `CID`.
***
---
### DATE\_PUBLI
### DATE_PUBLI
> **DATE\_PUBLI**: `string`
> **DATE_PUBLI**: `string`
Defined in: legal/legi.ts:268
Date de publication du texte. Provient de `DATE_PUBLI`.
***
---
### DATE\_TEXTE
### DATE_TEXTE
> **DATE\_TEXTE**: `string`
> **DATE_TEXTE**: `string`
Defined in: legal/legi.ts:270
Date de signature du texte. Provient de `DATE_TEXTE`.
***
---
### DERNIERE\_MODIFICATION
### DERNIERE_MODIFICATION
> **DERNIERE\_MODIFICATION**: `string`
> **DERNIERE_MODIFICATION**: `string`
Defined in: legal/legi.ts:272
Date de dernière modification du texte. Provient de `DERNIERE_MODIFICATION`.
***
---
### NOR?
@ -62,7 +62,7 @@ Defined in: legal/legi.ts:274
Identifiant NOR du texte. Provient de `NOR`.
***
---
### NUM?
@ -72,61 +72,61 @@ Defined in: legal/legi.ts:276
Numéro du texte. Provient de `NUM`.
***
---
### NUM\_PARUTION?
### NUM_PARUTION?
> `optional` **NUM\_PARUTION**: `number`
> `optional` **NUM_PARUTION**: `number`
Defined in: legal/legi.ts:278
Numéro de parution au Journal Officiel. Provient de `NUM_PARUTION`.
***
---
### NUM\_SEQUENCE?
### NUM_SEQUENCE?
> `optional` **NUM\_SEQUENCE**: `number`
> `optional` **NUM_SEQUENCE**: `number`
Defined in: legal/legi.ts:280
Numéro de séquence dans le Journal Officiel. Provient de `NUM_SEQUENCE`.
***
---
### ORIGINE\_PUBLI?
### ORIGINE_PUBLI?
> `optional` **ORIGINE\_PUBLI**: `string`
> `optional` **ORIGINE_PUBLI**: `string`
Defined in: legal/legi.ts:282
Origine de la publication (ex: titre du JO). Provient de `ORIGINE_PUBLI`.
***
---
### PAGE\_DEB\_PUBLI?
### PAGE_DEB_PUBLI?
> `optional` **PAGE\_DEB\_PUBLI**: `number`
> `optional` **PAGE_DEB_PUBLI**: `number`
Defined in: legal/legi.ts:284
Page de début de la publication dans le JO. Provient de `PAGE_DEB_PUBLI`.
***
---
### PAGE\_FIN\_PUBLI?
### PAGE_FIN_PUBLI?
> `optional` **PAGE\_FIN\_PUBLI**: `number`
> `optional` **PAGE_FIN_PUBLI**: `number`
Defined in: legal/legi.ts:286
Page de fin de la publication dans le JO. Provient de `PAGE_FIN_PUBLI`.
***
---
### VERSIONS\_A\_VENIR?
### VERSIONS_A_VENIR?
> `optional` **VERSIONS\_A\_VENIR**: `object`
> `optional` **VERSIONS_A_VENIR**: `object`
Defined in: legal/legi.ts:292
@ -134,8 +134,8 @@ Informations sur les versions futures du texte.
Correspond à `VERSIONS_A_VENIR` dans `meta_texte_chronicle.dtd`.
Commentaire DTD : "Liste des versions futures".
#### VERSION\_A\_VENIR
#### VERSION_A_VENIR
> **VERSION\_A\_VENIR**: `string`[]
> **VERSION_A_VENIR**: `string`[]
Tableau de dates ou identifiants de versions futures. Provient de `VERSION_A_VENIR`.

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiMetaTexteVersion
@ -21,27 +21,27 @@ Defined in: legal/legi.ts:304
Autorité émettrice. Provient de `AUTORITE` dans `legi_texte_version.dtd`.
***
---
### DATE\_DEBUT?
### DATE_DEBUT?
> `optional` **DATE\_DEBUT**: `string`
> `optional` **DATE_DEBUT**: `string`
Defined in: legal/legi.ts:306
Date d'entrée en vigueur de cette version du texte. Provient de `DATE_DEBUT` dans `legi_texte_version.dtd`.
***
---
### DATE\_FIN?
### DATE_FIN?
> `optional` **DATE\_FIN**: `string`
> `optional` **DATE_FIN**: `string`
Defined in: legal/legi.ts:308
Date de fin de vigueur de cette version du texte. Provient de `DATE_FIN` dans `legi_texte_version.dtd`.
***
---
### ETAT?
@ -51,7 +51,7 @@ Defined in: legal/legi.ts:310
Statut juridique de cette version du texte. Provient de `ETAT` dans `legi_texte_version.dtd`.
***
---
### LIENS?
@ -69,11 +69,11 @@ Commentaire DTD : "Liste des liens entrant ou sortant vers d'autres textes ou ar
Tableau d'éléments de lien.
***
---
### MCS\_TXT?
### MCS_TXT?
> `optional` **MCS\_TXT**: `object`
> `optional` **MCS_TXT**: `object`
Defined in: legal/legi.ts:325
@ -87,7 +87,7 @@ peut être un ajout personnalisé ou provenir d'une DTD non analysée.
Tableau de mots-clés.
***
---
### MINISTERE?
@ -97,7 +97,7 @@ Defined in: legal/legi.ts:330
Ministère émetteur. Provient de `MINISTERE` dans `legi_texte_version.dtd`.
***
---
### TITRE?
@ -107,7 +107,7 @@ Defined in: legal/legi.ts:332
Titre court de la version du texte. Provient de `TITRE` dans `legi_texte_version.dtd`.
***
---
### TITREFULL?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiSectionTa
@ -22,7 +22,7 @@ Defined in: legal/legi.ts:344
Commentaire associé à la section. Provient de `COMMENTAIRE` dans `legi_section_ta.dtd`. (Peut être spécifique à l'application si non trouvé dans DTD standard)
***
---
### CONTEXTE
@ -44,17 +44,26 @@ Informations sur le texte législatif parent.
> `optional` **@autorite**: `string`
##### TEXTE.@cid
##### TEXTE.@cid?
> **@cid**: `string`
> `optional` **@cid**: `string`
##### TEXTE.@date\_publi
Présent le plus souvent
Absent sur LEGISCTA000006090461, qui est une section d'un arrêté périmé.
> **@date\_publi**: `string`
##### TEXTE.@date_publi?
##### TEXTE.@date\_signature
> `optional` **@date_publi**: `string`
> **@date\_signature**: `string`
Présent le plus souvent
Absent sur LEGISCTA000006090461, qui est une section d'un arrêté périmé.
##### TEXTE.@date_signature?
> `optional` **@date_signature**: `string`
Présent le plus souvent
Absent sur LEGISCTA000006090461, qui est une section d'un arrêté périmé.
##### TEXTE.@ministere?
@ -72,13 +81,13 @@ Informations sur le texte législatif parent.
> `optional` **@num**: `string`
##### TEXTE.@num\_parution\_jo?
##### TEXTE.@num_parution_jo?
> `optional` **@num\_parution\_jo**: `string`
> `optional` **@num_parution_jo**: `string`
##### TEXTE.TITRE\_TXT
##### TEXTE.TITRE_TXT
> **TITRE\_TXT**: `object`[]
> **TITRE_TXT**: `object`[]
Titres des versions du texte parent.
@ -88,34 +97,34 @@ Titres des versions du texte parent.
Hiérarchie de la table des matières pour le texte parent.
***
---
### ID
> **ID**: `string`
Defined in: legal/legi.ts:375
Defined in: legal/legi.ts:387
Identifiant de la section. Provient de `ID` dans `legi_section_ta.dtd`.
***
---
### STRUCTURE\_TA?
### STRUCTURE_TA?
> `optional` **STRUCTURE\_TA**: [`LegiSectionTaStructure`](LegiSectionTaStructure.md)
> `optional` **STRUCTURE_TA**: [`LegiSectionTaStructure`](LegiSectionTaStructure.md)
Defined in: legal/legi.ts:381
Defined in: legal/legi.ts:393
Structure de cette section, liant vers des sous-sections ou des articles.
Correspond à `STRUCTURE_TA` dans `legi_section_ta.dtd`.
Commentaire DTD : "Structure de la section. Présente la succession des sections filles et des articles de la section courante".
***
---
### TITRE\_TA?
### TITRE_TA?
> `optional` **TITRE\_TA**: `string`
> `optional` **TITRE_TA**: `string`
Defined in: legal/legi.ts:383
Defined in: legal/legi.ts:395
Titre de la section. Provient de `TITRE_TA` dans `legi_section_ta.dtd`. (Peut contenir des sauts de ligne)

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiSectionTaLienArt
# Interface: LegiSectionTaLienArt
Defined in: legal/legi.ts:390
Defined in: legal/legi.ts:402
Représente un lien d'une `LegiSectionTa` vers un article.
Les attributs sont basés sur `lien_art.dtd` utilisés dans un contexte de section.
@ -17,56 +17,56 @@ Les attributs sont basés sur `lien_art.dtd` utilisés dans un contexte de secti
> **@debut**: `string`
Defined in: legal/legi.ts:392
Defined in: legal/legi.ts:404
Date de début de validité. Provient de l'attribut `debut`.
***
---
### @etat?
> `optional` **@etat**: `"ABROGE_DIFF"` \| `"ABROGE"` \| `"ANNULE"` \| `"DEPLACE"` \| `"DISJOINT"` \| `"MODIFIE_MORT_NE"` \| `"MODIFIE"` \| `"PERIME"` \| `"TRANSFERE"` \| `"VIGUEUR_DIFF"` \| `"VIGUEUR"`
Defined in: legal/legi.ts:394
Defined in: legal/legi.ts:406
Statut juridique. Provient de l'attribut `etat`.
***
---
### @fin
> **@fin**: `string`
Defined in: legal/legi.ts:396
Defined in: legal/legi.ts:408
Date de fin de validité. Provient de l'attribut `fin`.
***
---
### @id
> **@id**: `string`
Defined in: legal/legi.ts:398
Defined in: legal/legi.ts:410
Identifiant de l'article lié. Provient de l'attribut `id`.
***
---
### @num?
> `optional` **@num**: `string`
Defined in: legal/legi.ts:400
Defined in: legal/legi.ts:412
Numéro de l'article lié. Provient de l'attribut `num`.
***
---
### @origine
> **@origine**: `"LEGI"`
Defined in: legal/legi.ts:402
Defined in: legal/legi.ts:414
Origine de l'article lié (ex: "LEGI"). Provient de l'attribut `origine`.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiSectionTaLienSectionTa
# Interface: LegiSectionTaLienSectionTa
Defined in: legal/legi.ts:417
Defined in: legal/legi.ts:429
Représente un lien d'une `LegiSectionTa` vers une autre `LegiSectionTa` (sous-section).
Les attributs sont basés sur `lien_section_ta.dtd`.
@ -17,76 +17,76 @@ Les attributs sont basés sur `lien_section_ta.dtd`.
> **@cid**: `string`
Defined in: legal/legi.ts:421
Defined in: legal/legi.ts:433
CID de la section liée. Provient de l'attribut `cid`.
***
---
### @debut
> **@debut**: `string`
Defined in: legal/legi.ts:423
Defined in: legal/legi.ts:435
Date de début de validité. Provient de l'attribut `debut`.
***
---
### @etat?
> `optional` **@etat**: `"ABROGE_DIFF"` \| `"ABROGE"` \| `"ANNULE"` \| `"MODIFIE_MORT_NE"` \| `"MODIFIE"` \| `"PERIME"` \| `"TRANSFERE"` \| `"VIGUEUR_DIFF"` \| `"VIGUEUR"`
Defined in: legal/legi.ts:425
Defined in: legal/legi.ts:437
Statut juridique. Provient de l'attribut `etat`.
***
---
### @fin
> **@fin**: `string`
Defined in: legal/legi.ts:427
Defined in: legal/legi.ts:439
Date de fin de validité. Provient de l'attribut `fin`.
***
---
### @id
> **@id**: `string`
Defined in: legal/legi.ts:429
Defined in: legal/legi.ts:441
Identifiant de la section liée. Provient de l'attribut `id`.
***
---
### @niv
> **@niv**: `number`
Defined in: legal/legi.ts:431
Defined in: legal/legi.ts:443
Niveau d'imbrication. Provient de l'attribut `niv`.
***
---
### @url
> **@url**: `string`
Defined in: legal/legi.ts:433
Defined in: legal/legi.ts:445
URL/chemin vers le fichier XML de la section liée. Provient de l'attribut `url`.
***
---
### #text?
> `optional` **#text**: `string`
Defined in: legal/legi.ts:419
Defined in: legal/legi.ts:431
Contenu textuel/titre de la section liée.

View file

@ -1,32 +1,32 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiSectionTaStructure
# Interface: LegiSectionTaStructure
Defined in: legal/legi.ts:444
Defined in: legal/legi.ts:456
Structure d'une `LegiSectionTa`, contenant des liens vers des articles ou des sous-sections.
Ceci reflète le modèle de contenu des éléments regroupant `LIEN_ART` et `LIEN_SECTION_TA`.
## Properties
### LIEN\_ART?
### LIEN_ART?
> `optional` **LIEN\_ART**: [`LegiSectionTaLienArt`](LegiSectionTaLienArt.md)[]
> `optional` **LIEN_ART**: [`LegiSectionTaLienArt`](LegiSectionTaLienArt.md)[]
Defined in: legal/legi.ts:446
Defined in: legal/legi.ts:458
Tableau de liens vers des articles au sein de cette section.
***
---
### LIEN\_SECTION\_TA?
### LIEN_SECTION_TA?
> `optional` **LIEN\_SECTION\_TA**: [`LegiSectionTaLienSectionTa`](LegiSectionTaLienSectionTa.md)[]
> `optional` **LIEN_SECTION_TA**: [`LegiSectionTaLienSectionTa`](LegiSectionTaLienSectionTa.md)[]
Defined in: legal/legi.ts:448
Defined in: legal/legi.ts:460
Tableau de liens vers des sous-sections (autres SectionTA) au sein de cette section.

View file

@ -1,23 +1,23 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiSectionTaTm
# Interface: LegiSectionTaTm
Defined in: legal/legi.ts:459
Defined in: legal/legi.ts:471
Représente une structure de table des matières (TM) au sein d'une `LegiSectionTa`.
Similaire à `LegiArticleTm`.
## Properties
### TITRE\_TM
### TITRE_TM
> **TITRE\_TM**: `object`[]
> **TITRE_TM**: `object`[]
Defined in: legal/legi.ts:461
Defined in: legal/legi.ts:473
Titre de ce niveau de table des matières.
@ -45,12 +45,12 @@ Identifiant interne de ce niveau de TM.
Contenu textuel du titre de la TM.
***
---
### TM?
> `optional` **TM**: `LegiSectionTaTm`
Defined in: legal/legi.ts:472
Defined in: legal/legi.ts:484
Niveau de table des matières imbriqué.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTexteVersion
# Interface: LegiTexteVersion
Defined in: legal/legi.ts:662
Defined in: legal/legi.ts:674
Représente une version spécifique d'un texte législatif avec son contenu complet.
Correspond à l'élément racine `TEXTE_VERSION` dans `legi_texte_version.dtd`.
@ -18,7 +18,7 @@ Commentaire DTD : "Décrit les informations spécifiques à une version de texte
> `optional` **ABRO**: `object`
Defined in: legal/legi.ts:668
Defined in: legal/legi.ts:680
Abrogations affectant cette version du texte.
Correspond à `ABRO` dans `legi_texte_version.dtd`, contient du `CONTENU` HTML.
@ -30,100 +30,100 @@ Commentaire DTD : "Abrogations du texte".
Contenu HTML détaillant les abrogations.
***
---
### META
> **META**: `object`
Defined in: legal/legi.ts:676
Defined in: legal/legi.ts:688
Métadonnées pour cette version du texte.
Correspond à `META` dans `legi_texte_version.dtd`.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: `object`
> **META_COMMUN**: `object`
Éléments de métadonnées communs.
Correspond à `META_COMMUN` (défini dans `meta_commun.dtd`).
##### META\_COMMUN.ANCIEN\_ID?
##### META_COMMUN.ANCIEN_ID?
> `optional` **ANCIEN\_ID**: `string`
> `optional` **ANCIEN_ID**: `string`
Ancien identifiant. Provient de `ANCIEN_ID`.
##### META\_COMMUN.ELI\_ALIAS?
##### META_COMMUN.ELI_ALIAS?
> `optional` **ELI\_ALIAS**: `object`
> `optional` **ELI_ALIAS**: `object`
Alias de l'Identifiant Européen de la Législation (ELI). (Non trouvé dans les DTD LEGI analysées, peut être spécifique à l'application ou plus récent)
##### META\_COMMUN.ELI\_ALIAS.ID\_ELI\_ALIAS
##### META_COMMUN.ELI_ALIAS.ID_ELI_ALIAS
> **ID\_ELI\_ALIAS**: `string`
> **ID_ELI_ALIAS**: `string`
ID de l'alias ELI
##### META\_COMMUN.ID
##### META_COMMUN.ID
> **ID**: `string`
Identifiant unique de ce document de version de texte. Provient de `ID`.
##### META\_COMMUN.ID\_ELI?
##### META_COMMUN.ID_ELI?
> `optional` **ID\_ELI**: `string`
> `optional` **ID_ELI**: `string`
Identifiant Européen de la Législation (ELI). (Non trouvé dans les DTD LEGI analysées)
##### META\_COMMUN.NATURE?
##### META_COMMUN.NATURE?
> `optional` **NATURE**: `"ARRETE"` \| `"AVIS"` \| `"CIRCULAIRE"` \| `"CODE"` \| `"CONSTITUTION"` \| `"DECISION"` \| `"DECRET_LOI"` \| `"DECRET"` \| `"DELIBERATION"` \| `"LOI_CONSTIT"` \| `"LOI_ORGANIQUE"` \| `"LOI"` \| `"ORDONNANCE"` \| `"ACCORD_FONCTION_PUBLIQUE"` \| `"CONVENTION"` \| `"DECLARATION"`
Nature du document (ex: "TEXTE_VERSION"). Provient de `NATURE`.
##### META\_COMMUN.ORIGINE
##### META_COMMUN.ORIGINE
> **ORIGINE**: `"LEGI"`
Origine du document (ex: "LEGI"). Provient de `ORIGINE`.
##### META\_COMMUN.URL
##### META_COMMUN.URL
> **URL**: `string`
URL relative du document. Provient de `URL`.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques à cette version du texte.
Correspond à `META_SPEC` dans `legi_texte_version.dtd`.
##### META\_SPEC.META\_TEXTE\_CHRONICLE
##### META_SPEC.META_TEXTE_CHRONICLE
> **META\_TEXTE\_CHRONICLE**: [`LegiMetaTexteChronicle`](LegiMetaTexteChronicle.md)
> **META_TEXTE_CHRONICLE**: [`LegiMetaTexteChronicle`](LegiMetaTexteChronicle.md)
Métadonnées chronologiques pour le texte.
Correspond à `META_TEXTE_CHRONICLE` (défini dans `meta_texte_chronicle.dtd`).
##### META\_SPEC.META\_TEXTE\_VERSION
##### META_SPEC.META_TEXTE_VERSION
> **META\_TEXTE\_VERSION**: [`LegiMetaTexteVersion`](LegiMetaTexteVersion.md)
> **META_TEXTE_VERSION**: [`LegiMetaTexteVersion`](LegiMetaTexteVersion.md)
Métadonnées spécifiques à la version pour le texte.
Correspond à `META_TEXTE_VERSION` (défini dans `legi_texte_version.dtd`).
***
---
### NOTA?
> `optional` **NOTA**: `object`
Defined in: legal/legi.ts:722
Defined in: legal/legi.ts:734
Notes associées à cette version du texte.
Correspond à `NOTA` dans `legi_texte_version.dtd`, contient du `CONTENU` HTML.
@ -135,13 +135,13 @@ Commentaire DTD : "Nota sur le texte".
Contenu HTML de la note.
***
---
### RECT?
> `optional` **RECT**: `object`
Defined in: legal/legi.ts:731
Defined in: legal/legi.ts:743
Rectifications à cette version du texte.
Correspond à `RECT` dans `legi_texte_version.dtd`, contient du `CONTENU` HTML.
@ -153,13 +153,13 @@ Commentaire DTD : "Rectifications du texte".
Contenu HTML des rectifications.
***
---
### SIGNATAIRES?
> `optional` **SIGNATAIRES**: `object`
Defined in: legal/legi.ts:740
Defined in: legal/legi.ts:752
Signataires de cette version du texte.
Correspond à `SIGNATAIRES` dans `legi_texte_version.dtd`, contient du `CONTENU` HTML.
@ -171,13 +171,13 @@ Commentaire DTD : "Signataires du texte".
Contenu HTML listant les signataires.
***
---
### TP?
> `optional` **TP**: `object`
Defined in: legal/legi.ts:749
Defined in: legal/legi.ts:761
Travaux préparatoires pour cette version du texte.
Correspond à `TP` dans `legi_texte_version.dtd`, contient du `CONTENU` HTML.
@ -189,13 +189,13 @@ Commentaire DTD : "Travaux préparatoires du texte".
Contenu HTML des travaux préparatoires.
***
---
### VISAS?
> `optional` **VISAS**: `object`
Defined in: legal/legi.ts:758
Defined in: legal/legi.ts:770
Visas (références au préambule) pour cette version du texte.
Correspond à `VISAS` dans `legi_texte_version.dtd`, contient du `CONTENU` HTML.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTexteVersionLien
# Interface: LegiTexteVersionLien
Defined in: legal/legi.ts:768
Defined in: legal/legi.ts:780
Représente un lien d'une `LegiTexteVersion` (via `LegiMetaTexteVersion/LIENS`) vers un autre document.
Les attributs sont basés sur `lien.dtd` utilisés dans `TEXTE_VERSION`.
@ -17,96 +17,96 @@ Les attributs sont basés sur `lien.dtd` utilisés dans `TEXTE_VERSION`.
> `optional` **@cidtexte**: `string`
Defined in: legal/legi.ts:772
Defined in: legal/legi.ts:784
Identifiant interne du texte cible si le lien est interne. Provient de l'attribut `cidtexte`.
***
---
### @datesignatexte?
> `optional` **@datesignatexte**: `string`
Defined in: legal/legi.ts:774
Defined in: legal/legi.ts:786
Date de signature du texte cible. Provient de l'attribut `datesignatexte`.
***
---
### @id?
> `optional` **@id**: `string`
Defined in: legal/legi.ts:776
Defined in: legal/legi.ts:788
Identifiant de l'élément cible. Provient de l'attribut `id`.
***
---
### @naturetexte?
> `optional` **@naturetexte**: `"ARRETE"` \| `"AVENANT"` \| `"AVIS"` \| `"CIRCULAIRE"` \| `"CODE"` \| `"CONSTITUTION"` \| `"DECISION"` \| `"DECRET_LOI"` \| `"DECRET"` \| `"DELIBERATION"` \| `"DIRECTIVE_EURO"` \| `"LOI_CONSTIT"` \| `"LOI_ORGANIQUE"` \| `"LOI_PROGRAMME"` \| `"LOI"` \| `"ORDONNANCE"` \| `"RAPPORT"` \| `"ACCORD_FONCTION_PUBLIQUE"` \| `"DECISION_EURO"` \| `"INSTRUCTION"` \| `"REGLEMENT"` \| `"ARRETEEURO"` \| `"INSTRUCTIONEURO"` \| `"REGLEMENTEUROPEEN"`
Defined in: legal/legi.ts:778
Defined in: legal/legi.ts:790
Nature du texte cible. Provient de l'attribut `naturetexte`.
***
---
### @nortexte?
> `optional` **@nortexte**: `string`
Defined in: legal/legi.ts:782
Defined in: legal/legi.ts:794
Identifiant NOR du texte cible. Provient de l'attribut `nortexte`.
***
---
### @num?
> `optional` **@num**: `string`
Defined in: legal/legi.ts:780
Defined in: legal/legi.ts:792
Numéro du texte ou de l'élément cible. Provient de l'attribut `num`.
***
---
### @numtexte?
> `optional` **@numtexte**: `string`
Defined in: legal/legi.ts:784
Defined in: legal/legi.ts:796
(Obsolète?) Numéro du texte cible. Souvent similaire à @num.
***
---
### @sens
> **@sens**: `"cible"` \| `"source"`
Defined in: legal/legi.ts:786
Defined in: legal/legi.ts:798
Sens du lien. Provient de l'attribut `sens`.
***
---
### @typelien
> **@typelien**: `"ABROGE"` \| `"ANNULE"` \| `"MODIFIE"` \| `"PERIME"` \| `"ABROGATION"` \| `"ANNULATION"` \| `"APPLICATION"` \| `"CITATION"` \| `"CODIFICATION"` \| `"CONCORDANCE"` \| `"CONCORDE"` \| `"CREATION"` \| `"CREE"` \| `"HISTO"` \| `"MODIFICATION"` \| `"PEREMPTION"` \| `"RATIFICATION"` \| `"RATIFIE"` \| `"RECTIFICATION"` \| `"SPEC_APPLI"` \| `"TXT_ASSOCIE"` \| `"TXT_SOURCE"` \| `"PILOTE_SUIVEUR"` \| `"TRANSPOSITION"` \| `"CODIFIE"`
Defined in: legal/legi.ts:788
Defined in: legal/legi.ts:800
Type du lien. Provient de l'attribut `typelien`.
***
---
### #text?
> `optional` **#text**: `string`
Defined in: legal/legi.ts:770
Defined in: legal/legi.ts:782
Contenu textuel du lien, s'il existe.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTextelr
# Interface: LegiTextelr
Defined in: legal/legi.ts:498
Defined in: legal/legi.ts:510
Représente l'aperçu structurel d'un texte législatif et de ses versions.
Correspond à l'élément racine `TEXTELR` dans `legi_texte_struct.dtd`.
@ -18,81 +18,81 @@ Commentaire DTD : "Décrit la structure d'un texte LEGI et la liste des différe
> **META**: `object`
Defined in: legal/legi.ts:503
Defined in: legal/legi.ts:515
Métadonnées pour la structure du texte.
Correspond à `META` dans `legi_texte_struct.dtd`.
#### META\_COMMUN
#### META_COMMUN
> **META\_COMMUN**: `object`
> **META_COMMUN**: `object`
Éléments de métadonnées communs.
Correspond à `META_COMMUN` (défini dans `meta_commun.dtd`).
##### META\_COMMUN.ANCIEN\_ID?
##### META_COMMUN.ANCIEN_ID?
> `optional` **ANCIEN\_ID**: `string`
> `optional` **ANCIEN_ID**: `string`
Ancien identifiant. Provient de `ANCIEN_ID`.
##### META\_COMMUN.ID
##### META_COMMUN.ID
> **ID**: `string`
Identifiant unique du document de structure du texte. Provient de `ID`.
##### META\_COMMUN.NATURE?
##### META_COMMUN.NATURE?
> `optional` **NATURE**: `"ARRETE"` \| `"AVIS"` \| `"CIRCULAIRE"` \| `"CODE"` \| `"CONSTITUTION"` \| `"DECISION"` \| `"DECRET_LOI"` \| `"DECRET"` \| `"DELIBERATION"` \| `"LOI_CONSTIT"` \| `"LOI_ORGANIQUE"` \| `"LOI"` \| `"ORDONNANCE"` \| `"ACCORD_FONCTION_PUBLIQUE"` \| `"CONVENTION"` \| `"DECLARATION"`
Nature du document (ex: "TEXTELR"). Provient de `NATURE`.
##### META\_COMMUN.ORIGINE
##### META_COMMUN.ORIGINE
> **ORIGINE**: `"LEGI"`
Origine du document (ex: "LEGI"). Provient de `ORIGINE`.
##### META\_COMMUN.URL
##### META_COMMUN.URL
> **URL**: `string`
URL relative du document. Provient de `URL`.
#### META\_SPEC
#### META_SPEC
> **META\_SPEC**: `object`
> **META_SPEC**: `object`
Métadonnées spécifiques à la structure du texte.
Correspond à `META_SPEC` dans `legi_texte_struct.dtd`.
##### META\_SPEC.META\_TEXTE\_CHRONICLE
##### META_SPEC.META_TEXTE_CHRONICLE
> **META\_TEXTE\_CHRONICLE**: [`LegiMetaTexteChronicle`](LegiMetaTexteChronicle.md)
> **META_TEXTE_CHRONICLE**: [`LegiMetaTexteChronicle`](LegiMetaTexteChronicle.md)
Métadonnées chronologiques pour le texte.
Correspond à `META_TEXTE_CHRONICLE` (défini dans `meta_texte_chronicle.dtd`).
***
---
### STRUCT?
> `optional` **STRUCT**: [`LegiTextelrStructure`](LegiTextelrStructure.md)
Defined in: legal/legi.ts:537
Defined in: legal/legi.ts:549
La hiérarchie structurelle (table des matières) du texte législatif.
Correspond à `STRUCT` dans `legi_texte_struct.dtd`.
Commentaire DTD pour `STRUCT` dans `TEXTELR` : "Historique de la structure".
***
---
### VERSIONS
> **VERSIONS**: [`LegiTextelrVersions`](LegiTextelrVersions.md)
Defined in: legal/legi.ts:543
Defined in: legal/legi.ts:555
Liste des versions disponibles de ce texte législatif.
Correspond à `VERSIONS` dans `legi_texte_struct.dtd`.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTextelrLienArt
# Interface: LegiTextelrLienArt
Defined in: legal/legi.ts:557
Defined in: legal/legi.ts:569
Représente un lien d'une `LegiTextelrStructure` vers un article.
Les attributs sont basés sur `lien_art.dtd` utilisés dans `TEXTELR/STRUCT`.
@ -17,56 +17,56 @@ Les attributs sont basés sur `lien_art.dtd` utilisés dans `TEXTELR/STRUCT`.
> **@debut**: `string`
Defined in: legal/legi.ts:559
Defined in: legal/legi.ts:571
Date de début de validité. Provient de l'attribut `debut`.
***
---
### @etat?
> `optional` **@etat**: `"ABROGE_DIFF"` \| `"ABROGE"` \| `"ANNULE"` \| `"MODIFIE_MORT_NE"` \| `"MODIFIE"` \| `"PERIME"` \| `"TRANSFERE"` \| `"VIGUEUR_DIFF"` \| `"VIGUEUR"`
Defined in: legal/legi.ts:561
Defined in: legal/legi.ts:573
Statut juridique. Provient de l'attribut `etat`.
***
---
### @fin
> **@fin**: `string`
Defined in: legal/legi.ts:563
Defined in: legal/legi.ts:575
Date de fin de validité. Provient de l'attribut `fin`.
***
---
### @id
> **@id**: `string`
Defined in: legal/legi.ts:565
Defined in: legal/legi.ts:577
Identifiant de l'article lié. Provient de l'attribut `id`.
***
---
### @num?
> `optional` **@num**: `string`
Defined in: legal/legi.ts:568
Defined in: legal/legi.ts:580
Numéro de l'article lié. Provient de l'attribut `num`.
***
---
### @origine
> **@origine**: `"LEGI"`
Defined in: legal/legi.ts:570
Defined in: legal/legi.ts:582
Origine de l'article lié (ex: "LEGI"). Provient de l'attribut `origine`.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTextelrLienSectionTa
# Interface: LegiTextelrLienSectionTa
Defined in: legal/legi.ts:584
Defined in: legal/legi.ts:596
Représente un lien d'une `LegiTextelrStructure` vers une `LegiSectionTa` (section).
Les attributs sont basés sur `lien_section_ta.dtd` utilisés dans `TEXTELR/STRUCT`.
@ -17,76 +17,76 @@ Les attributs sont basés sur `lien_section_ta.dtd` utilisés dans `TEXTELR/STRU
> **@cid**: `string`
Defined in: legal/legi.ts:588
Defined in: legal/legi.ts:600
CID de la section liée. Provient de l'attribut `cid`.
***
---
### @debut
> **@debut**: `string`
Defined in: legal/legi.ts:590
Defined in: legal/legi.ts:602
Date de début de validité. Provient de l'attribut `debut`.
***
---
### @etat?
> `optional` **@etat**: `"ABROGE_DIFF"` \| `"ABROGE"` \| `"ANNULE"` \| `"MODIFIE_MORT_NE"` \| `"MODIFIE"` \| `"PERIME"` \| `"TRANSFERE"` \| `"VIGUEUR_DIFF"` \| `"VIGUEUR"`
Defined in: legal/legi.ts:592
Defined in: legal/legi.ts:604
Statut juridique. Provient de l'attribut `etat`.
***
---
### @fin
> **@fin**: `string`
Defined in: legal/legi.ts:594
Defined in: legal/legi.ts:606
Date de fin de validité. Provient de l'attribut `fin`.
***
---
### @id
> **@id**: `string`
Defined in: legal/legi.ts:596
Defined in: legal/legi.ts:608
Identifiant de la section liée. Provient de l'attribut `id`.
***
---
### @niv
> **@niv**: `number`
Defined in: legal/legi.ts:598
Defined in: legal/legi.ts:610
Niveau d'imbrication de la section. Provient de l'attribut `niv`.
***
---
### @url
> **@url**: `string`
Defined in: legal/legi.ts:600
Defined in: legal/legi.ts:612
URL/chemin vers le fichier XML de la section liée. Provient de l'attribut `url`.
***
---
### #text
> **#text**: `string`
Defined in: legal/legi.ts:586
Defined in: legal/legi.ts:598
Titre de la section liée. Contenu textuel de `LIEN_SECTION_TA`.

View file

@ -1,32 +1,32 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTextelrStructure
# Interface: LegiTextelrStructure
Defined in: legal/legi.ts:617
Defined in: legal/legi.ts:629
Représente la structure de premier niveau (table des matières) d'un document `LegiTextelr`.
Correspond à l'élément `STRUCT` dans `legi_texte_struct.dtd`.
## Properties
### LIEN\_ART?
### LIEN_ART?
> `optional` **LIEN\_ART**: [`LegiTextelrLienArt`](LegiTextelrLienArt.md)[]
> `optional` **LIEN_ART**: [`LegiTextelrLienArt`](LegiTextelrLienArt.md)[]
Defined in: legal/legi.ts:619
Defined in: legal/legi.ts:631
Tableau de liens vers des articles à ce niveau de la structure.
***
---
### LIEN\_SECTION\_TA?
### LIEN_SECTION_TA?
> `optional` **LIEN\_SECTION\_TA**: [`LegiTextelrLienSectionTa`](LegiTextelrLienSectionTa.md)[]
> `optional` **LIEN_SECTION_TA**: [`LegiTextelrLienSectionTa`](LegiTextelrLienSectionTa.md)[]
Defined in: legal/legi.ts:621
Defined in: legal/legi.ts:633
Tableau de liens vers des sections (SectionTA) à ce niveau de la structure.

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTextelrVersion
# Interface: LegiTextelrVersion
Defined in: legal/legi.ts:629
Defined in: legal/legi.ts:641
Représente une version spécifique d'un texte législatif, telle que listée dans `LegiTextelrVersions`.
Correspond à l'élément `VERSION` au sein de `TEXTELR/VERSIONS` dans `legi_texte_struct.dtd`.
@ -18,17 +18,17 @@ Commentaire DTD : "Version du texte."
> `optional` **@etat**: `"ABROGE_DIFF"` \| `"ABROGE"` \| `"ANNULE"` \| `"MODIFIE_MORT_NE"` \| `"MODIFIE"` \| `"PERIME"` \| `"VIGUEUR_DIFF"` \| `"VIGUEUR"`
Defined in: legal/legi.ts:631
Defined in: legal/legi.ts:643
Statut juridique de cette version de texte. Provient de l'attribut `etat` de `VERSION`.
***
---
### LIEN\_TXT
### LIEN_TXT
> **LIEN\_TXT**: `object`
> **LIEN_TXT**: `object`
Defined in: legal/legi.ts:636
Defined in: legal/legi.ts:648
Lien vers le contenu textuel réel de cette version.
Correspond à l'élément `LIEN_TXT` (défini dans `lien_txt.dtd`).

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiTextelrVersions
# Interface: LegiTextelrVersions
Defined in: legal/legi.ts:652
Defined in: legal/legi.ts:664
Conteneur pour la liste des versions d'un texte législatif dans un document `LegiTextelr`.
Correspond à l'élément `VERSIONS` dans `legi_texte_struct.dtd`.
@ -17,6 +17,6 @@ Correspond à l'élément `VERSIONS` dans `legi_texte_struct.dtd`.
> **VERSION**: [`LegiTextelrVersion`](LegiTextelrVersion.md)[]
Defined in: legal/legi.ts:654
Defined in: legal/legi.ts:666
Tableau d'éléments de version de texte.

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / ListTextesResult
@ -28,11 +28,11 @@ Defined in: aggregates.ts:16
[`Aggregate`](Aggregate.md).[`article`](Aggregate.md#article)
***
---
### article\_lien?
### article_lien?
> `optional` **article\_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
> `optional` **article_lien**: [`ArticleLienDb`](ArticleLienDb.md)[]
Defined in: aggregates.ts:17
@ -40,11 +40,11 @@ Defined in: aggregates.ts:17
[`Aggregate`](Aggregate.md).[`article_lien`](Aggregate.md#article_lien)
***
---
### dossier\_legislatif?
### dossier_legislatif?
> `optional` **dossier\_legislatif**: `object`
> `optional` **dossier_legislatif**: `object`
Defined in: aggregates.ts:18
@ -56,7 +56,7 @@ Defined in: aggregates.ts:18
[`Aggregate`](Aggregate.md).[`dossier_legislatif`](Aggregate.md#dossier_legislatif)
***
---
### follow
@ -64,7 +64,7 @@ Defined in: aggregates.ts:18
Defined in: aggregates.ts:50
***
---
### id?
@ -76,7 +76,7 @@ Defined in: aggregates.ts:19
[`Aggregate`](Aggregate.md).[`id`](Aggregate.md#id)
***
---
### idcc?
@ -92,7 +92,7 @@ Defined in: aggregates.ts:20
[`Aggregate`](Aggregate.md).[`idcc`](Aggregate.md#idcc)
***
---
### ids
@ -104,7 +104,7 @@ Defined in: aggregates.ts:51
[`Aggregate`](Aggregate.md).[`ids`](Aggregate.md#ids)
***
---
### jo?
@ -120,7 +120,7 @@ Defined in: aggregates.ts:22
[`Aggregate`](Aggregate.md).[`jo`](Aggregate.md#jo)
***
---
### limit
@ -128,7 +128,7 @@ Defined in: aggregates.ts:22
Defined in: aggregates.ts:52
***
---
### nature?
@ -136,7 +136,7 @@ Defined in: aggregates.ts:52
Defined in: aggregates.ts:53
***
---
### offset
@ -144,7 +144,7 @@ Defined in: aggregates.ts:53
Defined in: aggregates.ts:54
***
---
### q?
@ -152,11 +152,11 @@ Defined in: aggregates.ts:54
Defined in: aggregates.ts:55
***
---
### section\_ta?
### section_ta?
> `optional` **section\_ta**: `object`
> `optional` **section_ta**: `object`
Defined in: aggregates.ts:23
@ -168,11 +168,11 @@ Defined in: aggregates.ts:23
[`Aggregate`](Aggregate.md).[`section_ta`](Aggregate.md#section_ta)
***
---
### texte\_version?
### texte_version?
> `optional` **texte\_version**: `object`
> `optional` **texte_version**: `object`
Defined in: aggregates.ts:24
@ -184,11 +184,11 @@ Defined in: aggregates.ts:24
[`Aggregate`](Aggregate.md).[`texte_version`](Aggregate.md#texte_version)
***
---
### texte\_version\_lien?
### texte_version_lien?
> `optional` **texte\_version\_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
> `optional` **texte_version_lien**: [`TexteVersionLienDb`](TexteVersionLienDb.md)[]
Defined in: aggregates.ts:25
@ -196,7 +196,7 @@ Defined in: aggregates.ts:25
[`Aggregate`](Aggregate.md).[`texte_version_lien`](Aggregate.md#texte_version_lien)
***
---
### textekali?
@ -212,7 +212,7 @@ Defined in: aggregates.ts:26
[`Aggregate`](Aggregate.md).[`textekali`](Aggregate.md#textekali)
***
---
### textelr?
@ -228,7 +228,7 @@ Defined in: aggregates.ts:27
[`Aggregate`](Aggregate.md).[`textelr`](Aggregate.md#textelr)
***
---
### versions?

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / SectionTaGitDb
@ -16,7 +16,7 @@ Defined in: legal/shared.ts:17
Defined in: legal/shared.ts:19
***
---
### id
@ -24,7 +24,7 @@ Defined in: legal/shared.ts:19
Defined in: legal/shared.ts:18
***
---
### path

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / TexteVersionGitDb
@ -16,7 +16,7 @@ Defined in: legal/shared.ts:33
Defined in: legal/shared.ts:35
***
---
### id
@ -24,7 +24,7 @@ Defined in: legal/shared.ts:35
Defined in: legal/shared.ts:34
***
---
### path

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / TexteVersionLienDb
@ -16,7 +16,7 @@ Defined in: legal/shared.ts:25
Defined in: legal/shared.ts:27
***
---
### cidtexte
@ -24,7 +24,7 @@ Defined in: legal/shared.ts:27
Defined in: legal/shared.ts:28
***
---
### id
@ -32,15 +32,15 @@ Defined in: legal/shared.ts:28
Defined in: legal/shared.ts:29
***
---
### texte\_version\_id
### texte_version_id
> **texte\_version\_id**: `string`
> **texte_version_id**: `string`
Defined in: legal/shared.ts:26
***
---
### typelien

View file

@ -1,11 +1,11 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / ArticleType
# Type Alias: ArticleType
> **ArticleType** = *typeof* [`allArticleTypes`](../variables/allArticleTypes.md)\[`number`\]
> **ArticleType** = _typeof_ [`allArticleTypes`](../variables/allArticleTypes.md)\[`number`\]
Defined in: legal/shared.ts:15

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / DossierLegislatifType
# Type Alias: DossierLegislatifType
> **DossierLegislatifType** = *typeof* [`allDossierLegislatifTypes`](../variables/allDossierLegislatifTypes.md)\[`number`\]
> **DossierLegislatifType** = _typeof_ [`allDossierLegislatifTypes`](../variables/allDossierLegislatifTypes.md)\[`number`\]
Defined in: legal/dole.ts:150

View file

@ -1,11 +1,11 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / Follow
# Type Alias: Follow
> **Follow** = *typeof* [`allFollows`](../variables/allFollows.md)\[`number`\]
> **Follow** = _typeof_ [`allFollows`](../variables/allFollows.md)\[`number`\]
Defined in: aggregates.ts:31

View file

@ -1,11 +1,11 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / IdOrigine
# Type Alias: IdOrigine
> **IdOrigine** = *typeof* [`idsOrigines`](../variables/idsOrigines.md)\[`number`\]
> **IdOrigine** = _typeof_ [`idsOrigines`](../variables/idsOrigines.md)\[`number`\]
Defined in: legal/ids.ts:1

View file

@ -1,11 +1,11 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / IdType
# Type Alias: IdType
> **IdType** = *typeof* [`idsTypes`](../variables/idsTypes.md)\[`number`\]
> **IdType** = _typeof_ [`idsTypes`](../variables/idsTypes.md)\[`number`\]
Defined in: legal/ids.ts:3

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JoNature
# Type Alias: JoNature
> **JoNature** = *typeof* [`allJoNatures`](../variables/allJoNatures.md)\[`number`\]
> **JoNature** = _typeof_ [`allJoNatures`](../variables/allJoNatures.md)\[`number`\]
Defined in: legal/jorf.ts:76

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JoOrigine
# Type Alias: JoOrigine
> **JoOrigine** = *typeof* [`allJoOrigines`](../variables/allJoOrigines.md)\[`number`\]
> **JoOrigine** = _typeof_ [`allJoOrigines`](../variables/allJoOrigines.md)\[`number`\]
Defined in: legal/jorf.ts:79

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleEtat
# Type Alias: JorfArticleEtat
> **JorfArticleEtat** = *typeof* [`allJorfArticleEtats`](../variables/allJorfArticleEtats.md)\[`number`\]
> **JorfArticleEtat** = _typeof_ [`allJorfArticleEtats`](../variables/allJorfArticleEtats.md)\[`number`\]
Defined in: legal/jorf.ts:204

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleLienArticleOrigine
# Type Alias: JorfArticleLienArticleOrigine
> **JorfArticleLienArticleOrigine** = *typeof* [`allJorfArticleLienArticleOrigines`](../variables/allJorfArticleLienArticleOrigines.md)\[`number`\]
> **JorfArticleLienArticleOrigine** = _typeof_ [`allJorfArticleLienArticleOrigines`](../variables/allJorfArticleLienArticleOrigines.md)\[`number`\]
Defined in: legal/jorf.ts:207

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleNature
# Type Alias: JorfArticleNature
> **JorfArticleNature** = *typeof* [`allJorfArticleNatures`](../variables/allJorfArticleNatures.md)\[`number`\]
> **JorfArticleNature** = _typeof_ [`allJorfArticleNatures`](../variables/allJorfArticleNatures.md)\[`number`\]
Defined in: legal/jorf.ts:231

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleOrigine
# Type Alias: JorfArticleOrigine
> **JorfArticleOrigine** = *typeof* [`allJorfArticleOrigines`](../variables/allJorfArticleOrigines.md)\[`number`\]
> **JorfArticleOrigine** = _typeof_ [`allJorfArticleOrigines`](../variables/allJorfArticleOrigines.md)\[`number`\]
Defined in: legal/jorf.ts:234

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfArticleTexteNature
# Type Alias: JorfArticleTexteNature
> **JorfArticleTexteNature** = *typeof* [`allJorfArticleTexteNatures`](../variables/allJorfArticleTexteNatures.md)\[`number`\]
> **JorfArticleTexteNature** = _typeof_ [`allJorfArticleTexteNatures`](../variables/allJorfArticleTexteNatures.md)\[`number`\]
Defined in: legal/jorf.ts:237

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfCategorieTag
# Type Alias: JorfCategorieTag
> **JorfCategorieTag** = *typeof* [`allJorfCategoriesTags`](../variables/allJorfCategoriesTags.md)\[`number`\]
> **JorfCategorieTag** = _typeof_ [`allJorfCategoriesTags`](../variables/allJorfCategoriesTags.md)\[`number`\]
Defined in: legal/jorf.ts:292

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaLienArtEtat
# Type Alias: JorfSectionTaLienArtEtat
> **JorfSectionTaLienArtEtat** = *typeof* [`allJorfSectionTaLienArtEtats`](../variables/allJorfSectionTaLienArtEtats.md)\[`number`\]
> **JorfSectionTaLienArtEtat** = _typeof_ [`allJorfSectionTaLienArtEtats`](../variables/allJorfSectionTaLienArtEtats.md)\[`number`\]
Defined in: legal/jorf.ts:426

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaLienArtOrigine
# Type Alias: JorfSectionTaLienArtOrigine
> **JorfSectionTaLienArtOrigine** = *typeof* [`allJorfSectionTaLienArtOrigines`](../variables/allJorfSectionTaLienArtOrigines.md)\[`number`\]
> **JorfSectionTaLienArtOrigine** = _typeof_ [`allJorfSectionTaLienArtOrigines`](../variables/allJorfSectionTaLienArtOrigines.md)\[`number`\]
Defined in: legal/jorf.ts:430

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaLienSectionTaEtat
# Type Alias: JorfSectionTaLienSectionTaEtat
> **JorfSectionTaLienSectionTaEtat** = *typeof* [`allJorfSectionTaLienSectionTaEtats`](../variables/allJorfSectionTaLienSectionTaEtats.md)\[`number`\]
> **JorfSectionTaLienSectionTaEtat** = _typeof_ [`allJorfSectionTaLienSectionTaEtats`](../variables/allJorfSectionTaLienSectionTaEtats.md)\[`number`\]
Defined in: legal/jorf.ts:456

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfSectionTaTexteNature
# Type Alias: JorfSectionTaTexteNature
> **JorfSectionTaTexteNature** = *typeof* [`allJorfSectionTaTexteNatures`](../variables/allJorfSectionTaTexteNatures.md)\[`number`\]
> **JorfSectionTaTexteNature** = _typeof_ [`allJorfSectionTaTexteNatures`](../variables/allJorfSectionTaTexteNatures.md)\[`number`\]
Defined in: legal/jorf.ts:471

View file

@ -1,6 +1,6 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexte

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteNature
# Type Alias: JorfTexteNature
> **JorfTexteNature** = *typeof* [`allJorfTexteNatures`](../variables/allJorfTexteNatures.md)\[`number`\]
> **JorfTexteNature** = _typeof_ [`allJorfTexteNatures`](../variables/allJorfTexteNatures.md)\[`number`\]
Defined in: legal/jorf.ts:669

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteOrigine
# Type Alias: JorfTexteOrigine
> **JorfTexteOrigine** = *typeof* [`allJorfTexteOrigines`](../variables/allJorfTexteOrigines.md)\[`number`\]
> **JorfTexteOrigine** = _typeof_ [`allJorfTexteOrigines`](../variables/allJorfTexteOrigines.md)\[`number`\]
Defined in: legal/jorf.ts:672

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteVersionLienNature
# Type Alias: JorfTexteVersionLienNature
> **JorfTexteVersionLienNature** = *typeof* [`allJorfTexteVersionLienNatures`](../variables/allJorfTexteVersionLienNatures.md)\[`number`\]
> **JorfTexteVersionLienNature** = _typeof_ [`allJorfTexteVersionLienNatures`](../variables/allJorfTexteVersionLienNatures.md)\[`number`\]
Defined in: legal/jorf.ts:795

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTexteVersionLienType
# Type Alias: JorfTexteVersionLienType
> **JorfTexteVersionLienType** = *typeof* [`allJorfTexteVersionLienTypes`](../variables/allJorfTexteVersionLienTypes.md)\[`number`\]
> **JorfTexteVersionLienType** = _typeof_ [`allJorfTexteVersionLienTypes`](../variables/allJorfTexteVersionLienTypes.md)\[`number`\]
Defined in: legal/jorf.ts:799

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrEtat
# Type Alias: JorfTextelrEtat
> **JorfTextelrEtat** = *typeof* [`allJorfTextelrEtats`](../variables/allJorfTextelrEtats.md)\[`number`\]
> **JorfTextelrEtat** = _typeof_ [`allJorfTextelrEtats`](../variables/allJorfTextelrEtats.md)\[`number`\]
Defined in: legal/jorf.ts:548

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrLienArtEtat
# Type Alias: JorfTextelrLienArtEtat
> **JorfTextelrLienArtEtat** = *typeof* [`allJorfTextelrLienArtEtats`](../variables/allJorfTextelrLienArtEtats.md)\[`number`\]
> **JorfTextelrLienArtEtat** = _typeof_ [`allJorfTextelrLienArtEtats`](../variables/allJorfTextelrLienArtEtats.md)\[`number`\]
Defined in: legal/jorf.ts:571

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrLienArtNature
# Type Alias: JorfTextelrLienArtNature
> **JorfTextelrLienArtNature** = *typeof* [`allJorfTextelrLienArtNatures`](../variables/allJorfTextelrLienArtNatures.md)\[`number`\]
> **JorfTextelrLienArtNature** = _typeof_ [`allJorfTextelrLienArtNatures`](../variables/allJorfTextelrLienArtNatures.md)\[`number`\]
Defined in: legal/jorf.ts:574

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / JorfTextelrLienArtOrigine
# Type Alias: JorfTextelrLienArtOrigine
> **JorfTextelrLienArtOrigine** = *typeof* [`allJorfTextelrLienArtOrigines`](../variables/allJorfTextelrLienArtOrigines.md)\[`number`\]
> **JorfTextelrLienArtOrigine** = _typeof_ [`allJorfTextelrLienArtOrigines`](../variables/allJorfTextelrLienArtOrigines.md)\[`number`\]
Defined in: legal/jorf.ts:578

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleEtat
# Type Alias: LegiArticleEtat
> **LegiArticleEtat** = *typeof* [`allLegiArticleEtats`](../variables/allLegiArticleEtats.md)\[`number`\]
> **LegiArticleEtat** = _typeof_ [`allLegiArticleEtats`](../variables/allLegiArticleEtats.md)\[`number`\]
Defined in: legal/legi.ts:136

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleLienArticleOrigine
# Type Alias: LegiArticleLienArticleOrigine
> **LegiArticleLienArticleOrigine** = *typeof* [`allLegiArticleLienArticleOrigines`](../variables/allLegiArticleLienArticleOrigines.md)\[`number`\]
> **LegiArticleLienArticleOrigine** = _typeof_ [`allLegiArticleLienArticleOrigines`](../variables/allLegiArticleLienArticleOrigines.md)\[`number`\]
Defined in: legal/legi.ts:168

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleLienNature
# Type Alias: LegiArticleLienNature
> **LegiArticleLienNature** = *typeof* [`allLegiArticleLienNatures`](../variables/allLegiArticleLienNatures.md)\[`number`\]
> **LegiArticleLienNature** = _typeof_ [`allLegiArticleLienNatures`](../variables/allLegiArticleLienNatures.md)\[`number`\]
Defined in: legal/legi.ts:172

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleLienType
# Type Alias: LegiArticleLienType
> **LegiArticleLienType** = *typeof* [`allLegiArticleLienTypes`](../variables/allLegiArticleLienTypes.md)\[`number`\]
> **LegiArticleLienType** = _typeof_ [`allLegiArticleLienTypes`](../variables/allLegiArticleLienTypes.md)\[`number`\]
Defined in: legal/legi.ts:175

View file

@ -1,12 +1,12 @@
[**@tricoteuses/legifrance**](../README.md)
***
---
[@tricoteuses/legifrance](../README.md) / LegiArticleNature
# Type Alias: LegiArticleNature
> **LegiArticleNature** = *typeof* [`allLegiArticleNatures`](../variables/allLegiArticleNatures.md)\[`number`\]
> **LegiArticleNature** = _typeof_ [`allLegiArticleNatures`](../variables/allLegiArticleNatures.md)\[`number`\]
Defined in: legal/legi.ts:196

Some files were not shown because too many files have changed in this diff Show more