Definition Type: Element
Name: LongName
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
The name of this field as it is known to the user. This is a localized, human-readable string. Use of this element is implementation defined; it is expected that clients will use this value as the title for this datum when it appears on a report.
Collapse XSD Schema Diagram:
XSD Diagram of LongName in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="LongName" type="xs:string" minOccurs="1">
    <xs:annotation>
        <xs:documentation>
												The name of this field as it is
												known to the user. This is a
												localized, human-readable string.
												Use of this element is
												implementation defined; it is
												expected that clients will use
												this value as the title for this
												datum when it appears on a report.
											</xs:documentation>
        <xs:appinfo>
												Listing Price
											</xs:appinfo>
    </xs:annotation>
</xs:element>