complexType "cohortType"
Namespace:
Content:
complex, 10 attributes, 1 element
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
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:IDREF
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  cohortType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="cohortType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="range"/>
</xs:sequence>
<xs:attribute name="catRef" type="xs:IDREF" use="optional"/>
<xs:attribute name="value" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/10)
catRef
Type:
xs:IDREF, predefined
Use:
optional
References the ID of the actual category being used.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="catRef" type="xs:IDREF" use="optional"/>

value
Type:
xs:string, predefined
Use:
optional
Indicates the actual value attached to the category that is being used.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="value" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
range
Type:
rangeType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="range"/>

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