complexType "ResearcherIDType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
ResearcherIdentification, TypeOfID, r:Description, r:EffectivePeriod, r:URI
All Direct / Indirect Based Elements (1):
ResearcherID
Known Usage Locations
Annotation
Captures an individuals assigned researcher ID within a specified system. Includes the type or researcher ID provided, the ID, a URI of the location or link, and a description of the researcher ID provided. E.g., Rajiv Agrwal, type=researcherID, ID=A-8725-2008), URI=www.researcherid.com/rid/A-8725-2008 which brings you to the researchers page.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ResearcherIDType">
<xs:sequence>
<xs:element minOccurs="0" name="TypeOfID" type="r:CodeValueType"/>
<xs:element minOccurs="0" name="ResearcherIdentification" type="xs:string"/>
<xs:element minOccurs="0" ref="r:URI"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
r:Description
Type:
r:StructuredStringType, complex content
A description of the purpose and use of the researcher ID. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

r:URI
Type:
xs:anyURI, predefined, simple content
The URI (URN or URL) of the of the researcher ID.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:URI"/>

ResearcherIdentification
Type:
xs:string, predefined, simple content
The value of the researcher ID.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ResearcherIdentification" type="xs:string"/>

TypeOfID
Type:
r:CodeValueType, simple content
Brief description of the ID type. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TypeOfID" type="r:CodeValueType"/>

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