Definition Type: Attribute
Name: currencyCode
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Primitives.xsd
ContentType Restriction
Default USD
Collapse XSD Schema Diagram:
XSD Diagram of currencyCode in schema primitives_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="currencyCode" default="USD">
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:annotation>
                <xs:documentation>
						The currency code.
					</xs:documentation>
                <xs:appinfo>
						USD
					</xs:appinfo>
            </xs:annotation>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>