element <codingInstructions> (global)
Namespace:
Type:
Content:
complex, 10 attributes, 3 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<codingInstructions
   
 = 
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
 = 
xs:IDREFS
   
>
   
Content: 
</codingInstructions>
Included in content model of elements (1):
Known Usage Locations
Annotation

Coding Instructions

Description

Describe specific coding instructions used in data processing, cleaning, acquisition, or tabulation. Use the txt element to describe instructions in a human readable form. The type attribute has been DEPRECATED. Use the typeOfCodingInstruction to indicate the type of instruction with or without the use of a controlled vocabulary. Repeat if multiple language labels are being provided directly within the documentation.

Example

<codingInstructions relatedProcesses="cleanOps_7334"> <typeOfCodingInstruction>recode</typeOfCodingInstruction> <txt>recode undocumented/wild codes to missing, i.e., 0.</txt> <command formalLanguage="SPSS">RECODE V1 TO V100 (10 THROUGH HIGH = 0)</command> </codingInstructions>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="codingInstructions" type="codingInstructionsType"/>

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