Hi i’m trying to create a couple of xml schemas and i created 1 schema without any problem but when i create a second one it says the following error msg:
Warning: 0
identifier: /schema/element[@name="message_package"]
source: ----- Source -----
<xs:element abstract="false" nillable="false" name="message_package">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="ctmem:request">
<xs:attribute name="version" use="required" form="qualified">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="1.0"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
warningMessage: [ISC.0082.9701] Duplicate declaration found in schema CTRLM:sairam with the same target namespace.
can’t we declare same element in 2 schema which has same targetNamespace, if so what should i do to add the element ref in the schema.
Hope someone help.counting on RMG,McClarson.
Thanks
kanthi
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services