fullstack-lang / gongxsd

MIT License
0 stars 0 forks source link

reqif: no more than one SPEC_OBJECT unmarshalled #30

Closed thomaspeugeot closed 2 weeks ago

thomaspeugeot commented 2 weeks ago
type A_SPEC_OBJECTS struct {
    Name string `xml:"-"`

    // insertion point for fields

    // generated from element "SPEC-OBJECT" of type SPEC-OBJECT order 204 depth 3
    SPEC_OBJECT *SPEC_OBJECT `xml:"SPEC-OBJECT,omitempty"`
}

unbounded is obviously not well computed.

thomaspeugeot commented 2 weeks ago

The parent has not been properly computed. the element has no parent.