DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "LifecycleEventType"
Namespace:
Content:
complex, 5 attributes, 7 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, Label*, EventType?, Date, AgencyOrganizationReference, Description+, Relationship*
</...>
Content Model Elements (7):
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 documentor.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      LifecycleEventType (extension)
XML Source (w/o annotations (6); 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 ref="Date"/>
<xs:element ref="AgencyOrganizationReference"/>
<xs:element maxOccurs="unbounded" ref="Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Relationship"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 6/7)
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 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 ref="Date"/>

Description
Type:
StructuredStringType, mixed content
A human-readable description of the event. This may be provided in several languages by repeating the field.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Description"/>

EventType
Type:
CodeValueType, simple content
Indicates the type of event, using a typology meaningful to the documentor.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EventType"/>

Label
Type:
LabelType, mixed content
XML Source (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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set