-
Couldn't load subscription status.
- Fork 0
Description
I have started to implement this project to generate c# classes and so far it has worked great. The main issue I have run into is accessing the multiplicity of a property. I don't see it in the Xmi classes and I don't really even see where it is located in the raw SysML XMI file (although I'm sure it's in there somewhere).
My temporary solution is to create a manual list to determine if a property is an array and also if it is required/optional.
My question is, is the Multiplicity something that is directly pulled from the SysML XMI file? Or is this something that is derived from other properties?
Any help would be appreciated.
Thanks,
-Patrick