Hi,
I am trying to use FlexSim XML model to facilitate coordination between modelers when we are working on the same model. I have followed the XML help to split a model into the multiple XML files. Many times I found the only difference is the “f” attributes of some nodes. I am trying to understand what they means, or those changes matter or not. Below are two examples I have.
Old: <node f="90072" dt="4"><name>BerthPlanner</name><data>
New: <node f="90173" dt="4"><name>BerthPlanner</name><data>
…
Old: <node f="42"><name>labels</name>
New: <node f="43"><name>labels</name>
I took a look of the FlexSimXML.xsd in the FlexSim 2017 help directory. I can understand most of the file. But for the comments explaining “f” attributes, I am not sure if they are still valid. For example, the xsd file talks about the two hex values separated by a hyphen, but it is clear there is no hyphen in the above examples. And it appears the notes about flags are not complete.
- ·Could you please clarify?
- ·Is there any updated FlexSimXML.xsd?
- ·Can you give me some hints to understand the above two examples?
Thanks,
Alan