Definition Type: ComplexType
Name: PartsDeliveryDetailsShippingDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Shipping information details
Collapse XSD Schema Diagram:
Drilldown into ShippingCondition in schema components_xsd Drilldown into OrderTypeCode in schema components_xsdXSD Diagram of PartsDeliveryDetailsShippingDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsDeliveryDetailsShippingDetailType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Shipping information details
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="OrderTypeCode" type="sqdt:OrderTypeCodeType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Indicates the specified order type by which the service is being restricted. 
                        For example, you can use this shipment carrier if you are using stock order type
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ShippingCondition" minOccurs="1" maxOccurs="unbounded">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrderTypeCode star:OrderTypeCode 1 1
ShippingCondition star:ShippingCondition 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:ShippingDetail