complexType "ContributorType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
ContributorName, ContributorReference, ContributorRole
All Direct / Indirect Based Elements (1):
Contributor
Known Usage Locations
Annotation
Holds the name of the contributor, their role, and optional reference to the contributor as described within a DDI Organization scheme. Repeat this element for multiple creators.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ContributorType">
<xs:choice maxOccurs="2">
<xs:sequence>
<xs:element ref="ContributorName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ContributorRole"/>
</xs:sequence>
<xs:element maxOccurs="1" ref="ContributorReference"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
ContributorName
Type:
BibliographicNameType, complex content
Full name of the contributor. Language equivalents should be expressed within the International String structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ContributorName"/>

ContributorReference
Type:
ReferenceType, complex content
Reference to a creator as described within a DDI Organization Scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" ref="ContributorReference"/>

ContributorRole
Type:
CodeValueType, simple content
The role of the contributor. Language equivalents should be expressed within the International String structure.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ContributorRole"/>

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