Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6550a471 authored by Vincent Hofman's avatar Vincent Hofman
Browse files

Fixing issue in README.md

parent c02888b4
No related branches found
No related tags found
No related merge requests found
...@@ -112,48 +112,6 @@ These validation profiles' documentation reference: ...@@ -112,48 +112,6 @@ These validation profiles' documentation reference:
| type_parameter_value | REGEX | `^\S+$` | type parameter is a token. | | type_parameter_value | REGEX | `^\S+$` | type parameter is a token. |
| active_parameter_presence | OCCURRENCE | 0..1 | active parameter can be used only once. |
| active_parameter_value | CLOSEDLIST | [true,false] | active parameter is a boolean and accept true or false values. |
| family_parameter_presence | OCCURRENCE | 0..1 | family parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| family_parameter_value | REGEX | `^[\s\S]+$` | family parameter is made of a string. |
| given_parameter_presence | OCCURRENCE | 0..1 | given parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| given_parameter_value | REGEX | `^[\s\S]+$` | given parameter is made of a string. |
| identifier_parameter_presence | OCCURRENCE | 0..1 | identifier parameter can be used only once. |
| identifier_parameter_value | REGEX | `^\S+$` | identifier parameter is a token. |
| telecom_parameter_presence | OCCURRENCE | 0..0 | The telecom parameter shall not be used. |
| birthdate_parameter_presence | OCCURRENCE | 0..1 | birthdate parameter can be used only once. |
| birthdate_parameter_value | REGEX | `^(eq\|ne\|lt\|gt\|ge\|le\|sa\|eb\|ap)?([0-9]([0-9]([0-9][1-9]\|[1-9]0)\|[1-9]00)\|[1-9]000)(-(0[1-9]\|1[0-2])(-(0[1-9]\|[1-2][0-9]\|3[0-1]))?)?$` | birthdate parameter is made of a date eventually preceded by a modifier. |
| address_parameter_presence | OCCURRENCE | 0..1 | address parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| address_parameter_value | REGEX | `^[\s\S]+$` | address parameter is made of a string. |
| address-city_parameter_presence | OCCURRENCE | 0..1 | address-city parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| address-city_parameter_value | REGEX | `^[\s\S]+$` | address-city parameter is made of a string. |
| address-country_parameter_presence | OCCURRENCE | 0..1 | address-country parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| address-country_parameter_value | REGEX | `^[\s\S]+$` | address-country parameter is made of a string. |
| address-postalcode_parameter_presence | OCCURRENCE | 0..1 | address-postalcode parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| address-postalcode_parameter_value | REGEX | `^[\s\S]+$` | address-postalcode parameter is made of a string. |
| address-state_parameter_presence | OCCURRENCE | 0..1 | address-state parameter can be used only once, eventually suffixed by a modifier :contains, :exact or :text. |
| address-state_parameter_value | REGEX | `^[\s\S]+$` | address-state parameter is made of a string. |
| gender_parameter_presence | OCCURRENCE | 0..1 | gender parameter can be used only once. |
| gender_parameter_value | CLOSEDLIST | [male,Male,female,Female,other,Other,unknown,Unknown] | active parameter is a token and accept the code or the display values. |
| mothersMaidenName_parameter_presence | OCCURRENCE | 0..1 | mothersMaidenName parameter can be used only once. |
| mothersMaidenName_parameter_value | REGEX | `^[\s\S]+$` | mothersMaidenName parameter is made of a string. |
| _format_parameter_presence | OCCURRENCE | 0..1 | _format parameter can be used only once. |
| _format_parameter_value | CLOSEDLIST | [json,xml] | _format parameter's value shall be either json or xml. |
## ITI-68 Retrieve Document assertions ## ITI-68 Retrieve Document assertions
| id | Check's type | Value | Description | | id | Check's type | Value | Description |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment