Definition Type: Element
Name: Languages
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Person.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Languages spoken by the person. Expected use is that the ISO language tag will be used, separated by a comma.
Collapse XSD Schema Diagram:
XSD Diagram of Languages in schema person_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Languages" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
						Languages spoken by the person.

						Expected use is that the ISO language tag
						will be used, separated by a comma.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100010</retsid>
            <example>en, de, es</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>