You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,8 +27,22 @@ The properties in the table below can be used in these parts of fiboa documents:
26
27
27
28
| Property Name | Type | Description |
28
29
| ---------------------- | ------ | ----------- |
29
-
| admin:country_code| string |**REQUIRED.** ISO 3166-1 alpha-2 country code (aka admin0). Two-letter country code for the country that contains the field, e.g. DE for Germany. Can be found at <https://www.iso.org/obp/ui/#search> under the Alpha-2 code column. |
30
-
| admin:subdivision_code| string | ISO 3166-2 codes for identifying the principal subdivisions (e.g., provinces or states) of a country (aka admin1) that contains the field. The feature only contains the second part of the ISO 3166-2 code, to reduce redundancy. |
30
+
| admin:country_code| string |**REQUIRED.** ISO 3166-1 alpha-2 country code (aka admin0). Two-letter country code for the country that contains the field. |
31
+
| admin:subdivision_code| string | ISO 3166-2 codes for identifying the principal subdivisions (e.g., provinces or states) of a country (aka admin1) that contains the field. The feature only contains the second part of the ISO 3166-2 code to reduce redundancy. |
32
+
33
+
The codes can be found at:
34
+
35
+
- Search for country codes at <https://www.iso.org/obp/ui/#search> via the Alpha-2 code column.
36
+
- The subdivision codes can then be accessed at <https://www.iso.org/obp/ui/#iso:pub:PUB500001:en>
37
+
38
+
Please note that for some countries subdivision codes are not available.
39
+
40
+
### Examples
41
+
42
+
1. California, USA:
43
+
`admin:country_code` = `US` and `admin:subdivision_code` = `CA`
44
+
2. Bavaria, Germany:
45
+
`admin:country_code` = `DE` and `admin:subdivision_code` = `BY`
0 commit comments