Originally posted by: SystemAdmin
Hi,
Using Xerces validation, the root of an imported type tree is named XSD.
Using Classic validation,If a group representing a compositor (xs:sequence, xs:choice, xs:all) has a single component with a range (1:1), the group is removed.
If a type tree contains a structure like the following structure:
- Seq1
- element (0:s)
- Seq2
- element (0:s)It is transformed into the following structure:
- Seq1
- element (1:s)
- Seq2
- element (1:s)
Thanks,
Tarak
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender