Definition Type: Element
Name: PlaintiffName
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:
The name of the plaintiff in a public record. Typically the name of the attorney or credit grantor.
Collapse XSD Schema Diagram:
XSD Diagram of PlaintiffName in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PlaintiffName" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The name of the plaintiff in a public record. Typically the name of the attorney or credit grantor.</xsd:documentation>
    </xsd:annotation>
</xsd:element>