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
EmitterSystem supports EmitterName enums, but not EmitterNameAdditional enums which cover part of all the enums defined in the standard. This means that enums which are part of EmitterNameAdditional cannot be put into EmitterSystem. Also, during unmarshall of EmitterSystem with an enum that is in the range EmitterNameAdditional covers, a null value is set to the systems emitterName attribute.
The text was updated successfully, but these errors were encountered:
EmitterSystem supports EmitterName enums, but not EmitterNameAdditional enums which cover part of all the enums defined in the standard. This means that enums which are part of EmitterNameAdditional cannot be put into EmitterSystem. Also, during unmarshall of EmitterSystem with an enum that is in the range EmitterNameAdditional covers, a null value is set to the systems emitterName attribute.
The text was updated successfully, but these errors were encountered: