Definition Type: Element
Name: PostageAdjustment
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdjustmentStatus in schema mailxml_120308_xsd Drilldown into UserPostageStatementID in schema mailxml_120308_xsd Drilldown into UserComments in schema mailxml_120308_xsd Drilldown into TotalPiecesAffected in schema mailxml_120308_xsd Drilldown into CreditDebitIndicator in schema mailxml_120308_xsd Drilldown into AdjustmentAmount in schema mailxml_120308_xsd Drilldown into AdjustmentType in schema mailxml_120308_xsd Drilldown into AdjustmentDate in schema mailxml_120308_xsd Drilldown into RateType in schema mailxml_120308_xsd Drilldown into StatementID in schema mailxml_120308_xsd Drilldown into PostageAdjustmentUserID in schema mailxml_120308_xsdXSD Diagram of PostageAdjustment in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PostageAdjustmentUserID mailxml:PostageAdjustmentUserID (1) (1)
StatementID mailxml:StatementID (1) (1)
RateType mailxml:RateType 0 (1)
AdjustmentDate mailxml:AdjustmentDate (1) (1)
AdjustmentType mailxml:AdjustmentType (1) (1)
AdjustmentAmount mailxml:AdjustmentAmount (1) (1)
CreditDebitIndicator mailxml:CreditDebitIndicator (1) (1)
TotalPiecesAffected mailxml:TotalPiecesAffected (1) (1)
UserComments mailxml:UserComments 0 (1)
UserPostageStatementID mailxml:UserPostageStatementID 0 (1)
AdjustmentStatus mailxml:AdjustmentStatus 0 (1)