complexType "itemType"
Namespace:
Content:
empty, 10 attributes
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 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
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  itemType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="itemType">
<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="VALUE" type="xs:string" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/10)
UNITS
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Specifies if numbers are integer or real.
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>

VALUE
Type:
xs:string, predefined
Use:
required
Specifies the actual value.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="VALUE" type="xs:string" use="required"/>

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