Uses the Component:UpdateHistoryType
Communicates the modification history of the application.
Table 6.101. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ModificationDateTime |
Date a modification was made to the application. | 0..1 | Field | udt:DateTimeType | |
ModificationDescription |
Free form text that identifies the type of modifications made. | 0..* | Field | udt:TextType | |
DecisionVersionNumberString |
Indicates the version number of the decision. | 0..1 | Field | qdt:StringType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.101. UpdateHistory
<UpdateHistory> <ModificationDateTime>......</ModificationDateTime> [0..1] <ModificationDescription>......</ModificationDescription> [0..*] <DecisionVersionNumberString>......</DecisionVersionNumberString> [0..1] </UpdateHistory>