DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ResearcherIDType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
Type, Identifier, URI?, r:Description?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
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 (1); see within schema source)
<xs:complexType name="ResearcherIDType">
<xs:sequence>
<xs:element name="Type" type="r:CodeValueType"/>
<xs:element name="Identifier" type="xs:string"/>
<xs:element minOccurs="0" name="URI" type="xs:anyURI"/>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
Identifier
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element name="Identifier" type="xs:string"/>

r:Description
Type:
r:StructuredStringType, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

Type
Type:
r:CodeValueType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element name="Type" type="r:CodeValueType"/>

URI
Type:
xs:anyURI, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" name="URI" type="xs:anyURI"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set