Definition Type: ComplexType
Name: addressCorrectionAddressType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ZipCodePlus4 in schema mailxml_120308_xsd Drilldown into ZipCode in schema mailxml_120308_xsd Drilldown into State in schema mailxml_120308_xsd Drilldown into City in schema mailxml_120308_xsd Drilldown into SecondaryNumber in schema mailxml_120308_xsd Drilldown into UnitDesignator in schema mailxml_120308_xsd Drilldown into PostDirectional in schema mailxml_120308_xsd Drilldown into StreetSuffix in schema mailxml_120308_xsd Drilldown into StreetName in schema mailxml_120308_xsd Drilldown into PreDirectional in schema mailxml_120308_xsd Drilldown into PrimaryNumber in schema mailxml_120308_xsd Drilldown into UrbanizationName in schema mailxml_120308_xsd Drilldown into AddressType in schema mailxml_120308_xsdXSD Diagram of addressCorrectionAddressType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="addressCorrectionAddressType">
    <xs:sequence>
        <xs:element name="AddressType" type="mailxml_base:addressType" />
        <xs:element name="UrbanizationName" type="xs:string" />
        <xs:element name="PrimaryNumber" type="mailxml_base:s10" />
        <xs:element name="PreDirectional" type="mailxml_base:s02" />
        <xs:element name="StreetName" type="mailxml_base:s28" />
        <xs:element name="StreetSuffix" type="mailxml_base:s04" />
        <xs:element name="PostDirectional" type="mailxml_base:s02" />
        <xs:element name="UnitDesignator" type="mailxml_base:s04" />
        <xs:element name="SecondaryNumber" type="mailxml_base:s10" />
        <xs:element name="City" type="mailxml_base:s28" />
        <xs:element name="State" type="mailxml_base:s02" />
        <xs:element name="ZipCode" type="mailxml_base:ns05" />
        <xs:element name="ZipCodePlus4" type="mailxml_base:ns04" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressType mailxml:AddressType (1) (1)
UrbanizationName mailxml:UrbanizationName (1) (1)
PrimaryNumber mailxml:PrimaryNumber (1) (1)
PreDirectional mailxml:PreDirectional (1) (1)
StreetName mailxml:StreetName (1) (1)
StreetSuffix mailxml:StreetSuffix (1) (1)
PostDirectional mailxml:PostDirectional (1) (1)
UnitDesignator mailxml:UnitDesignator (1) (1)
SecondaryNumber mailxml:SecondaryNumber (1) (1)
City mailxml:City (1) (1)
State mailxml:State (1) (1)
ZipCode mailxml:ZipCode (1) (1)
ZipCodePlus4 mailxml:ZipCodePlus4 0 (1)
Collapse Derivation Tree:
Collapse References:
mailxml:NewAddress, mailxml:OldAddress