simpleType "KindOfDataTypeType"
Namespace: |
|
Defined: |
|
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):
-
Known Usage Locations
- As direct type of attributes within complexTypes (1):
Annotation
Provides a description of the types of data described by the KindOfData element.
Type Definition Detail
Type Derivation Tree xs:string KindOfDataTypeType (restriction) |
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> |