Definition Type: ComplexType
Name: PartsPriceListType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsPriceList.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into PartsPriceListLine in schema partspricelist_xsd Drilldown into PartsPriceListHeader in schema partspricelist_xsdXSD Diagram of PartsPriceListType in schema partspricelist_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartsPriceListHeader star:PartsPriceListHeader 1 1
PartsPriceListLine star:PartsPriceListLine 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:PartsPriceList