Definition Type: ComplexType
Name: RentIncomeType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureMoney
Containing Schema: Financial.xsd
Abstract
Documentation:
Number representing income received from rental properties. Formatting is defined by the currency attribute and the periods in which the income amount occurs are defined by the period attribute.
Collapse XSD Schema Diagram:
Drilldown into currencyCode in schema primitives_xsd Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureMoney in schema primitives_xsdXSD Diagram of RentIncomeType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="RentIncomeType">
    <xs:annotation>
        <xs:documentation>
				Number representing income received
				from rental properties. Formatting is
				defined by the currency attribute and
				the periods in which the income amount
				occurs are defined by the period attribute.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureMoney" />
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
currencyCode commons:currencyCode Optional
Collapse Derivation Tree:
Collapse References:
commons:RentIncome