<xsd:complexType name="PartsPriceListType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The Parts Price List is used to describe price catalgoue information in regards to the parts for a vehicle.
This information can be sent in either realtime or batch modes. It allows the Dealer to obtain the latest
pricing information for their system without having to wait for a new paper catalogue to arrive.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PartsPriceListHeader" minOccurs="1" maxOccurs="1" />
<xsd:element ref="PartsPriceListLine" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|