Definition Type: Element
Name: PaymentStatus
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Comments reflecting the payment history of the account as of the balance date.
Collapse XSD Schema Diagram:
Drilldown into Code in schema credit_xsd Drilldown into Description in schema credit_xsdXSD Diagram of PaymentStatus in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PaymentStatus" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Comments reflecting the payment history of the account as of the balance date.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Description" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Comments reflecting the payment history of the account as of the balance date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Code" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Repository code identifying the payment history of the account as of the balance date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description hr:Description 0 (1)
Code hr:Code 0 (1)