simpleType "KindOfDataTypeType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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.

All Direct / Indirect Based Attributes (1):
KindOfDataType/@type
Known Usage Locations
Annotation
Provides a description of the types of data described by the KindOfData element.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  KindOfDataTypeType
Derivation:
restriction of xs:string
Facets:
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 (4); see within schema source)
<xs:simpleType name="KindOfDataTypeType">
<xs:restriction base="xs:string">
<xs:enumeration value="Qualitative"/>
<xs:enumeration value="Quantitative"/>
<xs:enumeration value="Mixed"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set