EdifactValidationOverride interface
The Edifact validation override settings.
Properties
allow |
The value indicating whether to allow leading and trailing spaces and zeroes. |
enforce |
The value indicating whether to validate character Set. |
message |
The message id on which the validation settings has to be applied. |
trailing |
The trailing separator policy. |
trim |
The value indicating whether to trim leading and trailing spaces and zeroes. |
validate |
The value indicating whether to validate EDI types. |
validate |
The value indicating whether to validate XSD types. |
Property Details
allowLeadingAndTrailingSpacesAndZeroes
The value indicating whether to allow leading and trailing spaces and zeroes.
allowLeadingAndTrailingSpacesAndZeroes: boolean
Property Value
boolean
enforceCharacterSet
The value indicating whether to validate character Set.
enforceCharacterSet: boolean
Property Value
boolean
messageId
The message id on which the validation settings has to be applied.
messageId: string
Property Value
string
trailingSeparatorPolicy
The trailing separator policy.
trailingSeparatorPolicy: string
Property Value
string
trimLeadingAndTrailingSpacesAndZeroes
The value indicating whether to trim leading and trailing spaces and zeroes.
trimLeadingAndTrailingSpacesAndZeroes: boolean
Property Value
boolean
validateEDITypes
The value indicating whether to validate EDI types.
validateEDITypes: boolean
Property Value
boolean
validateXSDTypes
The value indicating whether to validate XSD types.
validateXSDTypes: boolean
Property Value
boolean