Definition Type: Element
Name: LookupName
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The name of the METADATA-LOOKUP containing the lookup data for this field. This element is required when the data type is either "Lookup" or "LookupMulti".
Collapse XSD Schema Diagram:
XSD Diagram of LookupName in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="LookupName" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												The name of the METADATA-LOOKUP
												containing the lookup data for
												this field. This element is
												required when the data
												type is either "Lookup" or
												"LookupMulti".
											</xs:documentation>
        <xs:appinfo>
        </xs:appinfo>
    </xs:annotation>
</xs:element>