-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xs:dateTime type not supported #19
Comments
What errors do you get exactly? |
See below:
|
Last month I regenerated the regular xsd files, see the mpc file which option I used, very likely you need to extend XSC, can’t find a reference to dateTime in the current code |
You could make it a xs:string for the moment, that would at least make it possible to generate the necessary code. I used as generation command:
|
See the following xsd file:
https://www.omg.org/spec/DDS-SECURITY/20170901/omg_shared_ca_permissions.xsd
Generation of C++ errors out when hitting the xs:dateTime type.
The text was updated successfully, but these errors were encountered: