Definition Type: ComplexType
Name: NetIncomeType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureMoney
Containing Schema: Financial.xsd
Abstract
Documentation:
Number representing an individual's or company's income after all taxes have been deducted. 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 NetIncomeType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="NetIncomeType">
    <xs:annotation>
        <xs:documentation>
				Number representing an individual's or
				company's income after all taxes have
				been deducted.  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:NetIncome