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
If simpleType has only length restriction then it will skipped when generating structs, because flatten1 method returns builtin type if simpleType has got empty doc field.
If simpleType has only length restriction then it will skipped when generating structs, because
flatten1
method returnsbuiltin
type if simpleType has got emptydoc
field.https://github.com/droyo/go-xml/blob/master/xsdgen/xsdgen.go#L466
https://github.com/droyo/go-xml/blob/master/xsdgen/xsdgen.go#L534
it's represents in broken
ExamplePackageName
https://github.com/droyo/go-xml/blob/master/xsdgen/example_test.go#L117
The text was updated successfully, but these errors were encountered: