<xsd:complexType name="ConditionRejectionType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ConditionRejectionReasonCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
A numeric code indicating the conditions or reasons for why
an application has been denied.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ConditionRejectionText" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Free form text field indicating the conditions or reasons
for why an application has been denied.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|