Hello!
I have a problem with the Tamino Word 2003 schemata (TsdWORDprocessingML.zip) provided by the SAG.
System:
Win XP Pro
Tamino 4.2.1
The Word2003 schema consists of 12 single schema files wich have to be defined in a correct order.
After defining schema 1 and 2 (1_vml_mod.tsd, 2_office.tsd)
an error appears with schema 3 when defining it (3_vml.tsd)
[i] <?xml version="1.0" encoding="ISO-8859-1" ?>
- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
- <ino:message ino:returnvalue=“7969”>
<ino:messagetext ino:code=“INOXDE7969”>New global attribute detected during schema update</ino:messagetext>
ino:messagelineLine 1017, Column 3: old schema: , new schema: xs:attribute : spt</ino:messageline>
</ino:message>
</ino:response>[/i]
The schemata 4 - 9 do work.
Then schmema 10 (10_wordnetaux_imp.tsd) makes trouble:
[i] <?xml version="1.0" encoding="ISO-8859-1" ?>
- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
- <ino:message ino:returnvalue=“7968”>
<ino:messagetext ino:code=“INOXDE7968”>New global element detected during schema update</ino:messagetext>
ino:messagelineLine 870, Column 3: old schema: tsd:doctype : wordDocument , new schema: tsd:doctype : wordDocument, xs:element : callout</ino:messageline>
</ino:message>
</ino:response>[/i]
Schema 11 (11_vml_imp_wordnet.tsd) too:
[i]<?xml version="1.0" encoding="ISO-8859-1" ?>
- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
- <ino:message ino:returnvalue=“7969”>
<ino:messagetext ino:code=“INOXDE7969”>New global attribute detected during schema update</ino:messagetext>
ino:messagelineLine 638, Column 3: old schema: tsd:doctype : wordDocument , new schema: tsd:doctype : wordDocument, xs:attribute : insetmode</ino:messageline>
</ino:message>
</ino:response>[/i]
Had anyone the same problems like me?