DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "KindOfDataType"
Namespace:
Content:
simple, 8 attributes
Defined:
globally in studyunit.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
    codeListAgencyName
 = 
xs:string
    codeListID
 = 
xs:string
    codeListName
 = 
xs:string
    codeListSchemeURN
 = 
xs:string
    codeListURN
 = 
xs:string
    codeListVersionID
 = 
xs:string : "1.0"
    otherValue
 = 
xs:string
    type
 = 
("Qualitative" | "Quantitative" | "Mixed")
    >
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes, with a string or a term from a controlled vocabulary, the kind of data documented in the logical product(s) of a study unit. Examples include survey data, census/enumeration data, administrative data, measurement data, assessment data, demographic data, voting data, etc.
Type Definition Detail
Type Derivation Tree
xs:string
  r:CodeValueType (extension)
      KindOfDataType (extension)
Derivation:
extension of r:CodeValueType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="KindOfDataType">
<xs:simpleContent>
<xs:extension base="r:CodeValueType">
<xs:attribute name="type" type="KindOfDataTypeType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/8)
type
Type:
Use:
optional
Provides a description of the types of data described by the KindOfData element.
Attribute Value
enumeration of xs:string
Enumeration:
"Qualitative"
 - 
Narrative or descriptive accounts that may be subjected to interpretive analysis
"Quantitative"
 - 
Numerical or coded data that may be subjected to statistical analysis
"Mixed"
 - 
Both qualitative and quantitative data within the same collection.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="KindOfDataTypeType" use="optional"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set