<xsd:element name="Factor" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Factors of the borrowers credit which give context to the referenced credit score.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Code" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The factor code is normally a numeric code.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|