<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>
|