Definition Type: ComplexType
Name: MVResponseResponseStatsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidMultipleVehicleIncentiveResponse.xsd
Abstract
Documentation:
The ResponseStats section contains a count of the supplemental incentive program attachments sent with the response.
Collapse XSD Schema Diagram:
Drilldown into programCount in schema validmultiplevehicleincentiveresponse_xsd Drilldown into vehicleCount in schema validmultiplevehicleincentiveresponse_xsdXSD Diagram of MVResponseResponseStatsType in schema validmultiplevehicleincentiveresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MVResponseResponseStatsType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The ResponseStats section contains a count of the supplemental 
            incentive program attachments sent with the response.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="vehicleCount" type="udt:NumericType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Provides the total number of vehicles found in the VehicleRow
                  group found in this GetValidMultipleVehicle response.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="programCount" type="udt:NumericType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Provides the number of top of deals Programs included in this 
                  GetValidMultipleVehicle response.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
vehicleCount star:vehicleCount 1 1
programCount star:programCount 1 1
Collapse Derivation Tree:
Collapse References:
star:MVResponseResponseStats