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

Study Development

Description

Describe the process of study development as a series of development activities. These activities can be typed using a controlled vocabulary. Describe the activity, listing participants with their role and affiliation, resources used (sources of information), and the outcome of the development activity.

Example

This would allow you to provide inputs for a number of development activities you wanted to capture using separate entry screens and tagged storage of developmentActivity using the type attribute. For example if there was an activity related to data availability the developmentActivity might be as follows:

<developmentActivity type="checkDataAvailability"> <description>A number of potential sources were evaluated for content, consistency and quality</description> <participant affiliation="NSO" role="statistician">John Doe</participant> <resource> <dataSrc>Study S</dataSrc> <srcOrig>Collected in 1970 using unknown sampling method</srcOrig> <srcChar>Information incomplete missing X province</srcChar> </resource> <outcome>Due to quality issues this was determined not to be a viable source of data for the study</outcome> </developmentActivity>

This generic structure would allow you to designate additional design activities etc.

XML Source (w/o annotations (1); see within schema source)
<xs:element name="studyDevelopment" type="studyDevelopmentType"/>

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