element <fileCitation> (global)
Namespace:
Type:
Content:
complex, 9 attributes, 10 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<fileCitation
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:string
   
>
   
Content: 
</fileCitation>
Included in content model of elements (1):
May contain elements by substitutions (70):
Known Usage Locations
Annotation

File Citation

Description

The complex element fileCitation provides for a full bibliographic citation option for each data file described in fileDscr. To support accurate citation of a data file the minimum element set includes: titl, IDNo, AuthEnty, producer, and prodDate. If a DOI is available for the data file enter this in the IDNo (this element is repeatable). If a hash value (digital fingerprint) has been created for the data file enter the information regarding its value and algorithm specification in digitalFingerprint.

Example

<fileCitation> <titlStmt> <titl>ABC News/Washington Post Monthly Poll, December 2010</titl> <IDNo>http://dx.doi.org/10.3886/ICPSR32547.v1</IDNo> </titlStmt> <rspStmt> <AuthEnty>ABC News</AuthEnty> <AuthEnty>The Washington Post</AuthEnty> </rspStmt> <prodStmt> <producer>ABC News</producer> <prodDate>2011</prodDate> </prodStmt> </fileCitation>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="fileCitation" type="citationType"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set