complexType "CitationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
Content: |
Title?, SubTitle*, AlternateTitle*, Creator*, Publisher*, Contributor*, PublicationDate?, Language*, InternationalIdentifier*, Copyright*, dc:any* |
|
</...> |
All Direct / Indirect Based Elements (1):
-
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: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 maxOccurs="unbounded" minOccurs="0" ref="Language"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Copyright"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 10/11)
-
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"/>
|
-
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"/>
|
-
The copyright statement.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Copyright"/>
|
-
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"/>
|
-
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)
-
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
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Language"/>
|
-
The date of publication.
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|
-
Secondary or explanatory title.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubTitle"/>
|
-
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"/>
|