<xs:element name="DeliveryContentUpdateRequest">
<xs:annotation>
<xs:documentation>Request from the Shipper to the Consignee to update the content for delivery.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
<xs:element name="ContentDetailInfoUpdate" type="mailxml:contentDetailInfoUpdateType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:DeliveryContentUpdateHeaderInfo" />
</xs:complexType>
</xs:element>
|