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

Value Item

Description

The counterpart to Range; used to encode individual values when the values cannot be expressed as a min/max range or when specification of the values is desired. This is an empty element consisting only of its attributes.

Example

<valrng> <item UNITS="INT" VALUE="10"/> <item UNITS="INT" VALUE="15"/> <item UNITS="INT" VALUE="22"/> </valrng> <valrng> <item VALUE="1"/> <item VALUE="2"/> <item VALUE="3"/> </valrng>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="item" type="itemType"/>

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