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