An intrinsic attribute represents an individual token (word or phrase) that does not have a definition entry in the Parser definitions table.
The following table describes the intrinsic attributes used for patterns. Only the inbound portion of the pattern entry may contain intrinsic attributes. All outbound portions (recode line) must contain only non-intrinsic attribute values or those intrinsic attributes that have been defined in the Customized Definitions table.
Attribute |
Code |
Abbr. |
Description |
---|---|---|---|
1ALPHA |
203 |
–– |
A single letter |
1NUMERIC |
204 |
–– |
A single numeral |
ALPHA |
201 |
–– |
Letters only |
ALPHA-1NUMERIC |
205 |
–– |
Letters followed by a single numeric |
ALPHA-1SPECIAL |
210 |
–– |
Letters followed by a non-letter or non-number |
ALPHA-NUMERIC |
207 |
–– |
Mixture of letters and numbers |
ALPHA-SPECIAL |
212 |
–– |
Letters followed by special characters |
HYPHEN |
216 |
–– |
A hyphen (–) |
MIXED-NUMERIC |
215 |
–– |
Any numerals that use a slash "/" or a hyphen "-" |
NUMERIC |
202 |
–– |
Numerals only |
NUMERIC-1ALPHA |
206 |
–– |
Numerals followed by one letter |
NUMERIC-1SPECIAL |
209 |
–– |
Numerals followed by a non-letter or non-number |
NUMERIC-ALPHA |
208 |
–– |
Numerals, followed by letters |
NUMERIC-SPECIAL |
211 |
–– |
Numerals followed by special characters |
OTHER-SPECIAL |
213 |
––
|
Any characters (other than letters and numerals), such as a hex or a packed decimal |