Hi Shuch
the error message means, that the value of the name attribute
of tsd:doctype must reference an existing global element declaration.
E.g. you might want to replace
<tsd:doctype name = “Tv_dtd”>
by
<tsd:doctype name = “SCHEDULE”>
in order to refer to
<xs:element name = “SCHEDULE”>
In addition, your schema lacks element declarations for the following
elements: DATE, YES, NO - they are referenced e.g. with
<xs:element ref=“DATE”>
but not declared.
After adding these declarations as well, your schema can be defined in Tamino.
Best regards
Uli
#webMethods#Tamino#API-Management