complexType "rangeType"
Namespace:
Content:
empty, 13 attributes
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
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
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  rangeType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="rangeType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:attribute default="INT" name="UNITS">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="INT"/>
<xs:enumeration value="REAL"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="min" type="xs:string"/>
<xs:attribute name="minExclusive" type="xs:string"/>
<xs:attribute name="max" type="xs:string"/>
<xs:attribute name="maxExclusive" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 5/13)
max
Type:
xs:string, predefined
Use:
optional
Highest value that is part of the range
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="max" type="xs:string"/>

maxExclusive
Type:
xs:string, predefined
Use:
optional
Highest value immediately outside the range
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="maxExclusive" type="xs:string"/>

min
Type:
xs:string, predefined
Use:
optional
Lowest value that is part of the range
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="min" type="xs:string"/>

minExclusive
Type:
xs:string, predefined
Use:
optional
Lowest value immediately outside the range
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="minExclusive" type="xs:string"/>

UNITS
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Integer or real numbers
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"INT", "REAL"
Default:
"INT"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"INT", "REAL"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="INT" name="UNITS">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="INT"/>
<xs:enumeration value="REAL"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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