complexType "CitationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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
- As direct type of 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: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" name="Language" type="xs:string"/> </xs:sequence> </xs:complexType> |
Content Element Detail (defined in this component only; 11/11) -
An alternative title by which a data collection is commonly referred, or an abbreviation for the title.
Simple Content
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.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Contributor"/> |
-
The copyright statement.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Person, corporate body, or agency responsible for the substantive and intellectual content of the described object.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Creator"/> |
-
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)
-
ISBN, ISSN or similar designator.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
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"/> |
-
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.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Publisher"/> |
-
Secondary or explanatory title.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubTitle"/> |
-
Full authoritative title. Field may be repeated to document multiple languages.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Title"/> |