<xs:element name="PostageStatementCancelRequest">
<xs:annotation>
<xs:documentation>Request to cancel a postage statement.</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="StatementID" type="xs:nonNegativeInteger" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLPostageStatementRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|