Definition Type: ComplexType
Name: CreditMessageType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
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 alert, comment, etc.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into RepositoryCode in schema fields_xsd Drilldown into Content in schema fields_xsd Drilldown into CreditMessageCode in schema fields_xsd Drilldown into CreditBureauCode in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of CreditMessageType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditBureauCode nsA:CreditBureauCode 0 (1)
CreditMessageCode nsA:CreditMessageCode 0 (1)
Content nsA:Content 0 unbounded
RepositoryCode nsA:RepositoryCode 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:CreditMessage