Say I have an ObjectScript object called Book. It has 2 properties title and author. It extends JSON.%Adaptor, so I can call book.
I'm trying to validate a %Stream.GlobalCharacter with an XML content against an XSD schema, to validate mandatory nodes, etc...
I'm trying to use the Ens.Util.XML.Validator class, as suggested on this post:
https://community.intersystems.com/post/validate-xml-message-against-xsd...

.png)

.png)

.png)