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

Data Item

Description

Identifies a physical storage location for an individual data entry, serving as a link between the physical location and the logical content description of each data item. If the data item is located within an nCube (aggregate data), use the attribute "nCubeRef"

Example

<dataItem varRef="AGE_2" access="restricition_1"> <physLoc recRef="Rec_1" startPos="5" width="4" endPos="8"/> </dataItem> <dataItem nCubeRef="AGE_SEX" access="restricition_1"> <CubeCoord coordNo="1" coordVal="3"/> <CubeCoord coordNo="2" coordVal="1"/> <physLoc recRef="Rec_3" startPos="5" width="4" endPos="8"/> </dataItem>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="dataItem" type="dataItemType"/>

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