Qualified Data Types

  1. NameMaxLength120 Name
  2. NameMaxLength50 Name
  3. SixThree Percent
  4. String MaxLength128 Text
  5. StringMaxLength120 Text
  6. StringMaxLength16384 Text
  7. StringMaxLength200 Text
  8. StringMaxLength20 Text
  9. StringMaxLength50 Text
  10. TwelveTwo Amount
QdtNameMaxLength120 Name
Qualifier TermNameMaxLength120
DefinitionA string of characters of maximum length 120
Based onName
Restriction on maxLengthValue set to 120
QdtNameMaxLength50 Name
Qualifier TermNameMaxLength50
DefinitionA string of max 50 characters
Based onName
Restriction on maxLengthValue set to 50
QdtSixThree Percent
Qualifier TermSixThree
DefinitionThis patters allow 3 digits before the decimal marker and 3 digits after the decimal marker, like in 125.567 %
Based onPercent
Restriction on patternValue set to [0-9]{1,3}\.[0-9]{1,3}
QdtString MaxLength128 Text
Qualifier TermString MaxLength128
DefinitionA string of characters of maximum length 128.
Based onText
Restriction on maxLengthValue set to 128
QdtStringMaxLength120 Text
Qualifier TermStringMaxLength120
DefinitionA string of characters of maximum length 120
Based onText
Restriction on maxLengthValue set to 120
QdtStringMaxLength16384 Text
Qualifier TermStringMaxLength16384
DefinitionA string of maximum length 16384
Based onText
Restriction on maxLengthValue set to 16384
QdtStringMaxLength200 Text
Qualifier TermStringMaxLength200
DefinitionA string of characters of maximum length 200
Based onText
Restriction on maxLengthValue set to 200
QdtStringMaxLength20 Text
Qualifier TermStringMaxLength20
Definition.
Based onText
Restriction on maxLengthValue set to 20
QdtStringMaxLength50 Text
Qualifier TermStringMaxLength50
Definition.
Based onText
Restriction on maxLengthValue set to 50
QdtTwelveTwo Amount
Qualifier TermTwelveTwo
DefinitionA 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 onAmount
Restriction on patternValue set to [0-9]{1,10}\.[0-9]{1,2}