ConditionRejection

Uses the Component:ConditionRejectionType

Describes the reasons for which an application was denied.

Fields and Components

Table 6.100. Fields and Components

Name Description Occurrence Type Data Type User Notes
ConditionRejectionReasonCode

A numeric code indicating the conditions or reasons for why an application has been denied.

0..1Field udt:CodeType  
ConditionRejectionText

Free form text field indicating the conditions or reasons for why an application has been denied.

1..1Field 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.100. ConditionRejection

<ConditionRejection>
     <ConditionRejectionReasonCode>......</ConditionRejectionReasonCode>     [0..1]
     <ConditionRejectionText>......</ConditionRejectionText>     [1..1]
</ConditionRejection>