complexType "KindOfDataType"
Namespace:
Content:
simple, 8 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string : "1.0"
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("Qualitative" | "Quantitative" | "Mixed")
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
KindOfData
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 (extension)
  CodeValueType (extension)
      KindOfDataType
Derivation:
extension of CodeValueType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="KindOfDataType">
<xs:simpleContent>
<xs:extension base="CodeValueType">
<xs:attribute name="type" type="KindOfDataTypeType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within 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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set