diff --git a/model/countries/CA/CA-metadata.yaml b/model/countries/CA/CA-metadata.yaml index 5da5bbb..a9399f3 100644 --- a/model/countries/CA/CA-metadata.yaml +++ b/model/countries/CA/CA-metadata.yaml @@ -1,2 +1,4 @@ country: CA -flag: 🇨🇦 \ No newline at end of file +flag: 🇨🇦 +overview: | + Addresses in Canada follow the structure described in the following DOCUMENT. \ No newline at end of file diff --git a/model/countries/DE/DE-metadata.yaml b/model/countries/DE/DE-metadata.yaml index a7e1f72..0784ce2 100644 --- a/model/countries/DE/DE-metadata.yaml +++ b/model/countries/DE/DE-metadata.yaml @@ -1,2 +1,6 @@ country: DE flag: 🇩🇪 + + +overview: | + Addresses in Germany follow the structure described in the following DOCUMENT. \ No newline at end of file diff --git a/model/countries/FR/FR-metadata.yaml b/model/countries/FR/FR-metadata.yaml index 83dfc66..fea7d31 100644 --- a/model/countries/FR/FR-metadata.yaml +++ b/model/countries/FR/FR-metadata.yaml @@ -1,2 +1,5 @@ country: FR flag: 🇫🇷 + +overview: | + Addresses in France follow the structure described in the following DOCUMENT. \ No newline at end of file diff --git a/model/countries/IT/IT-metadata.yaml b/model/countries/IT/IT-metadata.yaml index cf5d3e8..ebc4c9a 100644 --- a/model/countries/IT/IT-metadata.yaml +++ b/model/countries/IT/IT-metadata.yaml @@ -1,2 +1,5 @@ country: IT flag: 🇮🇹 + +overview: | + Addresses in Italy follow the structure described in the following DOCUMENT. \ No newline at end of file diff --git a/model/countries/MX/MX-metadata.yaml b/model/countries/MX/MX-metadata.yaml index 096ac63..4bc9ddd 100644 --- a/model/countries/MX/MX-metadata.yaml +++ b/model/countries/MX/MX-metadata.yaml @@ -1,2 +1,5 @@ country: MX flag: 🇲🇽 + +overview: | + Addresses in Mexico follow the structure described in the following DOCUMENT. diff --git a/model/countries/NL/NL-metadata.yaml b/model/countries/NL/NL-metadata.yaml index 0f041d8..1b3676b 100644 --- a/model/countries/NL/NL-metadata.yaml +++ b/model/countries/NL/NL-metadata.yaml @@ -5,6 +5,7 @@ overview: |

Netherlands address forms rarely use the address line concept. Instead, they use more granular fields describing entities like city, postal code, state, street name, and building number. This addressing system is unified across the country, except for a few cities and districts. + The unified structure is described in the following DOCUMENT. Address fields in the Netherlands can be divided into two groups: high-level location and street address.

High-level location

High-level location fields are: country, state, city, and postal code. diff --git a/model/countries/PL/PL-metadata.yaml b/model/countries/PL/PL-metadata.yaml index 95e2144..6436ea2 100644 --- a/model/countries/PL/PL-metadata.yaml +++ b/model/countries/PL/PL-metadata.yaml @@ -2,7 +2,7 @@ country: PL flag: 🇵🇱 overview: | - - Street Addresses in Poland typically consist of street name, building number and apartment number. - Specifically for data model of Poland the node building-and-unit was created to store house number and apartment number in one node. - The whole node of street-address for Poland in redundant, since the data is stored in building-location node, but we keep the main street-address node to preserve generic i18n project tree like data structure. \ No newline at end of file + Addresses in Poland follow the structure described in the following DOCUMENT. + Street Addresses in Poland typically consist of street name, building number and apartment number. + Specifically for data model of Poland the node building-and-unit was created to store house number and apartment number in one node. + The whole node of street-address for Poland in redundant, since the data is stored in building-location node, but we keep the main street-address node to preserve generic i18n project tree like data structure. \ No newline at end of file diff --git a/model/countries/US/US-metadata.yaml b/model/countries/US/US-metadata.yaml index 931d724..2400b88 100644 --- a/model/countries/US/US-metadata.yaml +++ b/model/countries/US/US-metadata.yaml @@ -1,2 +1,5 @@ country: US flag: 🇺🇸 + +overview: | + Addresses in the US follow the structure described in the following DOCUMENT.