complexType "IdentificationPortionType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:integer
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (1):
GeographicLevelReference
All Direct / Indirect Based Elements (2):
ParentIdentificationPortion, UniqueIdentificationPortion
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="IdentificationPortionType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLevelReference"/>
</xs:sequence>
<xs:attribute name="startPosition" type="xs:integer"/>
<xs:attribute name="length" type="xs:integer"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
length
Type:
xs:integer, predefined
Use:
optional
The length of the segment expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="length" type="xs:integer"/>

startPosition
Type:
xs:integer, predefined
Use:
optional
The start position of the first character expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="startPosition" type="xs:integer"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
GeographicLevelReference
Type:
ReferenceType, complex content
Reference to the Geographic Level to which this identification segment refers.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLevelReference"/>

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