<xs:element name="ContainerStatusQueryRequest">
<xs:annotation>
<xs:documentation>Query request for container status.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:sequence maxOccurs="unbounded">
<xs:choice>
<xs:element name="ContainerID" type="mailxml:containerIDType" maxOccurs="unbounded" />
<xs:element name="ConsigneeApptID" type="mailxml_base:s12" maxOccurs="unbounded" />
<xs:element name="ContentID" type="mailxml:contentIDType" maxOccurs="unbounded" />
</xs:choice>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="mailxml:StatusQueryMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|