Skip to content

Distinct treatment of lists in XML as well as Goessner #56

@opoudjis

Description

@opoudjis

XML examples have lists as

<XList><X>A</X><X>B</X></XList>

That is consistent with Goessner, but it is inconsistent with PESC, which is what the object schemas are in:

{ XList: { X : [A, B] } }

As a result, XML examples with lists do not validate, now that PESC examples with lists do.

The resolution is increasingly looking to be that we cannot apply a single schema, no matter how clever, to all of XML, PESC, and Goessner: the schema for each payload notation needs to be different.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions