Definition Type: Element
Name: FullServiceAddressCorrection
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into FeeNotification in schema mailxml_120308_xsd Drilldown into ClassNotificationType in schema mailxml_120308_xsd Drilldown into PrivateMailBox in schema mailxml_120308_xsd Drilldown into NewAddress in schema mailxml_120308_xsd Drilldown into OldAddress in schema mailxml_120308_xsd Drilldown into KeylineFromEDoc in schema mailxml_120308_xsd Drilldown into COAName in schema mailxml_120308_xsd Drilldown into DeliverabilityCodeType in schema mailxml_120308_xsd Drilldown into MoveType in schema mailxml_120308_xsd Drilldown into MoveEffectiveDate in schema mailxml_120308_xsd Drilldown into RecordCreationDate in schema mailxml_120308_xsd Drilldown into OriginalIMB in schema mailxml_120308_xsd Drilldown into OriginalMailerID9 in schema mailxml_120308_xsd Drilldown into OriginalMailerID6 in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MaildatJobID in schema mailxml_120308_xsd Drilldown into UserLicenseCode in schema mailxml_120308_xsdXSD Diagram of FullServiceAddressCorrection in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="FullServiceAddressCorrection">
    <xs:complexType>
        <xs:sequence>
            <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:choice>
                <xs:element name="OriginalMailerID6" type="mailxml_base:mailerID6Type" />
                <xs:element name="OriginalMailerID9" type="mailxml_base:mailerID9Type" />
            </xs:choice>
            <xs:element name="OriginalIMB" type="mailxml_base:iMBType" />
            <xs:element name="RecordCreationDate" type="xs:date" />
            <xs:element name="MoveEffectiveDate" type="xs:date" />
            <xs:element name="MoveType" type="mailxml_base:addressCorrectionMoveType" minOccurs="0" />
            <xs:element name="DeliverabilityCodeType" type="mailxml_base:deliverabilityCodeType" minOccurs="0" />
            <xs:element name="COAName">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="LastName" type="mailxml_base:s20" />
                        <xs:element name="FirstNameMiddleName" type="mailxml_base:s15" />
                        <xs:element name="prefix" type="mailxml_base:s15" />
                        <xs:element name="suffix" type="mailxml_base:s15" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="KeylineFromEDoc" type="xs:string" />
            <xs:element name="OldAddress" type="mailxml:addressCorrectionAddressType" />
            <xs:element name="NewAddress" type="mailxml:addressCorrectionAddressType" />
            <xs:element name="PrivateMailBox" type="mailxml_base:s37" />
            <xs:element name="ClassNotificationType" type="mailxml_base:classNotificationType" />
            <xs:element name="FeeNotification" type="mailxml_base:yesNo" />
            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UserLicenseCode mailxml:UserLicenseCode (1) (1)
MaildatJobID mailxml:MaildatJobID (1) (1)
CustomerGroupID mailxml:CustomerGroupID (1) (1)
MailingGroupID mailxml:MailingGroupID (1) (1)
OriginalMailerID6 mailxml:OriginalMailerID6 (1) (1)
OriginalMailerID9 mailxml:OriginalMailerID9 (1) (1)
OriginalIMB mailxml:OriginalIMB (1) (1)
RecordCreationDate mailxml:RecordCreationDate (1) (1)
MoveEffectiveDate mailxml:MoveEffectiveDate (1) (1)
MoveType mailxml:MoveType 0 (1)
DeliverabilityCodeType mailxml:DeliverabilityCodeType 0 (1)
COAName mailxml:COAName (1) (1)
KeylineFromEDoc mailxml:KeylineFromEDoc (1) (1)
OldAddress mailxml:OldAddress (1) (1)
NewAddress mailxml:NewAddress (1) (1)
PrivateMailBox mailxml:PrivateMailBox (1) (1)
ClassNotificationType mailxml:ClassNotificationType (1) (1)
FeeNotification mailxml:FeeNotification (1) (1)
ReturnInfo mailxml:ReturnInfo 0 (1)