<xs:element name="DeliveryContentQueryResponse">
<xs:annotation>
<xs:documentation>Response to the Query request for delivery content.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="QueryResults">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
<xs:element name="ContentDetailInfoUpdate" type="mailxml:contentDetailInfoUpdateType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="mailxml:QueryError" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="mailxml:DeliveryContentQueryMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|