<xs:element name="DeliveryContentCreateRequest">
<xs:annotation>
<xs:documentation>Request from the Shipper to the Consignee to create 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="ContentDetailInfo" type="mailxml:contentDetailInfoType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:DeliveryContentHeaderInfo" />
</xs:complexType>
</xs:element>
|