Forum Discussion

ahenket's avatar
ahenket
New Contributor
4 years ago
Solved

How to represent a mixed xml node

I'm trying to represent a mixed xml node in JSON schema. The mixed node has multiple attributes and text() contents   Example: <desc language="en-US">Description text</desc>   I got to here: "a...