complexType "LifecycleEventType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
"true" |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, MaintainableObject?, Label*, EventType?, Date?, AgencyOrganizationReference*, Description?, Relationship* |
|
</...> |
Content Model Elements (12):
-
Agency,
AgencyOrganizationReference,
Date,
Description,
EventType,
ID,
Label,
MaintainableObject,
Relationship,
URN,
UserID,
Version
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 LifecycleEventType |
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="LifecycleEventType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> <xs:element minOccurs="0" ref="Date"/> <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) -
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)
-
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"/> |
-
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)
-
Indicates the type of event, using a typology meaningful to the documenter. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
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"/> |
-
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"/> |