Definition Type: ComplexType
Name: Address_Type
Namespace: http://ACORD.org/Standards/Life/2
Containing Schema: XMLife2.20.01.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OLifEExtension in schema xlifebase2_20_01_xsd Drilldown into CountyName in schema xmlife2_20_01_xsd Drilldown into AddressValidInd in schema xmlife2_20_01_xsd Drilldown into Language in schema xmlife2_20_01_xsd Drilldown into LegalAddressInd in schema xmlife2_20_01_xsd Drilldown into PreventOverrideInd in schema xmlife2_20_01_xsd Drilldown into AddressBarCodeInd in schema xmlife2_20_01_xsd Drilldown into AddressFormatTC in schema xmlife2_20_01_xsd Drilldown into ReturnedMailInd in schema xmlife2_20_01_xsd Drilldown into PostalDropCode in schema xmlife2_20_01_xsd Drilldown into RecurringStartMoDay in schema xmlife2_20_01_xsd Drilldown into RecurringEndMoDay in schema xmlife2_20_01_xsd Drilldown into YearsAtAddress in schema xmlife2_20_01_xsd Drilldown into StartDate in schema xlifebase2_20_01_xsd Drilldown into EndDate in schema xlifebase2_20_01_xsd Drilldown into SolicitationInd in schema xmlife2_20_01_xsd Drilldown into PrefAddr in schema xmlife2_20_01_xsd Drilldown into AddressCountryTC in schema xmlife2_20_01_xsd Drilldown into AddressCountry in schema xmlife2_20_01_xsd Drilldown into Zip in schema xmlife2_20_01_xsd Drilldown into AddressStateTC in schema xmlife2_20_01_xsd Drilldown into AddressState in schema xmlife2_20_01_xsd Drilldown into City in schema xmlife2_20_01_xsd Drilldown into Line5 in schema xmlife2_20_01_xsd Drilldown into Line4 in schema xmlife2_20_01_xsd Drilldown into Line3 in schema xmlife2_20_01_xsd Drilldown into Line2 in schema xmlife2_20_01_xsd Drilldown into Line1 in schema xmlife2_20_01_xsd Drilldown into AttentionLine in schema xmlife2_20_01_xsd Drilldown into AddressTypeCode in schema xmlife2_20_01_xsd Drilldown into AddressSysKey in schema xmlife2_20_01_xsd Drilldown into AddressKey in schema xmlife2_20_01_xsd Drilldown into DataRep in schema xmlife2_20_01_xsd Drilldown into id in schema xmlife2_20_01_xsdXSD Diagram of Address_Type in schema xmlife2_20_01_xsd (Acord - Life, Annuity & Health Standards Program)
Collapse XSD Schema Code:
<xsd:complexType name="Address_Type">
    <xsd:sequence>
        <xsd:element ref="AddressKey" minOccurs="0" />
        <xsd:element ref="AddressSysKey" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AddressTypeCode" minOccurs="0" />
        <xsd:element ref="AttentionLine" minOccurs="0" />
        <xsd:element ref="Line1" minOccurs="0" />
        <xsd:element ref="Line2" minOccurs="0" />
        <xsd:element ref="Line3" minOccurs="0" />
        <xsd:element ref="Line4" minOccurs="0" />
        <xsd:element ref="Line5" minOccurs="0" />
        <xsd:element ref="City" minOccurs="0" />
        <xsd:element ref="AddressState" minOccurs="0" />
        <xsd:element ref="AddressStateTC" minOccurs="0" />
        <xsd:element ref="Zip" minOccurs="0" />
        <xsd:element ref="AddressCountry" minOccurs="0" />
        <xsd:element ref="AddressCountryTC" minOccurs="0" />
        <xsd:element ref="PrefAddr" minOccurs="0" />
        <xsd:element ref="SolicitationInd" minOccurs="0" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="StartDate" minOccurs="0" />
        <xsd:element ref="YearsAtAddress" minOccurs="0" />
        <xsd:element ref="RecurringEndMoDay" minOccurs="0" />
        <xsd:element ref="RecurringStartMoDay" minOccurs="0" />
        <xsd:element ref="PostalDropCode" minOccurs="0" />
        <xsd:element ref="ReturnedMailInd" minOccurs="0" />
        <xsd:element ref="AddressFormatTC" minOccurs="0" />
        <xsd:element ref="AddressBarCodeInd" minOccurs="0" />
        <xsd:element ref="PreventOverrideInd" minOccurs="0" />
        <xsd:element ref="LegalAddressInd" minOccurs="0" />
        <xsd:element ref="Language" minOccurs="0" />
        <xsd:element ref="AddressValidInd" minOccurs="0" />
        <xsd:element ref="CountyName" minOccurs="0" />
        <xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
    <xsd:attribute name="DataRep" type="DATAREP_TYPES" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressKey nsA:AddressKey 0 (1)
AddressSysKey nsA:AddressSysKey 0 unbounded
AddressTypeCode nsA:AddressTypeCode 0 (1)
AttentionLine nsA:AttentionLine 0 (1)
Line1 nsA:Line1 0 (1)
Line2 nsA:Line2 0 (1)
Line3 nsA:Line3 0 (1)
Line4 nsA:Line4 0 (1)
Line5 nsA:Line5 0 (1)
City nsA:City 0 (1)
AddressState nsA:AddressState 0 (1)
AddressStateTC nsA:AddressStateTC 0 (1)
Zip nsA:Zip 0 (1)
AddressCountry nsA:AddressCountry 0 (1)
AddressCountryTC nsA:AddressCountryTC 0 (1)
PrefAddr nsA:PrefAddr 0 (1)
SolicitationInd nsA:SolicitationInd 0 (1)
EndDate nsA:EndDate 0 (1)
StartDate nsA:StartDate 0 (1)
YearsAtAddress nsA:YearsAtAddress 0 (1)
RecurringEndMoDay nsA:RecurringEndMoDay 0 (1)
RecurringStartMoDay nsA:RecurringStartMoDay 0 (1)
PostalDropCode nsA:PostalDropCode 0 (1)
ReturnedMailInd nsA:ReturnedMailInd 0 (1)
AddressFormatTC nsA:AddressFormatTC 0 (1)
AddressBarCodeInd nsA:AddressBarCodeInd 0 (1)
PreventOverrideInd nsA:PreventOverrideInd 0 (1)
LegalAddressInd nsA:LegalAddressInd 0 (1)
Language nsA:Language 0 (1)
AddressValidInd nsA:AddressValidInd 0 (1)
CountyName nsA:CountyName 0 (1)
OLifEExtension nsA:OLifEExtension 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
DataRep nsA:DataRep (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Address