<div dir="ltr"><div>Hello,<br><br>Thanks, we will try to do a pull request on this soon.<br><br></div>Y.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-01-31 Eichner, Andreas - SID-NLKM <span dir="ltr"><<a href="mailto:Andreas.Eichner@sid.sachsen.de" target="_blank">Andreas.Eichner@sid.sachsen.de</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
> I get this error: Namespace prefix xsi for type on MandatoryKeyword<br>
> is not defined<br>
<br>
</div>You're right. The problem using DTD is that namespace declarations are done<br>
using FIXED attributes. Therefore the DTD part<br>
 <!ATTLIST inspire_common:MandatoryKeyword<br>
   xmlns:inspire_common CDATA #FIXED "<a href="http://inspire.ec.europa.eu/schemas/common/1.0" target="_blank">http://inspire.ec.europa.eu/schemas/common/1.0</a>"<br>
 ><br>
<br>
Should be:<br>
 <!ATTLIST inspire_common:MandatoryKeyword<br>
   xmlns:inspire_common CDATA #FIXED "<a href="http://inspire.ec.europa.eu/schemas/common/1.0" target="_blank">http://inspire.ec.europa.eu/schemas/common/1.0</a>"<br>
   xmlns:xsi CDATA #FIXED "<a href="http://www.w3.org/2001/XMLSchemainstance" target="_blank">http://www.w3.org/2001/XMLSchemainstance</a>"<br>
 ><br>
<br>
Because for element inspire_common:Keyword the xsi:type attribute is declared<br>
it should probably also be done for the inspire_common:MandatoryKeyword.<br>
<br>
So I would consider this being an incomplete document type definition. Fixing this should be simple.<br>
<br>
HTH<br>
</blockquote></div><br><br clear="all"><br>-- <br>Responsable Formation et Support<br>Camptocamp France SAS<br>Savoie Technolac, BP 352<br>73377 Le Bourget du Lac, Cedex<br><br>Tel (France) : +33 4 79 26 57 98<br>Tel (Suisse) : 021 619 10 43<br>
Mob. : +33 6 18 75 42 21<br>Fax : 04 79 70 15 81<br><br>Mail : <a href="mailto:yves.jacolin@camptocamp.com" target="_blank">yves.jacolin@camptocamp.com</a><br><a href="http://www.camptocamp.com" target="_blank">http://www.camptocamp.com</a>
</div>