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