Originally posted by: migsss
I need to modify a Type tree that is based in a XSD schema using Xerces validation, The change consists in adding some new XML elements. Due to the Xerces validation option, I cannot add the elements handly, because I cannot use XML as a value for the field intention and I cannot especify the XSD elements that they derive from.
The easyer way to tackle the issue is importing the new version of the xsd schema and overwriting my current type tree, but there are some particles (sequences, choices...) whose name is set by the WTX importer, and is a prefix + a secuence number (seq1, seq2, seq3...). When I import the new XSD, a lot of the current names change, and the correlations become incorrect, with hundreds of errors.
Is there a way to change only the part of the type tree that I need, and adding some fields without importing the XSD again?
Thanks...
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange