element <varFormat> (global)
Namespace:
Type:
Content:
mixed (allows character data), 19 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<varFormat
   
 = 
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
 = 
("character" | "numeric") : "numeric"
 = 
xs:string
 = 
("SAS" | "SPSS" | "IBM" | "ANSI" | "ISO" | "XML-Data" | "other") : "ISO"
 = 
xs:NMTOKEN
 = 
("date" | "time" | "currency" | "other") : "other"
 = 
xs:NMTOKEN
 = 
xs:string
   
>
   
Content: 
</varFormat>
Included in content model of elements (1):
Known Usage Locations
Annotation

Variable Format

Description

The technical format of the variable in question.

Example

<var> <varFormat type="numeric" schema="SAS" formatname="DATE" category="date">The number in this variable is stored in the form 'ddmmmyy' in SAS format.</varFormat> </var> <var> <varFormat type="numeric" formatname="date.iso8601" schema="XML-Data" category="date" URI="http://www.w3.org/TR/1998/NOTE-XML-data/">19541022</varFormat> </var>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="varFormat" type="varFormatType"/>

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