complexType "LifecycleEventType"
Namespace:
Content:
complex, 5 attributes, 12 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: 
</...>
Content Model Elements (12):
Agency, AgencyOrganizationReference, Date, Description, EventType, ID, Label, MaintainableObject, Relationship, URN, UserID, Version
All Direct / Indirect Based Elements (1):
LifecycleEvent
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
AbstractIdentifiableType (extension)
  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/12)
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 lifecycle event.
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. Structure supports the use of multiple languages.
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 event, using a typology meaningful to the documenter. Supports the use of a controlled vocabulary.
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 Lifecycle Event. 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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set