php-fhir icon indicating copy to clipboard operation
php-fhir copied to clipboard

Track whether xml field defined as attribute or child element

Open dcarbone opened this issue 1 year ago • 0 comments

Example here: https://github.com/dcarbone/php-fhir/actions/runs/8928798174/job/24525131738#step:11:66

When unserializing from an XML source, we need to track whether the type was found as an attribute value or a child element, possibly also allowing overrides.

dcarbone avatar May 02 '24 18:05 dcarbone