complexType "collDateType"
Namespace:
Content:
mixed (allows character data), 15 attributes, 24 elements
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
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
 = 
("start" | "end" | "single") : "single"
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          simpleTextAndDateType (extension)
              collDateType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType mixed="true" name="collDateType">
<xs:complexContent>
<xs:extension base="simpleTextAndDateType">
<xs:attribute default="single" name="event">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="start"/>
<xs:enumeration value="end"/>
<xs:enumeration value="single"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="cycle" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/15)
cycle
Type:
xs:string, predefined
Use:
optional
Specifies the relevant cycle, wave, or round of data.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="cycle" type="xs:string" use="optional"/>

event
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Specify "start", "end", or "single" for each date entered.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"start", "end", "single"
Default:
"single"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"start", "end", "single"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="single" name="event">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="start"/>
<xs:enumeration value="end"/>
<xs:enumeration value="single"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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