To support cooperation with tools like FrankFlow, a FrankConfiguration must be able to contain data from these tools, like x,y coordinates. To handle these independently, they are placed in a specific namespace.
To support this, the generated XSDs must allow for this.
This can be done be adding the following at all places where also the 'active' is added:
<xs:anyAttribute namespace="##other"/>
To support cooperation with tools like FrankFlow, a FrankConfiguration must be able to contain data from these tools, like x,y coordinates. To handle these independently, they are placed in a specific namespace. To support this, the generated XSDs must allow for this. This can be done be adding the following at all places where also the 'active' is added:
<xs:anyAttribute namespace="##other"/>