- From: Gary Hallmark <gary.hallmark@oracle.com>
- Date: Thu, 30 Aug 2007 10:31:17 -0700
- CC: W3C RIF WG <public-rif-wg@w3.org>
I should probably mention that I did one small tweak to the XML schema
in order to get around some error message from the JAXB translator -- I
changed
<element name="Rule">
<complexType>
...
</complexType>
</element>
to
<element name="Rule" type="RuleType"/>
<complexType name="RuleType">
...
</complexType>
leaving all other attributes and elements unchanged.
Gary Hallmark wrote:
> JAXB 2.0 generated java code from Sandro's XML schema is attached as a
> (renamed) ZIP file
--
Oracle <http://www.oracle.com>
Gary Hallmark | Architect | +1.503.525.8043
Oracle Server Technologies
1211 SW 5th Avenue, Suite 800
Portland, OR 97204
Received on Thursday, 30 August 2007 17:32:01 UTC