Formats
To search in the page use Ctrl+F on your keyboard
Value | Description |
---|---|
A | Indicate that alphabetic value [aA-zZ]\ is accepted |
N | Indicate that numeric value [0-9]\ is accepted |
U | All characters of the alphabets of all languages. However non-latin characters must be transmitted in thier binary representation and not in their hexadecimal representation in uXXXX format. |
H | Indicates that binary value in hexadecimal format [0-9,a-f,A-F]\ is accepted |
numeric | Indicates the maximum size of the field |
ANS | Any character is accepted |
AN RestrictedString |
The following characters are accepted:
|
AN ExtendedString |
The following characters are accepted:
|
ANU RestrictedString |
The following characters are accepted:
|
ANU ExtendedString |
The following characters are accepted:
|
YYYY | Indicates the year |
YY | Indicates the 2 last digit of the year |
MM | Indicates the month |
DD | Indicates the day |
hh | Indicates hours (24h) |
mm | Indicates minutes |
ss | Indicates seconds |
Indicates that an email adress is accepted. Example : name@example.com | |
phone | Indicates that a phone number is accepted (numeric with the following characters [+ -]). Example: +31421234567 or +31-42-12-34567 |
ipAddress | Indicates that an IP v4 address and an IP v6 address are accepted. Example of IPv4 address: 123.1.34.67. Example of IPv6 address: 2001:db8:3c4d:15::1a2f:1a2b |
url | Indicates that a url name is accepted in the URL standard format (http://siteName.com or https://siteName.com) |
base64Url | Indicates the ANS format with special characters [_ - =]\ accepted. |
list | Indicates the ANS format with special characters [@.-+,]\ accepted and blanks. Values separated by comma [-=]. |
restricted values | Indicates a restricted list of accepted values. |
Composite list | Indicates a list of several instances of an elementary data. |
container | Indicates a group of data that may be either a container or an elementary data. |
ISO4217 | https://en.wikipedia.org/wiki/ISO_4217 |
ISO8601 | https://en.wikipedia.org/wiki/ISO_8601 |