Definition Type: Element
Name: TermsDescription
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Credit.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A text description for the loan terms (for example, 360 months at $820 per month).
Collapse XSD Schema Diagram:
XSD Diagram of TermsDescription in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TermsDescription" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>A text description for the loan terms (for example, 360 months at $820 per month).</xsd:documentation>
    </xsd:annotation>
</xsd:element>