
Custom namespace URI and prefix
Hi all,
is there possible to use custom
namespaceuri and
prefix for custom types created with SIDE Data Diagram modeler?
Those generated by the "SIDE Generation" tool are like this:
into file SIDE_model/model/model.xmlCode:
...
<namespaces>
<namespace uri="http://www.bluexml.com/model/content/1.0" prefix="bxcm" />
</namespaces>
...
I want to replace the bluexml namespaceuri and get something like
Code:
<namespaces>
<namespace uri="http://www.qbreng.it/model/content/1.0" prefix="qbrcm" />
</namespaces>
and than to import this namespace into
SIDE_ModelExtension_{mymodel}/model/model.xml instead of
Code:
<!-- Import BlueXML Definitions -->
<import uri="http://www.bluexml.com/model/content/1.0" prefix="bxcm" />