<xs:complexType name="ForDeliveryToType">
<xs:sequence>
<xs:element ref="DeliveryIdentifier" />
<xs:element ref="AuxiliaryDeliveryReferences" minOccurs="0" />
<xs:element ref="adsml:MaterialsRecipientParty" />
<xs:element ref="MaterialsDueDateTime" minOccurs="0" />
<xs:element ref="DeliveryAddress" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="DeliveryInstructions" minOccurs="0" />
<xs:element ref="LabelingInstructions" minOccurs="0" />
<xs:element ref="BookingInformation" minOccurs="0" />
<xs:element ref="adsml:AdditionalService" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="adsml:Properties" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|