Description
The AustriaPassportNumberGen Generator generates passport numbers for the citizens of Austria.
Parameters
The following parameters may be configured for the AustriaPassportNumberGen Generator. Items with an asterisk* are required.
Enforce Type/Limit - When enabled, it makes sure to generate the data within data size.
increment* - Defines a constant value or a reference to another Attribute's generated value and is added to the generated value on each iteration.
includeSpace - When includeSpace is true, it includes an optional space between letter and numeric digits in the Austrian Passport Number.
prefix - Appends prefix/context to Passport Number. Possible values for Austria Passport Number are:
Passport Number
Austrian Passport Number
Passport No
Reisepass
österreichisch
random* -Defines if values are randomly generated as opposed to sequentially generated.
seed - Defines an optional seed for randomization. Using the seed will ensure that the same random data is generated each time data is generated.
unique* - Defines if values should be unique when the random parameter is set to true.
Example 1: Generate Random, Unique Passport Numbers
For this example the random and unique Parameters have been set to "true". This will ensure the each generated value is random and unique.