complexType "IdentifierParsingInformationType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
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:element ref="ArrayBase"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
ArrayBase
Type:
xs:integer, predefined, simple content
The array base is the value of the designation for the first item in an array and is generally 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.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ArrayBase"/>

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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set