Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
SCDL
Schéma Prénoms
Commits
c996ec30
Commit
c996ec30
authored
Mar 29, 2018
by
Loïc Haÿ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
0c7cb2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
README.md
README.md
+3
-6
No files found.
README.md
View file @
c996ec30
...
...
@@ -33,36 +33,33 @@ Tous les prénoms sont comptabilisés, y compris les prénoms uniques - un seuil
## Schéma de validation ##
-
**COMMUNE_NOM**
*Mode de validation*
: RegEx (Type: String + Pattern)
`^(Le |La |Les |Los |Aux |L' |)([A-ZÉÇŒÈÎ])(((-| | - |')[A-ZÉÇŒÈÎ])|('|-| |)[a-zàâéèêëïîÿôûüœç])*( \\([A-Z][a-z]*\\)|)$`
-
**COLL_INSEE**
*Mode de validation*
: RegEx (Type: String + Pattern)
`^([013-9]\\d|2[AB1-9])\\d{3}$`
-
**ENFANT_SEXE**
*Mode de validation*
: RegEx (Type: String + Pattern)
`^(M|F|I)$`
-
**ENFANT_PRENOM**
*Mode de validation*
: RegEx (Type: String + Pattern)
`^'?[A-ZÉÀÈÙÄËÏÖÜŸÂÊÎÔÛŶÇ][a-zéàèùäëïüöÿâêîôûŷç]*('|(('[A-ZÉÀÈÙÄËÏÖÜŸÂÊÎÔÛŶÇ][a-zéàèùäëïüöÿâêîôûŷç]*){1,2}|(-[A-ZÉÀÈÙÄËÏÖÜŸÂÊÎÔÛŶÇ][a-zéàèùäëïüöÿâêîôûŷç']*){1,2}){1,3}|)$`
-
**NOMBRE_OCCURRENCES**
*Mode de validation*
: RegEx (Type: String + Pattern)
`^[1-9]\\d{0,5}$`
-
**ANNEE**
*Mode de validation*
: RegEx (Type: String + Pattern)
`^[1-2]\\d\\d\\d$`
## Notes de version ##
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment