You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In types.xsd time is defined as a simple double, however inside state.sdf a string value of the form "0 0" is used as default. The documentation agrees with the latter and says it should be of the form "{seconds} {nanoseconds}.
I implemented a local fix inside types.xsd of the form
In
types.xsd
time is defined as a simple double, however insidestate.sdf
a string value of the form"0 0"
is used as default. The documentation agrees with the latter and says it should be of the form"{seconds} {nanoseconds}
.I implemented a local fix inside
types.xsd
of the formHowever, it still makes sense to bring it up as an issue here, since I don't know if this is the preferred solution.
The text was updated successfully, but these errors were encountered: