Definition Type: Element
Name: Text
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Credit.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of Text in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>