xgen icon indicating copy to clipboard operation
xgen copied to clipboard

XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator

Results 34 xgen issues
Sort by recently updated
recently updated
newest added

**Description** The goal is to write a go program that can parse requirement documents that conforms to the OMG standard ReqIF 1.2 The xsd is defined here (https://www.omg.org/spec/ReqIF/20110401/reqif.xsd) The xml...

**Description** Some simple types are not generated under given circumstances. The original XSD is not created by me, but is i understand, is old and widely used. I have no...

Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.7.0 to 0.23.0 Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections...

dependencies
go

# PR Details Adds support for optional elements where `minOccurs=0`. ## Description At present, elements have an `Optional` field that is never set during XSD parsing. This PR sets the...