<xsd:complexType name="PartsDeliveryDetailsType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
In order to get parts delivered on time to the right cost, the dealers have a list of shipping conditions
to chose from based on order type. These shipping conditions can change over time and the dealer needs to
make sure he has the latest set to secure accurate delivery of the goods.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="PartsDeliveryDetailsHeader" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="PartsDeliveryDetailsDetail" />
</xsd:sequence>
</xsd:complexType>
|