Has anyone been able to successfully generate C# entity classes from XACML2 schema files? I am getting "Cannot use wildcards at the top level of a schema." I think this has something to do with xs:any elements. I have tried change the processContents="skip" (from "lax") but to no avail. I get this using WSCF Blue as well as xsd.exe.
|
feedback
|
|
Works perfectly for me using the version of xsd.exe that ships w/ VS 2010. | |||
|
feedback
|
|
I have no problems running the Xacml3 schema through VS2010 XSD.exe, but I do see this "Cannot use wildcards at the top level of a schema" error when trying to process the Xacml2 schema with XSD. XSD processes the Xacml2 Policy schema with no errors. XSD reports this wildcard error when processing the Xacml2 Context schema. The issue appears to be the combination of Solution: Remove | |||
|
feedback
|