Definition Type: Element
Name: IsUnique
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A boolean indicator that indicates that this field is a unique identifier for the record in which it appears. If absent, applications should assume true.
Collapse XSD Schema Diagram:
XSD Diagram of IsUnique in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="IsUnique" type="xs:boolean" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												A boolean indicator that indicates
												that this field is a unique
												identifier for the record in which
												it appears.	If absent,
												applications should assume true.
											</xs:documentation>
        <xs:appinfo>
												false
											</xs:appinfo>
    </xs:annotation>
</xs:element>