complexType "IndividualIdentificationType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
DDIMaintenanceAgencyID, IndividualImage, IndividualName, ResearcherID
All Direct / Indirect Based Elements (1):
IndividualIdentification
Known Usage Locations
Annotation
Identifying information about the individual including name, DDI Maintenance Agency IDs, Researcher IDs, an image and an effective period for the information.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="IndividualIdentificationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="IndividualName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DDIMaintenanceAgencyID"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResearcherID"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="IndividualImage"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
DDIMaintenanceAgencyID
Type:
Contains the official DDI ID of the maintenance agency as registered with the DDI registry by the parent organization or individual. A single organization or individual may have one or more DDI Maintenance Agency IDs registered within the DDI registry (i.e., an organization may have a DDI Maintenance Agency ID for each project managed by the organization) The structure of this string is described by Part I of the Technical Documentation and the content is registered within the DDI registry as a unique identifier.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DDIMaintenanceAgencyID"/>

IndividualImage
Type:
PrivateImageType, complex content
Image of the individual with date and privacy information.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="IndividualImage"/>

IndividualName
Type:
IndividualNameType, complex content
The name or names by which the individual is known. The legal or formal name of the individual should have the isFormal attribute set to true. The preferred name should be noted with the isPreferred attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="IndividualName"/>

ResearcherID
Type:
ResearcherIDType, complex content
This is a formally registered unique identifier within a specific system such as a scholars directory. It is used to disambiguate individuals of similar names.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResearcherID"/>

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