<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>
|