<xsd:complexType name="MessagesType">
<xsd:sequence>
<xsd:element name="MessageClassification" type="MessageType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Additional identification of the message or alert source. i.e. EquifaxSAFESCAN, Lender, RepositoryBureau, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
<xsd:element name="Text" type="xsd:string" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The credit data repository bureaus sometimes send alert messages with a credit file. This data element may also hold comment text data that can appear in various locations on a credit report. The Classification describes the source of the comment and the type attribute of the parent element identifies the message as an alret, comment, etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="MessageSourceType" use="required" />
<xsd:attribute name="vendor" type="VendorType" use="optional" />
</xsd:complexType>
|