complexType "LifecycleEventType"
Namespace:
Content:
complex, 5 attributes, 13 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documents an event in the life cycle of a study or group of studies. A life cycle event can be any event which is judged to be significant enough to document by the agency maintaining the documentation for a particular set of data. The element EventType indicates the type of event, using a typology meaningful to the documenter.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      LifecycleEventType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="LifecycleEventType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="EventType"/>
<xs:element minOccurs="0" ref="Date"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AgencyOrganizationReference"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Relationship"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/13)
AgencyOrganizationReference
Type:
ReferenceType, complex content
Reference to an organization or individual, defined in the organization scheme, responsible for the life cycle event.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AgencyOrganizationReference"/>

Date
Type:
DateType, complex content
The date or date range of the LifecycleEvent.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Date"/>

Description
Type:
StructuredStringType, complex content
A description of the event such as what the event included, its importance, or other significant information. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

EventType
Type:
CodeValueType, simple content
Indicates the type of LifecycleEvent, using a typology meaningful to the documenter. Supports the use of a controlled vocabulary. The DDI Alliance has provided a controlled vocabulary (LifecycleEventType) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EventType"/>

Label
Type:
LabelType, complex content
A label for the LifecycleEvent. May be repeated to provide different labels needed due to system or application constraints.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

Relationship
Type:
RelationshipType, complex content
Allows linking a lifecycle event to one or more sections of metadata. If no relationship is noted the lifecycle event relates to its full parent StudyUnit, Group, or Resource Package.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Relationship"/>

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