Definition Type: ComplexType
Name: PrimaryDriverType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The primary driver usually used in credit application or contract.
Collapse XSD Schema Diagram:
Drilldown into DriverParty in schema components_xsd Drilldown into EstimatedUsagePercent in schema components_xsd Drilldown into PrimaryDriverIndicator in schema components_xsd Drilldown into RelationshipDescription in schema components_xsd Drilldown into RelationshipTypeCode in schema components_xsdXSD Diagram of PrimaryDriverType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PrimaryDriverType">
    <xsd:annotation>
        <xsd:documentation>The primary driver usually used in credit application or
            contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="RelationshipTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the Business
                Party's relationship to the primary Party (e.g., mother, father, husband,
            etc.).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="RelationshipDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Free form text describing
                the relationship of the Business Party to the primary Party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PrimaryDriverIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies customer as
                primary driver.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="EstimatedUsagePercent" type="udt:PercentType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Communicates the party's
                estimated percent of usage of the vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" ref="DriverParty" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RelationshipTypeCode star:RelationshipTypeCode 0 (1)
RelationshipDescription star:RelationshipDescription 0 unbounded
PrimaryDriverIndicator star:PrimaryDriverIndicator 0 (1)
EstimatedUsagePercent star:EstimatedUsagePercent 0 (1)
DriverParty star:DriverParty 1 1
Collapse Derivation Tree:
Collapse References:
star:CreditPrimaryDriver, star:PrimaryDriver, star:SecondaryPrimaryDriver