Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://www.amazon.com/Global-Sourcebook-Address-Data-Management/dp/0566081091

Wiki Markup
\[\][http://www.upu.int/post_code/en/countries/GBR.pdf
Image Removed
]

http://xml.coverpages.org/Comparing-CEN-and-xNAL.pdfImage Removed

http://www.zipcodeworld.com/addressing/greatbritain.htm 

...

 The US Postal rules is the Top line should be for Attn to or Company name. The Line closest to the city, Postallocal should have the delivery info address line.

not in entity format but this will show how the formating would be called out in a simple form

the fmt would read by the UI code to put the input in the right sequence horzontally and veritically.  <AddressDetails>
<AddressLines>
<AddressLine fmt:LineNumber="1">Rahel Schmidt</AddressLine>
</AddressLines>
<Country>
<CountryName fmt:LineNumber="4">Switzerland</CountryName>
</Country>
<Locality>
<LocalityName fmt:LineNumber="3"fmt:ElementPosition="2">Ottenbach
</LocalityName>
</Locality>
<Thoroughfare>
<ThoroughfareName fmt:FollowingIndicator="str." fmt:ElementPosition="1"
fmt:LineNumber="2">Jonen</ThoroughfareName>
<ThoroughfareNumber>
<Number fmt:ElementPosition="2" fmt:LineNumber="2">25</Number>
</ThoroughfareNumber>
</Thoroughfare>
<Postal>
<PostalCode>
<PostalCodeNumber>
<Number fmt:LineNumber="3" fmt:ElementPosition="1">8913</Number>
</PostalCodeNumber>
</PostalCode>
</Postal>
</AddressDetails>