frankframework / frank-doc

Frank!Doc
https://frankdoc.frankframework.org
Apache License 2.0
4 stars 5 forks source link

Support for attributes from other namespaces in configuration files #64

Closed gvanbrakel closed 2 years ago

gvanbrakel commented 2 years ago

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"/>