ttjorvi

Results 2 issues of ttjorvi

In line 36 of `XTypedServices.cs` there is missing a check for whether xe is null for `ToXTypedElement`. Null is checked in other `ToXTypedElement` methods but is missing in this one....

bug

When adding a second `Document` element to a `MsgHead` element defined in the following schema: ``` xxx ``` the previous entry is removed. This is happening in `.\LinqToXsdCore\XObjectsCore\API\ChoiceContentModelEntity.cs` when a...