Hi,
What I’m doing – it’s generating schemas from given XML file with BTS wizard. I need, that all fields in schema will be generated with type xs:string.
Is there a way to do such thing? The problem is, that evem though I put strings in fields (to create fields as elemnts and not records) – some of them generated as different type as unsigned byte, unsigned int etc’.
Manually changing those type – in schema works, but the problem is that one new schema lately I need to create – was made of some 750+ nodes.
So, is there a way to automate changing type?