complexType "developmentActivityType"
Namespace:
Content:
complex, 9 attributes, 5 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 1 attribute, 5 elements
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:string
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  developmentActivityType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="developmentActivityType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="typeOfDevelopmentActivity"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="description" type="simpleTextType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="participant"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="resource"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="outcome" type="simpleTextType"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/9)
type
Type:
xs:string, predefined
Use:
optional
Used to specify a controlled vocabulary concept. DEPRECATED.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
description
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="description" type="simpleTextType"/>

outcome
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="outcome" type="simpleTextType"/>

participant
Type:
participantType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="participant"/>

resource
Type:
resourceType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="resource"/>

typeOfDevelopmentActivity
Type:
conceptType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="typeOfDevelopmentActivity"/>

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