Note that the instance document Joel points out is based on the LLRP.xsd abstract schema. The abstract schema is derived from the binary schema llrpdef.xsd. With an encoder/decoder to LLRP binary and XPath expressions you can achieve a document-oriented API to LLRP. This is what we do in our Perl-based LLRP testing framework.
The relationship between the abstract and binary schemas that matters on this topic is that the names of messages, parameters and enumerations are consistent between the two schemas. Without a common binary schema it percolates up through the document-oriented and object-oriented APIs. The sooner the existing Java library is reconciled with Common/llrpdef.xml, the better. -- John. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
