diff --git a/data/fields/ref/EU/EVSE.json b/data/fields/ref/EU/EVSE.json new file mode 100644 index 00000000..bb34c96c --- /dev/null +++ b/data/fields/ref/EU/EVSE.json @@ -0,0 +1,16 @@ +{ + "key": "ref:EU:EVSE", + "type": "identifier", + "label": "Electrical Vehicle Supply Equipment (EVSE)", + "placeholder": "DE*ABC*E12345ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "locationSet": { + "include": [ + "EU" + ] + }, + "terms": [ + "EVSE", + "Electrical Vehicle Supply Equipment" + ], + "pattern": "^[A-Z]{2}\\*[A-Z0-9]{3}\\*[EPS][A-Z0-9]{1,31}(?:;[A-Z]{2}\\*[A-Z0-9]{3}\\*[EPS][A-Z0-9]{1,31})*$" +} \ No newline at end of file