From an XML Schema using xmlschema package, I extracted an XsdEnumerationFacets like the one below How can I extract the possible values from it? (‘OP1’, ‘OP2’, ‘OP3’, ‘OP3’, ‘OP4’ and so on in this case). I had one idea to convert it into string (st…