Definition Type: Element
Name: HOAFee
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:FeeWithFrequency
Containing Schema: Financial.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
A fee paid by the homeowner to the association that governs a condominium complex for their part of the maintenance and management of the project. Formatting is specified by the currency attribute and the period attribute signifies how often the fee is payable (monthly, quarterly, etc.).
Collapse XSD Schema Diagram:
Drilldown into currencyCode in schema primitives_xsd Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureMoney in schema primitives_xsd Drilldown into currencyPeriod in schema primitives_xsd Drilldown into FeeWithFrequency in schema financial_xsdXSD Diagram of HOAFee in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HOAFee" type="commons:FeeWithFrequency" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						A fee paid by the homeowner to the
						association that governs a condominium
						complex for their part of the
						maintenance and management of the
						project. Formatting is specified by
						the currency attribute and the period
						attribute signifies how often the fee
						is payable (monthly, quarterly, etc.).
					</xs:documentation>
        <xs:appinfo>
            <retsid>100113</retsid>
            <example>
            </example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
currencyCode commons:currencyCode Optional
currencyPeriod commons:currencyPeriod (Optional)
Collapse Derivation Tree: