<xsd:complexType name="FundingErrorMessageType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
A free form text description of the error
message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ReasonCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
A code identifying the reason for the error
message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CorrectValueAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The correct value of the field in
question.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ErrorCriticality" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Free form text field identifying the severity of funding
error. Values may include: Hard, Soft, Warning, etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="TimeToCorrectErrorNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Identifies the time the dealer has to correct the
error.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ReferenceName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Text description or XPATH reference to data element in
error.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|