Versions Compared

Key

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

...

these entities is fashioned after the xAL:2.0
http://www.oasis-open.org/committees/ciq/ciq.html#6

The Country entiy entity might be tied into the Geocode. You can have differerent different Mailing structures in a country
most of this specification is calling out how to create an address for different Countries.
in the way ofbiz works Country would be used to define the layout of a countries address. both in the UI and in how the data is added to the PostalAddress data.

...

the fmt would read by the UI code to put the input in the right sequence horzontally and veritically.  <AddressDetails>
<AddressLines>
<AddressLine

Code Block
xml
xml
 
   <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>