http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ModifiedAddressInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ModifiedAddressInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of BaseInfo Complex Type
Diagram
CustomerNumber Element IsoCountryCode Element CountryDescription Element CountryId Element City Element ZipCode Element County Element AddressDescription Element Address Element NumberPart2 Element NumberPart1 Element Street Element AddressType Element ExternalCode Element CustomerId Element ItemId Element Sequence ModifiedAddressInfo Complex Type
Overview
Sequence
ItemId xs:int
CustomerId xs:int
ExternalCode optional xs:string
Street optional xs:string
NumberPart2 optional xs:string
Address optional xs:string
AddressDescription optional xs:string
County optional xs:string
ZipCode optional xs:string
City optional xs:string
CountryId xs:int
CountryDescription optional xs:string
IsoCountryCode optional xs:string
Used By
ModifiedAddressInfo Element
Source
<xs:complexType name="ModifiedAddressInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BaseInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="ExternalCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="AddressType" type="tns:AddressType2" />
        <xs:element minOccurs="0" maxOccurs="1" name="Street" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="NumberPart1" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="NumberPart2" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Address" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="AddressDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="County" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="ZipCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="City" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CountryId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="CountryDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="IsoCountryCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents