element <range> (global)
Namespace:
Type:
Content:
empty, 13 attributes
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<range
   
 = 
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
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Included in content model of elements (3):
Known Usage Locations
Annotation

Value Range

Description

Empty element consisting only of its attributes, containing the actual range of values.

Example

For example, x < 1 or 10 <= x < 20 would be expressed as: <range maxExclusive="1"/> <range min="10" maxExclusive="20"/>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="range" type="rangeType"/>

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