element <fileType> (global)
Namespace:
Type:
Content:
mixed (allows character data), 13 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<fileType
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
   
>
   
Content: 
</fileType>
Included in content model of elements (1):
Known Usage Locations
Annotation

Type of File

Description

Types of data files include raw data (ASCII, EBCDIC, etc.) and software-dependent files such as SAS datasets, SPSS export files, etc. If the data are of mixed types (e.g., ASCII and packed decimal), state that here. Note that the element varFormat permits specification of the data format at the variable level. The element may be repeated to support multiple language expressions of the content.

Example

<fileType charset="US-ASCII">ASCII data file</fileType>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="fileType" type="fileTypeType"/>

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