Definition Type: Element
Name: Locale
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 locale that the datum is represented. This may result in different display formats for numbers, decimal separators, thousands separators, date formating and time formating. Most systems will respond with en-US
Collapse XSD Schema Diagram:
XSD Diagram of Locale in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Locale" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												The locale that the datum is
												represented. This may result in
												different display formats for
												numbers, decimal separators,
												thousands separators, date
												formating and time formating.

												Most systems will respond with
												en-US
											</xs:documentation>
        <xs:appinfo>
												en-US
											</xs:appinfo>
    </xs:annotation>
</xs:element>