Qdt | NameMaxLength120 Name |
Qualifier Term | NameMaxLength120 |
Definition | A string of characters of maximum length 120 |
Based on | Name |
Restriction on maxLength | Value set to 120 |
Qdt | NameMaxLength50 Name |
Qualifier Term | NameMaxLength50 |
Definition | A string of max 50 characters |
Based on | Name |
Restriction on maxLength | Value set to 50 |
Qdt | SixThree Percent |
Qualifier Term | SixThree |
Definition | This patters allow 3 digits before the decimal marker and 3 digits after the decimal marker, like in 125.567 % |
Based on | Percent |
Restriction on pattern | Value set to [0-9]{1,3}\.[0-9]{1,3} |
Qdt | String MaxLength128 Text |
Qualifier Term | String MaxLength128 |
Definition | A string of characters of maximum length 128. |
Based on | Text |
Restriction on maxLength | Value set to 128 |
Qdt | StringMaxLength120 Text |
Qualifier Term | StringMaxLength120 |
Definition | A string of characters of maximum length 120 |
Based on | Text |
Restriction on maxLength | Value set to 120 |
Qdt | StringMaxLength16384 Text |
Qualifier Term | StringMaxLength16384 |
Definition | A string of maximum length 16384 |
Based on | Text |
Restriction on maxLength | Value set to 16384 |
Qdt | StringMaxLength200 Text |
Qualifier Term | StringMaxLength200 |
Definition | A string of characters of maximum length 200 |
Based on | Text |
Restriction on maxLength | Value set to 200 |
Qdt | StringMaxLength20 Text |
Qualifier Term | StringMaxLength20 |
Definition | . |
Based on | Text |
Restriction on maxLength | Value set to 20 |
Qdt | StringMaxLength50 Text |
Qualifier Term | StringMaxLength50 |
Definition | . |
Based on | Text |
Restriction on maxLength | Value set to 50 |
Qdt | TwelveTwo Amount |
Qualifier Term | TwelveTwo |
Definition | A data format for money. The format allows a maximum of 10 positions before the decimal marker (point) and requires 2 position after the decimal marker. The first position should not be a zero. |
Based on | Amount |
Restriction on pattern | Value set to [0-9]{1,10}\.[0-9]{1,2} |