<xsd:complexType name="CreditMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">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 alert, comment, etc.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="CreditBureauCode" minOccurs="0" />
<xsd:element ref="CreditMessageCode" minOccurs="0" />
<xsd:element ref="Content" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="RepositoryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|