Definition Type: ComplexType
Name: ManualOptionsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveApplication.xsd
Abstract
Documentation:
Manual Options
Collapse XSD Schema Diagram:
Drilldown into TotalCashIncentiveAmount in schema incentiveapplication_xsd Drilldown into PaymentDifferenceIndicator in schema incentiveapplication_xsd Drilldown into TotalRebateDifferenceAmount in schema incentiveapplication_xsd Drilldown into ServiceDownFlag in schema incentiveapplication_xsdXSD Diagram of ManualOptionsType in schema incentiveapplication_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ManualOptionsType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Manual Options
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="ServiceDownFlag" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						An indictor to capture if the incentive inquiry webservice was down when the deal was completed from Deal Finalization Portal.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TotalRebateDifferenceAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The difference in amount between the ‘Total cash rebates available’ Vs the ‘total cash rebates applied’ to the deal.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="PaymentDifferenceIndicator" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						An element that indicates if the cash rebates applied to deal was more than the actual cash rebates available. 
						UNDERPAY means cash rebates applied to deal was less than the actual cash rebates available.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TotalCashIncentiveAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Total cash incentives applied to the Deal.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceDownFlag star:ServiceDownFlag 0 1
TotalRebateDifferenceAmount star:TotalRebateDifferenceAmount 0 1
PaymentDifferenceIndicator star:PaymentDifferenceIndicator 0 1
TotalCashIncentiveAmount star:TotalCashIncentiveAmount 0 1
Collapse Derivation Tree:
Collapse References:
star:ManualOptions