Working on a BTDF deployment package, firstly the schema, and getting lots of warnings that ...
a previously deployed schema "" have the same target namespace "http://schemas.microsoft.com/2003/10/Serialization/".
which track back to the various copies of the ..._schemas_microsoft_com_2003_10_Serialization.xsd
, presumably added by referencing multiple web services.
Are these all needed? ... especially as the content is identical
Is even one needed?
Similarly, there are multiple copies of the ...Serialization_Arrays.xsd
No, multiple copies of these schemas do not have to be Deployed. But...
These schema are included in Projects when you generate schemas for WCF Adapter services though with different .Net Type names and namespaces. They only thing they contain are element type definitions and are used by the referring schema.
But, not every definition is used and yes, it does tend to clutter the Schemas list in BT Admin.
So, there are some ways to mitigate this: