Visible fields attribute of the country XML file

Attribute visibleFields on the <country> element in file country.xml defines the set of address fields that are visible for this country. For example:
France
visibleFields="Country,AddressLine1,AddressLine2,AddressLine3,PostalCode,City,CEDEX,CEDEXBureau"
Japan
visibleFields="Country,PostalCode,State,City,CityKanji,AddressLine1,AddressLine1Kanji,AddressLine2,AddressLine2Kanji"
United States
visibleFields="Country,AddressLine1,AddressLine2,AddressLine3,City,State,PostalCode,County"

The order of the fields does not matter. The fields must be defined in the class AddressOwnerFieldId.

If a country.xml file does not have visibleFields defined, PolicyCenter uses the set of address fields defined for the United States.

See also