IdentifierParsingInformationType¶
Provides structural information for parsing the identification code structure of the Authorized Source into its separate parts.
Properties¶
Name |
Type |
Description |
|
---|---|---|---|
ParentIdentificationPortion |
0..n |
Identifies the parent portions of the code string as individual segments. Repeat for each parental segment. |
|
UniqueIdentificationPortion |
0..1 |
Identifies the unique portion of the code string as a segment. |
|
ArrayBase_string |
string |
0..1 |
The array base is the value of the designation for the first item in an array and is set to either 0 or 1. Unix based systems and most current programming systems use an array base of 0. Traditional codebooks normally set the array base at 1, for example the first data item in a fixed format ASCII file record begins at character 1. |