InitiativeStatus

Uses the Component:InitiativeStatusType

The InitiativeStatus component is used to indicate whether the given initiative is valid or invalid with a textual description of that status.

Fields and Components

Table 6.54. Fields and Components

Name Description Occurrence Type Data Type User Notes
InitiativeStatusCode

Status code for the initiative based on the initiative status. Examples: Expired, Terminated, Valid.

1..1Field udt:CodeType  
InitiativeStatusCodeDescription

Text description of status code for the initiative validation.

1..*Field udt:TextType  

Sample XML

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.54. InitiativeStatus

<InitiativeStatus>
     <InitiativeStatusCode>......</InitiativeStatusCode>     [1..1]
     <InitiativeStatusCodeDescription>......</InitiativeStatusCodeDescription>     [1..*]
</InitiativeStatus>