complexType "CitationType"
Namespace:
Content:
complex, 11 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 10 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (11):
AlternateTitle, Contributor, Copyright, Creator, InternationalIdentifier, Language, PublicationDate, Publisher, SubTitle, Title, dc:any
All Direct / Indirect Based Elements (1):
Citation
Known Usage Locations
Annotation
Provides bibliographic citation information for a DDI instance, a group of studies, a study unit, or a physical instance. Note that a native DDI citation is required - the citation information may be repeated using DCElements if desired, but a citation must not consist only of DCElements.
XML Source (w/o annotations (12); see within schema source)
<xs:complexType name="CitationType">
<xs:sequence>
<xs:element minOccurs="0" ref="Title"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubTitle"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AlternateTitle"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Creator"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Publisher"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Contributor"/>
<xs:element minOccurs="0" ref="PublicationDate"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Language"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InternationalIdentifier"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Copyright"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 10/11)
AlternateTitle
Type:
InternationalStringType, complex content
An alternative title by which a data collection is commonly referred, or an abbreviation for the title.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AlternateTitle"/>

Contributor
Type:
ContributorType, complex content
The name of a contributing author or creator, who worked in support of the primary creator given above.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Contributor"/>

Copyright
Type:
InternationalStringType, complex content
The copyright statement.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Copyright"/>

Creator
Type:
CreatorType, complex content
Person, corporate body, or agency responsible for the substantive and intellectual content of the described object.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Creator"/>

InternationalIdentifier
Type:
An identifier whose scope of uniqueness is broader than the local archive. Common forms of an international identifier are ISBN, ISSN, DOI or similar designator.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InternationalIdentifier"/>

Language
Type:
CodeValueType, simple content
Language of the intellectual content of the described object. Strongly recommend the use of language codes supported by xs:language which include the 2 and 3 character and extended structures defined by RFC4646 or its successors.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Language"/>

PublicationDate
Type:
DateType, complex content
The date of publication.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="PublicationDate"/>

Publisher
Type:
PublisherType, complex content
Person or organization responsible for making the resource available in its present form.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Publisher"/>

SubTitle
Type:
InternationalStringType, complex content
Secondary or explanatory title.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubTitle"/>

Title
Type:
InternationalStringType, complex content
Full authoritative title. List any additional titles for this item as AlternativeTitle.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Title"/>

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