Definition Type: ComplexType
Name: OtherIncomeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IncomeSource in schema components_xsd Drilldown into OtherIncomeAmount in schema components_xsdXSD Diagram of OtherIncomeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OtherIncomeType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="OtherIncomeAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        The gross amount of income received from other sources
                            (e.g., child support, alimony, etc.)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="IncomeSource" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Identifies the source of income (e.g., job, child support,
                            alimony, etc.)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherIncomeAmount star:OtherIncomeAmount 0 unbounded
IncomeSource star:IncomeSource 0 (1)
Collapse Derivation Tree:
Collapse References:
star:OtherIncome