Definition Type: Element
Name: Charset
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 native character set for representing the datum. See the IANA Character set registry. Most systems will respond with either US-ASCII or ANSI_X3.4-1986
Collapse XSD Schema Diagram:
XSD Diagram of Charset in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Charset" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												The native character set for
												representing the datum.
												See the IANA Character set
												registry.

												Most systems will respond with
												either
												US-ASCII
												or
												ANSI_X3.4-1986
											</xs:documentation>
        <xs:appinfo>
												US-ASCII
											</xs:appinfo>
    </xs:annotation>
</xs:element>