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

CreatorReference
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 minOccurs="0" ref="CreatorReference"/>

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