Hi,
I just noticed that the target namespace in llrpdef.xsd does not match the default namespace in llrp-1x0-def.xml. <xs:schema 24 targetNamespace="http://www.llrp.org/ltk/schema/core/encoding/binary/0.8" 25 xmlns:llrpdef="http://www.llrp.org/ltk/schema/core/encoding/binary/0.8" 26 xmlns:xs="http://www.w3.org/2001/XMLSchema" 27 elementFormDefault="qualified" 28 version="0.7"> <llrpdef 22 xmlns="http://www.llrp.org/ltk/schema/core/encoding/binary/0.7" 23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 24 xsi:schemaLocation=" 25 http://www.llrp.org/ltk/schema/core/encoding/binary/0.7 26 http://www.llrp.org/ltk/schema/core/encoding/binary/0.7/llrpdef.xsd" 27 > This mismatch is causing problems in the LTK-Java implementation when we are validating llrp-1x0-def.xml and any additional extensions against the schema. Changing the default namespace in llrp-1x0-def.xml to version 0.8 should solve the problem. - Christian -- Christian Floerkemeier PhD Auto-ID Lab, Massachusetts Institute of Technology phone: +1-617-324-1984 email: <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
