<xs:element name="SibilingContainerCancelRequest">
<xs:annotation>
<xs:documentation>Request to cancel a sibling container.</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="OriginalContainer" type="mailxml:mailDatContainerIDType" />
<xs:element name="SiblingToDelete" type="mailxml:mailDatContainerIDType" maxOccurs="unbounded" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
|