ehn-dcc-development / eu-dcc-schema

Schema for the ehn DCC payload
Apache License 2.0
164 stars 59 forks source link

Name representation is now an object #5

Closed martin-lindstrom closed 3 years ago

martin-lindstrom commented 3 years ago

Fixed so that the nam-element is now an object with fn, fnt, gn, gnt. Previously it was an array with one element, the person_name.

For those generating code from the schema I also changed _fn to fnt and _gn to gnt.

thinkberg commented 3 years ago

Would it be okay to add an example of multiple sur- and forenames? I my interpretation correct that surname and forename are separated by a comma?

martin-lindstrom commented 3 years ago

Would it be okay to add an example of multiple sur- and forenames? I my interpretation correct that surname and forename are separated by a comma?

Printed yes. But when divided in separate items such as gn and fn they are separate items. The description is a bit misleading.