<xs:element name="PostageAdjustmentCreateRequest">
<xs:annotation>
<xs:documentation>Request to create a postage adjustment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:choice>
<xs:sequence>
<xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
<xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
</xs:sequence>
<xs:sequence>
<xs:element name="CustomerGroupID" type="mailxml_base:s25" />
<xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
</xs:sequence>
</xs:choice>
<xs:element name="PostageAdjustment" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PostageAdjustmentUserID" type="mailxml_base:s12" />
<xs:element name="StatementID" type="xs:nonNegativeInteger" />
<xs:element name="RateType" type="mailxml_base:rateType" minOccurs="0" />
<xs:element name="AdjustmentDate" type="xs:date" />
<xs:element name="AdjustmentType" type="mailxml_base:adjustmentType" />
<xs:element name="AdjustmentAmount" type="xs:double" />
<xs:element name="CreditDebitIndicator" type="mailxml_base:creditDebitIndicator" />
<xs:element name="TotalPiecesAffected" type="xs:nonNegativeInteger" />
<xs:element name="UserComments" type="mailxml_base:s20" minOccurs="0" />
<xs:element name="UserPostageStatementID" type="mailxml_base:s10" minOccurs="0" />
<xs:element name="AdjustmentStatus" type="mailxml_base:adjustmentStatusType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|