<xs:element name="PostageStatementCreateRequest">
<xs:annotation>
<xs:documentation>Request to create 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="CreatePostageStatement" type="mailxml:createPostageStatementType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLPostageStatementRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|