DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CitationType"
Namespace:
Content:
complex, 11 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 11 elements
Used:
XML Representation Summary
<...>
   
Content: 
Title+, SubTitle*, AlternateTitle*, Creator*, Publisher*, Contributor*, PublicationDate?, Language?, InternationalIdentifier*, Copyright?, dc:DCElements?
</...>
Content Model Elements (11):
All Direct / Indirect Based Elements (1):
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 maxOccurs="unbounded" 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 minOccurs="0" name="Language" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InternationalIdentifier"/>
<xs:element minOccurs="0" ref="Copyright"/>
<xs:element minOccurs="0" ref="dc:DCElements"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 11/11)
AlternateTitle
Type:
InternationalStringType, simple content
An alternative title by which a data collection is commonly referred, or an abbreviation for the title.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AlternateTitle"/>

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

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

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

dc:DCElements
Type:
dc:DCElementsType, complex content
Element including a sequence of Dublin Core fields that may be used to supplement - but not replace - the DDI citation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="dc:DCElements"/>

InternationalIdentifier
Type:
TypedStringType, simple content
ISBN, ISSN or similar designator.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InternationalIdentifier"/>

Language
Type:
xs:string, predefined, simple content
Language of the intellectual content of the described object, expressed either as a two-character ISO language code or as a pair of two-character codes indicating language and locale, as per ISO 3166.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Language" type="xs:string"/>

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:
InternationalStringType, simple content
Person or organization responsible for making the resource available in its present form.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Publisher"/>

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

Title
Type:
InternationalStringType, simple content
Full authoritative title. Field may be repeated to document multiple languages.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Title"/>

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