<xsd:complexType name="OwnedVehicleDetailType">
<xsd:annotation>
<xsd:documentation>Detailed information regarding a vehicle owned by an individual or
organization.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="SalesLeadOwnedVehicle" />
<xsd:element maxOccurs="1" minOccurs="0" name="CurrentDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Odometer reading of
vehicle at the current time</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LeaseContractExpirationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The date that the lease
is scheduled to terminate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OriginalSalesPersonName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Name of Salesperson that
originally sold the vehicle. EG: The salesperson that originally sold the customer
prospect's owned vehicle. Format for name should be "First Last" with no commas
between first and last name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TradeInOffLeaseCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates if a vehicle is
a trade-in or is coming off lease. Ex: T or O</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceContractBase" />
<xsd:element maxOccurs="1" minOccurs="0" name="OriginalInServiceDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The date a used vehicle
went in service, i.e. when the vehicle goes on the road.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OriginalInServiceDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the odometer
reading at the time when the used vehicle went into service i.e., when the vehicle
went on the road.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleSegmentCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The industry
clasification of the vehicle such as Small, Luxury, Midsize Vehicle, etc. This is a
level of detail above Vehicle Class which would further differentiate types of Small
Vehicles, Luxury Vehicles, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="OwnedVehicleFinancing" />
<xsd:element maxOccurs="1" minOccurs="0" name="FirstRegistrationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This is the first date when the owned vehicle was registered to the authorities.
It is generally the date when you get your registration papers & plate. In Europe
this is may not necessarily be the same as the OriginalInServiceDate as a vehicle may
go into service multiple times for each new owner, but the registration stays with the
vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LastInspectionDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The last date that the vehicle was inspected per local regulations. In Europe after four years
and then every two years you need to have a technical inspection of your vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="EndInServiceDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The date when the relation between customer and vehicle ends.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleOwnershipTypeCode" type="scl:VehicleOwnershipTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Designation of the type
of ownership of the vehicle, i.e., leased, rented, owned, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="VehicleUse" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the use of the
vehicle (i.e., Agricultural, Commercial, Personal, Other).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|