<xsd:complexType name="PartsDeliveryDetailsHeaderType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Customer Information
header information.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderBaseType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="AcknowledgementStatus" />
<xsd:element maxOccurs="1" minOccurs="0" ref="BillToParty" />
<xsd:element maxOccurs="1" minOccurs="0" ref="SoldToParty" />
<xsd:element maxOccurs="1" minOccurs="0" ref="SupplierParty" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ShipToParty" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|