Definition Type: Element
Name: UseSeparator
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 value that indicates that the numeric value MAY be displayed with a thousands separator.
Collapse XSD Schema Diagram:
XSD Diagram of UseSeparator in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="UseSeparator" type="xs:boolean" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												A boolean value that indicates
												that the numeric value MAY be
												displayed with a thousands
												separator.
											</xs:documentation>
        <xs:appinfo>
												true
											</xs:appinfo>
    </xs:annotation>
</xs:element>