complexType "integerType"
Namespace:
Content:
simple, 12 attributes
Defined:
globally in codebook.xsd; see XML source
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
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
   
>
   
Content: 
{ xs:integer }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation

Integer Type

Description

This type restricts the base abstractTextType to only allow for an integer as text content. No child elements are allowed.
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      integerType
Derivation:
restriction of abstractTextType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="integerType">
<xs:simpleContent>
<xs:restriction base="abstractTextType">
<xs:simpleType>
<xs:restriction base="xs:integer"/>
</xs:simpleType>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>

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