How fix Tibco BW Coercion mapping err? -
I have any type of element to map to Mapper, but when I follow the instructions to select "XSD" in the left panel "Process Data", I saw a red error in the right "Activity Input" Forced error: Replacement type is not a sub type of type "employee" element (check earnest list);
This employee. Xsd is very simple:
& lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; XSD: Schema & gt; & Lt; Xsd: element name = "employee" & gt; & Lt; XSD: Annotation & gt; & Lt; XSD: Documentation & gt; When changes in any part of the employee (retire, resign, leave) & lt; / Xsd: Documentation & gt; & Lt; / XSD: Annotation & gt; & Lt; XSD: complexType & gt; & Lt; XSD: Sequence & gt; & Lt; Xsd: element name = "EmployeeID" & gt; & Lt; XSD: Annotation & gt; & Lt; XSD: Documentation & gt; This is EmployeeID which is equivalent to emp_ID unique identifier for a specific employee; & Lt; / XSD: Documentation & gt; & Lt; / XSD: Annotation & gt; & Lt; XSD: simpleType & gt; & Lt; Xsd: ban base = "xsd: string" & gt; & Lt; Xsd: maxlampon value = "50" /> & Lt; / XSD: Ban & gt; & Lt; / XSD: simpleType & gt; & Lt; / XSD: element & gt; & Lt; / XSD: Sequence & gt; & Lt; / XSD: complexType & gt; & Lt; / XSD: element & gt; & Lt; / XSD: Schema & gt;
But why can not it be forced ??
Thank you
It seems as if you override an existing element forcibly Try to forcefully work only on "any" element! Do you want to upload the actual process, where do you want to apply it?
Cheers Apple
Comments
Post a Comment