<xsd:complexType name="PartsDispositionType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Deliver parts data information from OEM to DMS systems such as reorder points, parts data,
and parts order information. This information is used by DMS to create orders that were ordered Automatically by
replenishment systems, so that Open Order quantities are available to be received at the dealership.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="PartsDispositionHeader" />
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="PartsDispositionDetail" />
</xsd:sequence>
</xsd:complexType>
|