Hi Fernando
in general, there are three types of doctypes:
1) XML doctypes: allow storage of XML documents - the schema
must contain a global element matching the doctypes QName
2) non-XML doctypes: for storage of arbitrary (usually nonXML) documents
- the schema must not contain a matching global element,
the tsd:doctype element has a tsd:nonXML child element
An optional text index may be maintained for all documents with a text-like
mimetype
3) non-XML doctypes with shadow-XML documents: allows storage of arbitrary
documents again - a server extension is used to create a shadow-XML document from
the primary document.
The schema must contain a matching global element,
AND the tsd:doctype element has a tsd:nonXML child element
Usually, standard or text indexes are defined in the schema which are maintained
based on the shadow XML document similar to 1).
THERE IS NO TRANSITION BETWEEN ANY OF THESE TYPES - that’s probably the reason for the error message you have seen. If this does not explain your scenario, pls provide the old and new schema.
Best regards
Uli Post
as
#API-Management#webMethods#Tamino