complexType "IdentifierParsingInformationType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
("0" | "1")
   
>
   
Content: 
</...>
Content Model Elements (2):
ParentIdentificationPortion, UniqueIdentificationPortion
All Direct / Indirect Based Elements (1):
IdentifierParsingInformation
Known Usage Locations
Annotation
Provides structural information for parsing the identification code structure of the Authorized Source into its separate parts.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="IdentifierParsingInformationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ParentIdentificationPortion"/>
<xs:element minOccurs="0" ref="UniqueIdentificationPortion"/>
</xs:sequence>
<xs:attribute name="arrayBase" type="ArrayBaseCodeType"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
arrayBase
Type:
Use:
optional
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.
Attribute Value
enumeration of xs:string
Enumeration:
"0"
 - 
The array base is set to 0 (zero).
"1"
 - 
The array base is set to 1 (one).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="arrayBase" type="ArrayBaseCodeType"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
ParentIdentificationPortion
Type:
IdentificationPortionType, complex content
Identifies the parent portions of the code string as individual segments. Repeat for each parental segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ParentIdentificationPortion"/>

UniqueIdentificationPortion
Type:
IdentificationPortionType, complex content
Identifies the unique portion of the code string as a segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="UniqueIdentificationPortion"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set