Definition Type: ComplexType
Name: GrossIncomeType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureMoney
Containing Schema: Financial.xsd
Abstract
Documentation:
A Money value representing either an individual's total personal income before taking taxes or deductions into account OR a company's revenue minus the cost of goods sold. 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_xsd Drilldown into currencyPeriod in schema primitives_xsdXSD Diagram of GrossIncomeType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="GrossIncomeType">
    <xs:annotation>
        <xs:documentation>
				A Money value representing either an
				individual's total personal income before
				taking taxes or deductions into account
				OR a company's revenue minus the cost of goods
				sold. 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:attribute ref="commons:currencyPeriod">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100088</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
currencyCode commons:currencyCode Optional
currencyPeriod commons:currencyPeriod (Optional)
Collapse Derivation Tree:
Collapse References:
commons:GrossIncome