complexType "dateType"
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:dateTime | xs:date | xs:gYearMonth | xs:gYear }
</...>
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation

Date Type

Description

This type restricts the base abstractTextType to allow for only the union of types defined in dateSimpleType as text content. No child elements are allowed.
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      dateType
Derivation:
restriction of abstractTextType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="dateType">
<xs:simpleContent>
<xs:restriction base="abstractTextType">
<xs:simpleType>
<xs:restriction base="dateSimpleType"/>
</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