Definition Type: ComplexType
Name: PartsDeliveryDetailsDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsDeliveryDetails.xsd
Abstract
Documentation:
Parts Delivery Detail information
Collapse XSD Schema Diagram:
Drilldown into ShippingDetail in schema components_xsd Drilldown into AllowBackOrderIndicator in schema partsdeliverydetails_xsd Drilldown into DefaultShipToIndicator in schema partsdeliverydetails_xsd Drilldown into ShipToPartyID in schema partsdeliverydetails_xsdXSD Diagram of PartsDeliveryDetailsDetailType in schema partsdeliverydetails_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsDeliveryDetailsDetailType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Parts Delivery Detail
				information</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="ShipToPartyID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Identifier to reference a ShipToParty in the Header
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DefaultShipToIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Indicates if the ShipToParty is the default ShipToParty. You can only have one default ShipToParty defined.
 					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="AllowBackOrderIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Inidcates that a part can be back ordered.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ShippingDetail" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipToPartyID star:ShipToPartyID 1 1
DefaultShipToIndicator star:DefaultShipToIndicator 0 1
AllowBackOrderIndicator star:AllowBackOrderIndicator 0 1
ShippingDetail star:ShippingDetail 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:PartsDeliveryDetailsDetail