2006/unicorn/org/w3c/unicorn/generated/observationresponse Warning.java,1.1.1.1,1.2 Errors.java,1.1.1.1,1.2 Img.java,1.1.1.1,1.2 InA.java,1.1.1.1,1.2 Longmessage.java,1.1.1.1,1.2 ObjectFactory.java,1.1.1.1,1.2 Info.java,1.1.1.1,1.2 Error.java,1.1.1.1,1.2 Observationresponse.java,1.1.1.1,1.2 Errorlist.java,1.1.1.1,1.2 Inline.java,1.1.1.1,1.2 A.java,1.1.1.1,1.2 package-info.java,1.1.1.1,1.2 Informations.java,1.1.1.1,1.2 Result.java,1.1.1.1,1.2 Code.java,1.1.1.1,1.2 Warnings.java,1.1.1.1,1.2 Infolist.java,1.1.1.1,1.2 Warninglist.java,1.1.1.1,1.2

Update of /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse
In directory hutz:/tmp/cvs-serv11946/org/w3c/unicorn/generated/observationresponse

Modified Files:
	Warning.java Errors.java Img.java InA.java Longmessage.java 
	ObjectFactory.java Info.java Error.java 
	Observationresponse.java Errorlist.java Inline.java A.java 
	package-info.java Informations.java Result.java Code.java 
	Warnings.java Infolist.java Warninglist.java 
Log Message:
Updating the javadoc for all the project

Index: Informations.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Informations.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Informations.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Informations.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -18,120 +17,116 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for informations element declaration.
+ * <p>
+ * Java class for informations element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="informations">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}infocount" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}infolist" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *         &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;informations&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}infocount&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}infolist&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *         &lt;attribute ref=&quot;{http://www.w3.org/XML/1998/namespace}lang use=&quot;required&quot;&quot;/&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "infocount",
-    "infolist"
-})
+@XmlType(name = "", propOrder = { "infocount", "infolist" })
 @XmlRootElement(name = "informations")
 public class Informations {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger infocount;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Infolist> infolist;
-    @XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
-    protected String lang;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger infocount;
 
-    /**
-     * Gets the value of the infocount property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getInfocount() {
-        return infocount;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Infolist> infolist;
 
-    /**
-     * Sets the value of the infocount property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setInfocount(BigInteger value) {
-        this.infocount = value;
-    }
+	@XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
+	protected String lang;
 
-    /**
-     * Gets the value of the infolist property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the infolist property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getInfolist().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Infolist }
-     * 
-     * 
-     */
-    public List<Infolist> getInfolist() {
-        if (infolist == null) {
-            infolist = new ArrayList<Infolist>();
-        }
-        return this.infolist;
-    }
+	/**
+	 * Gets the value of the infocount property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getInfocount() {
+		return infocount;
+	}
 
-    /**
-     * Gets the value of the lang property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getLang() {
-        return lang;
-    }
+	/**
+	 * Sets the value of the infocount property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setInfocount(BigInteger value) {
+		this.infocount = value;
+	}
 
-    /**
-     * Sets the value of the lang property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setLang(String value) {
-        this.lang = value;
-    }
+	/**
+	 * Gets the value of the infolist property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the infolist property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getInfolist().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list
+	 * {@link Infolist }
+	 * 
+	 * 
+	 */
+	public List<Infolist> getInfolist() {
+		if (infolist == null) {
+			infolist = new ArrayList<Infolist>();
+		}
+		return this.infolist;
+	}
+
+	/**
+	 * Gets the value of the lang property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getLang() {
+		return lang;
+	}
+
+	/**
+	 * Sets the value of the lang property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setLang(String value) {
+		this.lang = value;
+	}
 
 }

Index: Warninglist.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Warninglist.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Warninglist.java	31 Aug 2006 09:09:23 -0000	1.1.1.1
+++ Warninglist.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,121 +16,115 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for warninglist element declaration.
+ * <p>
+ * Java class for warninglist element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="warninglist">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}uri"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}warningcount" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}warning" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;warninglist&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}uri&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}warningcount&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}warning&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "uri",
-    "warningcount",
-    "warning"
-})
+@XmlType(name = "", propOrder = { "uri", "warningcount", "warning" })
 @XmlRootElement(name = "warninglist")
 public class Warninglist {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected String uri;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger warningcount;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Warning> warning;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected String uri;
 
-    /**
-     * Gets the value of the uri property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getUri() {
-        return uri;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger warningcount;
 
-    /**
-     * Sets the value of the uri property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setUri(String value) {
-        this.uri = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Warning> warning;
 
-    /**
-     * Gets the value of the warningcount property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getWarningcount() {
-        return warningcount;
-    }
+	/**
+	 * Gets the value of the uri property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getUri() {
+		return uri;
+	}
 
-    /**
-     * Sets the value of the warningcount property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setWarningcount(BigInteger value) {
-        this.warningcount = value;
-    }
+	/**
+	 * Sets the value of the uri property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setUri(String value) {
+		this.uri = value;
+	}
 
-    /**
-     * Gets the value of the warning property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the warning property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getWarning().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Warning }
-     * 
-     * 
-     */
-    public List<Warning> getWarning() {
-        if (warning == null) {
-            warning = new ArrayList<Warning>();
-        }
-        return this.warning;
-    }
+	/**
+	 * Gets the value of the warningcount property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getWarningcount() {
+		return warningcount;
+	}
+
+	/**
+	 * Sets the value of the warningcount property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setWarningcount(BigInteger value) {
+		this.warningcount = value;
+	}
+
+	/**
+	 * Gets the value of the warning property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the warning property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getWarning().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link Warning }
+	 * 
+	 * 
+	 */
+	public List<Warning> getWarning() {
+		if (warning == null) {
+			warning = new ArrayList<Warning>();
+		}
+		return this.warning;
+	}
 
 }

Index: Observationresponse.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Observationresponse.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Observationresponse.java	31 Aug 2006 09:09:23 -0000	1.1.1.1
+++ Observationresponse.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import javax.xml.bind.annotation.XmlAccessType;
@@ -15,200 +14,183 @@
 import javax.xml.bind.annotation.XmlType;
 import javax.xml.datatype.XMLGregorianCalendar;
 
-
 /**
- * <p>Java class for observationresponse element declaration.
+ * <p>
+ * Java class for observationresponse element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="observationresponse">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}uri"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}checkedby" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}version" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}date" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}passed" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}result"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;observationresponse&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}uri&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}checkedby&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}version&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}date&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}passed&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}result&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "uri",
-    "checkedby",
-    "version",
-    "date",
-    "passed",
-    "result"
-})
+@XmlType(name = "", propOrder = { "uri", "checkedby", "version", "date",
+		"passed", "result" })
 @XmlRootElement(name = "observationresponse")
 public class Observationresponse {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected String uri;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected String checkedby;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected String version;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected XMLGregorianCalendar date;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected Boolean passed;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected Result result;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected String uri;
 
-    /**
-     * Gets the value of the uri property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getUri() {
-        return uri;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected String checkedby;
 
-    /**
-     * Sets the value of the uri property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setUri(String value) {
-        this.uri = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected String version;
 
-    /**
-     * Gets the value of the checkedby property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getCheckedby() {
-        return checkedby;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected XMLGregorianCalendar date;
 
-    /**
-     * Sets the value of the checkedby property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setCheckedby(String value) {
-        this.checkedby = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected Boolean passed;
 
-    /**
-     * Gets the value of the version property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getVersion() {
-        return version;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected Result result;
 
-    /**
-     * Sets the value of the version property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setVersion(String value) {
-        this.version = value;
-    }
+	/**
+	 * Gets the value of the uri property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getUri() {
+		return uri;
+	}
 
-    /**
-     * Gets the value of the date property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getDate() {
-        return date;
-    }
+	/**
+	 * Sets the value of the uri property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setUri(String value) {
+		this.uri = value;
+	}
 
-    /**
-     * Sets the value of the date property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setDate(XMLGregorianCalendar value) {
-        this.date = value;
-    }
+	/**
+	 * Gets the value of the checkedby property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getCheckedby() {
+		return checkedby;
+	}
 
-    /**
-     * Gets the value of the passed property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Boolean }
-     *     
-     */
-    public Boolean isPassed() {
-        return passed;
-    }
+	/**
+	 * Sets the value of the checkedby property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setCheckedby(String value) {
+		this.checkedby = value;
+	}
 
-    /**
-     * Sets the value of the passed property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Boolean }
-     *     
-     */
-    public void setPassed(Boolean value) {
-        this.passed = value;
-    }
+	/**
+	 * Gets the value of the version property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getVersion() {
+		return version;
+	}
 
-    /**
-     * Gets the value of the result property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Result }
-     *     
-     */
-    public Result getResult() {
-        return result;
-    }
+	/**
+	 * Sets the value of the version property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setVersion(String value) {
+		this.version = value;
+	}
 
-    /**
-     * Sets the value of the result property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Result }
-     *     
-     */
-    public void setResult(Result value) {
-        this.result = value;
-    }
+	/**
+	 * Gets the value of the date property.
+	 * 
+	 * @return possible object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public XMLGregorianCalendar getDate() {
+		return date;
+	}
+
+	/**
+	 * Sets the value of the date property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public void setDate(XMLGregorianCalendar value) {
+		this.date = value;
+	}
+
+	/**
+	 * Gets the value of the passed property.
+	 * 
+	 * @return possible object is {@link Boolean }
+	 * 
+	 */
+	public Boolean isPassed() {
+		return passed;
+	}
+
+	/**
+	 * Sets the value of the passed property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link Boolean }
+	 * 
+	 */
+	public void setPassed(Boolean value) {
+		this.passed = value;
+	}
+
+	/**
+	 * Gets the value of the result property.
+	 * 
+	 * @return possible object is {@link Result }
+	 * 
+	 */
+	public Result getResult() {
+		return result;
+	}
+
+	/**
+	 * Sets the value of the result property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link Result }
+	 * 
+	 */
+	public void setResult(Result value) {
+		this.result = value;
+	}
 
 }

Index: Warnings.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Warnings.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Warnings.java	31 Aug 2006 09:09:23 -0000	1.1.1.1
+++ Warnings.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -18,120 +17,116 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for warnings element declaration.
+ * <p>
+ * Java class for warnings element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="warnings">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}warningcount" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}warninglist" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *         &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;warnings&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}warningcount&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}warninglist&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *         &lt;attribute ref=&quot;{http://www.w3.org/XML/1998/namespace}lang use=&quot;required&quot;&quot;/&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "warningcount",
-    "warninglist"
-})
+@XmlType(name = "", propOrder = { "warningcount", "warninglist" })
 @XmlRootElement(name = "warnings")
 public class Warnings {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger warningcount;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Warninglist> warninglist;
-    @XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
-    protected String lang;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger warningcount;
 
-    /**
-     * Gets the value of the warningcount property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getWarningcount() {
-        return warningcount;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Warninglist> warninglist;
 
-    /**
-     * Sets the value of the warningcount property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setWarningcount(BigInteger value) {
-        this.warningcount = value;
-    }
+	@XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
+	protected String lang;
 
-    /**
-     * Gets the value of the warninglist property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the warninglist property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getWarninglist().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Warninglist }
-     * 
-     * 
-     */
-    public List<Warninglist> getWarninglist() {
-        if (warninglist == null) {
-            warninglist = new ArrayList<Warninglist>();
-        }
-        return this.warninglist;
-    }
+	/**
+	 * Gets the value of the warningcount property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getWarningcount() {
+		return warningcount;
+	}
 
-    /**
-     * Gets the value of the lang property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getLang() {
-        return lang;
-    }
+	/**
+	 * Sets the value of the warningcount property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setWarningcount(BigInteger value) {
+		this.warningcount = value;
+	}
 
-    /**
-     * Sets the value of the lang property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setLang(String value) {
-        this.lang = value;
-    }
+	/**
+	 * Gets the value of the warninglist property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the warninglist property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getWarninglist().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list
+	 * {@link Warninglist }
+	 * 
+	 * 
+	 */
+	public List<Warninglist> getWarninglist() {
+		if (warninglist == null) {
+			warninglist = new ArrayList<Warninglist>();
+		}
+		return this.warninglist;
+	}
+
+	/**
+	 * Gets the value of the lang property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getLang() {
+		return lang;
+	}
+
+	/**
+	 * Sets the value of the lang property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setLang(String value) {
+		this.lang = value;
+	}
 
 }

Index: Img.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Img.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Img.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Img.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,27 +16,29 @@
 import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
-
 /**
- * <p>Java class for img element declaration.
+ * <p>
+ * Java class for img element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="img">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;attribute name="alt" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *         &lt;attribute name="height" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
- *         &lt;attribute name="longdesc" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- *         &lt;attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
- *         &lt;attribute name="src" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- *         &lt;attribute name="width" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;img&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;attribute name=&quot;alt&quot; use=&quot;required&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; /&gt;
+ *         &lt;attribute name=&quot;height&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}nonNegativeInteger&quot; /&gt;
+ *         &lt;attribute name=&quot;longdesc&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}anyURI&quot; /&gt;
+ *         &lt;attribute name=&quot;name&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}NMTOKEN&quot; /&gt;
+ *         &lt;attribute name=&quot;src&quot; use=&quot;required&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}anyURI&quot; /&gt;
+ *         &lt;attribute name=&quot;width&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}nonNegativeInteger&quot; /&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
@@ -47,162 +48,149 @@
 @XmlRootElement(name = "img")
 public class Img {
 
-    @XmlAttribute(required = true)
-    protected String alt;
-    @XmlAttribute
-    protected BigInteger height;
-    @XmlAttribute
-    protected String longdesc;
-    @XmlAttribute
-    @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
-    protected String name;
-    @XmlAttribute(required = true)
-    protected String src;
-    @XmlAttribute
-    protected BigInteger width;
+	@XmlAttribute(required = true)
+	protected String alt;
 
-    /**
-     * Gets the value of the alt property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getAlt() {
-        return alt;
-    }
+	@XmlAttribute
+	protected BigInteger height;
 
-    /**
-     * Sets the value of the alt property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setAlt(String value) {
-        this.alt = value;
-    }
+	@XmlAttribute
+	protected String longdesc;
 
-    /**
-     * Gets the value of the height property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getHeight() {
-        return height;
-    }
+	@XmlAttribute
+	@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
+	protected String name;
 
-    /**
-     * Sets the value of the height property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setHeight(BigInteger value) {
-        this.height = value;
-    }
+	@XmlAttribute(required = true)
+	protected String src;
 
-    /**
-     * Gets the value of the longdesc property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getLongdesc() {
-        return longdesc;
-    }
+	@XmlAttribute
+	protected BigInteger width;
 
-    /**
-     * Sets the value of the longdesc property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setLongdesc(String value) {
-        this.longdesc = value;
-    }
+	/**
+	 * Gets the value of the alt property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getAlt() {
+		return alt;
+	}
 
-    /**
-     * Gets the value of the name property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getName() {
-        return name;
-    }
+	/**
+	 * Sets the value of the alt property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setAlt(String value) {
+		this.alt = value;
+	}
 
-    /**
-     * Sets the value of the name property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setName(String value) {
-        this.name = value;
-    }
+	/**
+	 * Gets the value of the height property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getHeight() {
+		return height;
+	}
 
-    /**
-     * Gets the value of the src property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getSrc() {
-        return src;
-    }
+	/**
+	 * Sets the value of the height property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setHeight(BigInteger value) {
+		this.height = value;
+	}
 
-    /**
-     * Sets the value of the src property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setSrc(String value) {
-        this.src = value;
-    }
+	/**
+	 * Gets the value of the longdesc property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getLongdesc() {
+		return longdesc;
+	}
 
-    /**
-     * Gets the value of the width property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getWidth() {
-        return width;
-    }
+	/**
+	 * Sets the value of the longdesc property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setLongdesc(String value) {
+		this.longdesc = value;
+	}
 
-    /**
-     * Sets the value of the width property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setWidth(BigInteger value) {
-        this.width = value;
-    }
+	/**
+	 * Gets the value of the name property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getName() {
+		return name;
+	}
+
+	/**
+	 * Sets the value of the name property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setName(String value) {
+		this.name = value;
+	}
+
+	/**
+	 * Gets the value of the src property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getSrc() {
+		return src;
+	}
+
+	/**
+	 * Sets the value of the src property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setSrc(String value) {
+		this.src = value;
+	}
+
+	/**
+	 * Gets the value of the width property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getWidth() {
+		return width;
+	}
+
+	/**
+	 * Sets the value of the width property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setWidth(BigInteger value) {
+		this.width = value;
+	}
 
 }

Index: A.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/A.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- A.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ A.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import javax.xml.bind.annotation.XmlAccessType;
@@ -14,22 +13,24 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for a element declaration.
+ * <p>
+ * Java class for a element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="a">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;extension base="{http://www.w3.org/unicorn/observationresponse}inA">
- *         &lt;attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- *       &lt;/extension>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;a&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;extension base=&quot;{http://www.w3.org/unicorn/observationresponse}inA&quot;&gt;
+ *         &lt;attribute name=&quot;href&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}anyURI&quot; /&gt;
+ *       &lt;/extension&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
@@ -37,35 +38,30 @@
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "")
 @XmlRootElement(name = "a")
-public class A
-    extends InA
-{
+public class A extends InA {
 
-    @XmlAttribute
-    protected String href;
+	@XmlAttribute
+	protected String href;
 
-    /**
-     * Gets the value of the href property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getHref() {
-        return href;
-    }
+	/**
+	 * Gets the value of the href property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getHref() {
+		return href;
+	}
 
-    /**
-     * Sets the value of the href property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setHref(String value) {
-        this.href = value;
-    }
+	/**
+	 * Sets the value of the href property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setHref(String value) {
+		this.href = value;
+	}
 
 }

Index: Longmessage.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Longmessage.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Longmessage.java	31 Aug 2006 09:09:22 -0000	1.1.1.1
+++ Longmessage.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.util.ArrayList;
@@ -18,75 +17,72 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for longmessage element declaration.
+ * <p>
+ * Java class for longmessage element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="longmessage">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence maxOccurs="unbounded" minOccurs="0">
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}a"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}code"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}img"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;longmessage&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}a&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}code&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}img&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "content"
-})
+@XmlType(name = "", propOrder = { "content" })
 @XmlRootElement(name = "longmessage")
 public class Longmessage {
 
-    @XmlElementRefs({
-        @XmlElementRef(name = "code", namespace = "http://www.w3.org/unicorn/observationresponse", type = Code.class),
-        @XmlElementRef(name = "a", namespace = "http://www.w3.org/unicorn/observationresponse", type = A.class),
-        @XmlElementRef(name = "img", namespace = "http://www.w3.org/unicorn/observationresponse", type = Img.class)
-    })
-    @XmlMixed
-    protected List<Object> content;
+	@XmlElementRefs( {
+			@XmlElementRef(name = "code", namespace = "http://www.w3.org/unicorn/observationresponse", type = Code.class),
+			@XmlElementRef(name = "a", namespace = "http://www.w3.org/unicorn/observationresponse", type = A.class),
+			@XmlElementRef(name = "img", namespace = "http://www.w3.org/unicorn/observationresponse", type = Img.class) })
+	@XmlMixed
+	protected List<Object> content;
 
-    /**
-     * Gets the value of the content property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the content property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getContent().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Code }
-     * {@link String }
-     * {@link A }
-     * {@link Img }
-     * 
-     * 
-     */
-    public List<Object> getContent() {
-        if (content == null) {
-            content = new ArrayList<Object>();
-        }
-        return this.content;
-    }
+	/**
+	 * Gets the value of the content property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the content property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getContent().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link Code }
+	 * {@link String } {@link A } {@link Img }
+	 * 
+	 * 
+	 */
+	public List<Object> getContent() {
+		if (content == null) {
+			content = new ArrayList<Object>();
+		}
+		return this.content;
+	}
 
 }

Index: package-info.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/package-info.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- package-info.java	31 Aug 2006 09:09:23 -0000	1.1.1.1
+++ package-info.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -1,9 +1,12 @@
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b52-fcs 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2006.07.26 at 04:29:37 PM CEST 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB)
+// Reference Implementation, v2.0-b52-fcs
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
+// Any modifications to this file will be lost upon recompilation of the source
+// schema.
+// Generated on: 2006.07.26 at 04:29:37 PM CEST
 //
 
 @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/unicorn/observationresponse")
 package org.w3c.unicorn.generated.observationresponse;
+

Index: Errors.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Errors.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Errors.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Errors.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -18,120 +17,116 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for errors element declaration.
+ * <p>
+ * Java class for errors element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="errors">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}errorcount" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}errorlist" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *         &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;errors&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}errorcount&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}errorlist&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *         &lt;attribute ref=&quot;{http://www.w3.org/XML/1998/namespace}lang use=&quot;required&quot;&quot;/&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "errorcount",
-    "errorlist"
-})
+@XmlType(name = "", propOrder = { "errorcount", "errorlist" })
 @XmlRootElement(name = "errors")
 public class Errors {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger errorcount;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Errorlist> errorlist;
-    @XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
-    protected String lang;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger errorcount;
 
-    /**
-     * Gets the value of the errorcount property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getErrorcount() {
-        return errorcount;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Errorlist> errorlist;
 
-    /**
-     * Sets the value of the errorcount property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setErrorcount(BigInteger value) {
-        this.errorcount = value;
-    }
+	@XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
+	protected String lang;
 
-    /**
-     * Gets the value of the errorlist property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the errorlist property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getErrorlist().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Errorlist }
-     * 
-     * 
-     */
-    public List<Errorlist> getErrorlist() {
-        if (errorlist == null) {
-            errorlist = new ArrayList<Errorlist>();
-        }
-        return this.errorlist;
-    }
+	/**
+	 * Gets the value of the errorcount property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getErrorcount() {
+		return errorcount;
+	}
 
-    /**
-     * Gets the value of the lang property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getLang() {
-        return lang;
-    }
+	/**
+	 * Sets the value of the errorcount property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setErrorcount(BigInteger value) {
+		this.errorcount = value;
+	}
 
-    /**
-     * Sets the value of the lang property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setLang(String value) {
-        this.lang = value;
-    }
+	/**
+	 * Gets the value of the errorlist property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the errorlist property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getErrorlist().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list
+	 * {@link Errorlist }
+	 * 
+	 * 
+	 */
+	public List<Errorlist> getErrorlist() {
+		if (errorlist == null) {
+			errorlist = new ArrayList<Errorlist>();
+		}
+		return this.errorlist;
+	}
+
+	/**
+	 * Gets the value of the lang property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getLang() {
+		return lang;
+	}
+
+	/**
+	 * Sets the value of the lang property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setLang(String value) {
+		this.lang = value;
+	}
 
 }

Index: Error.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Error.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Error.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Error.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,210 +16,200 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for error element declaration.
+ * <p>
+ * Java class for error element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="error">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}line" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}column" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}errortype" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}context" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}message" maxOccurs="unbounded"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}longmessage" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;error&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}line&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}column&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}errortype&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}context&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}message&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}longmessage&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "line",
-    "column",
-    "errortype",
-    "context",
-    "message",
-    "longmessage"
-})
+@XmlType(name = "", propOrder = { "line", "column", "errortype", "context",
+		"message", "longmessage" })
 @XmlRootElement(name = "error")
 public class Error {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger line;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger column;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected String errortype;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected String context;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<String> message;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Longmessage> longmessage;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger line;
 
-    /**
-     * Gets the value of the line property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getLine() {
-        return line;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger column;
 
-    /**
-     * Sets the value of the line property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setLine(BigInteger value) {
-        this.line = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected String errortype;
 
-    /**
-     * Gets the value of the column property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getColumn() {
-        return column;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected String context;
 
-    /**
-     * Sets the value of the column property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setColumn(BigInteger value) {
-        this.column = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<String> message;
 
-    /**
-     * Gets the value of the errortype property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getErrortype() {
-        return errortype;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Longmessage> longmessage;
 
-    /**
-     * Sets the value of the errortype property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setErrortype(String value) {
-        this.errortype = value;
-    }
+	/**
+	 * Gets the value of the line property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getLine() {
+		return line;
+	}
 
-    /**
-     * Gets the value of the context property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getContext() {
-        return context;
-    }
+	/**
+	 * Sets the value of the line property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setLine(BigInteger value) {
+		this.line = value;
+	}
 
-    /**
-     * Sets the value of the context property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setContext(String value) {
-        this.context = value;
-    }
+	/**
+	 * Gets the value of the column property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getColumn() {
+		return column;
+	}
 
-    /**
-     * Gets the value of the message property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the message property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getMessage().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link String }
-     * 
-     * 
-     */
-    public List<String> getMessage() {
-        if (message == null) {
-            message = new ArrayList<String>();
-        }
-        return this.message;
-    }
+	/**
+	 * Sets the value of the column property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setColumn(BigInteger value) {
+		this.column = value;
+	}
 
-    /**
-     * Gets the value of the longmessage property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the longmessage property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getLongmessage().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Longmessage }
-     * 
-     * 
-     */
-    public List<Longmessage> getLongmessage() {
-        if (longmessage == null) {
-            longmessage = new ArrayList<Longmessage>();
-        }
-        return this.longmessage;
-    }
+	/**
+	 * Gets the value of the errortype property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getErrortype() {
+		return errortype;
+	}
+
+	/**
+	 * Sets the value of the errortype property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setErrortype(String value) {
+		this.errortype = value;
+	}
+
+	/**
+	 * Gets the value of the context property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getContext() {
+		return context;
+	}
+
+	/**
+	 * Sets the value of the context property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setContext(String value) {
+		this.context = value;
+	}
+
+	/**
+	 * Gets the value of the message property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the message property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getMessage().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link String }
+	 * 
+	 * 
+	 */
+	public List<String> getMessage() {
+		if (message == null) {
+			message = new ArrayList<String>();
+		}
+		return this.message;
+	}
+
+	/**
+	 * Gets the value of the longmessage property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the longmessage property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getLongmessage().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list
+	 * {@link Longmessage }
+	 * 
+	 * 
+	 */
+	public List<Longmessage> getLongmessage() {
+		if (longmessage == null) {
+			longmessage = new ArrayList<Longmessage>();
+		}
+		return this.longmessage;
+	}
 
 }

Index: Infolist.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Infolist.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Infolist.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Infolist.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,121 +16,115 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for infolist element declaration.
+ * <p>
+ * Java class for infolist element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="infolist">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}uri"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}infocount" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}info" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;infolist&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}uri&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}infocount&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}info&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "uri",
-    "infocount",
-    "info"
-})
+@XmlType(name = "", propOrder = { "uri", "infocount", "info" })
 @XmlRootElement(name = "infolist")
 public class Infolist {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected String uri;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger infocount;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Info> info;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected String uri;
 
-    /**
-     * Gets the value of the uri property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getUri() {
-        return uri;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger infocount;
 
-    /**
-     * Sets the value of the uri property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setUri(String value) {
-        this.uri = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Info> info;
 
-    /**
-     * Gets the value of the infocount property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getInfocount() {
-        return infocount;
-    }
+	/**
+	 * Gets the value of the uri property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getUri() {
+		return uri;
+	}
 
-    /**
-     * Sets the value of the infocount property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setInfocount(BigInteger value) {
-        this.infocount = value;
-    }
+	/**
+	 * Sets the value of the uri property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setUri(String value) {
+		this.uri = value;
+	}
 
-    /**
-     * Gets the value of the info property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the info property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getInfo().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Info }
-     * 
-     * 
-     */
-    public List<Info> getInfo() {
-        if (info == null) {
-            info = new ArrayList<Info>();
-        }
-        return this.info;
-    }
+	/**
+	 * Gets the value of the infocount property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getInfocount() {
+		return infocount;
+	}
+
+	/**
+	 * Sets the value of the infocount property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setInfocount(BigInteger value) {
+		this.infocount = value;
+	}
+
+	/**
+	 * Gets the value of the info property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the info property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getInfo().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link Info }
+	 * 
+	 * 
+	 */
+	public List<Info> getInfo() {
+		if (info == null) {
+			info = new ArrayList<Info>();
+		}
+		return this.info;
+	}
 
 }

Index: Inline.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Inline.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Inline.java	31 Aug 2006 09:09:22 -0000	1.1.1.1
+++ Inline.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.util.ArrayList;
@@ -17,69 +16,67 @@
 import javax.xml.bind.annotation.XmlMixed;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for Inline complex type.
+ * <p>
+ * Java class for Inline complex type.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;complexType name="Inline">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;choice maxOccurs="unbounded" minOccurs="0">
- *         &lt;element ref="{http://www.w3.org/unicorn/observationresponse}a"/>
- *         &lt;element ref="{http://www.w3.org/unicorn/observationresponse}img"/>
- *       &lt;/choice>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name=&quot;Inline&quot;&gt;
+ *   &lt;complexContent&gt;
+ *     &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *       &lt;choice maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;&gt;
+ *         &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}a&quot;/&gt;
+ *         &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}img&quot;/&gt;
+ *       &lt;/choice&gt;
+ *     &lt;/restriction&gt;
+ *   &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Inline", propOrder = {
-    "content"
-})
+@XmlType(name = "Inline", propOrder = { "content" })
 public class Inline {
 
-    @XmlElementRefs({
-        @XmlElementRef(name = "a", namespace = "http://www.w3.org/unicorn/observationresponse", type = A.class),
-        @XmlElementRef(name = "img", namespace = "http://www.w3.org/unicorn/observationresponse", type = Img.class)
-    })
-    @XmlMixed
-    protected List<Object> content;
+	@XmlElementRefs( {
+			@XmlElementRef(name = "a", namespace = "http://www.w3.org/unicorn/observationresponse", type = A.class),
+			@XmlElementRef(name = "img", namespace = "http://www.w3.org/unicorn/observationresponse", type = Img.class) })
+	@XmlMixed
+	protected List<Object> content;
 
-    /**
-     * Gets the value of the content property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the content property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getContent().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link A }
-     * {@link String }
-     * {@link Img }
-     * 
-     * 
-     */
-    public List<Object> getContent() {
-        if (content == null) {
-            content = new ArrayList<Object>();
-        }
-        return this.content;
-    }
+	/**
+	 * Gets the value of the content property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the content property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getContent().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link A }
+	 * {@link String } {@link Img }
+	 * 
+	 * 
+	 */
+	public List<Object> getContent() {
+		if (content == null) {
+			content = new ArrayList<Object>();
+		}
+		return this.content;
+	}
 
 }

Index: Info.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Info.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Info.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Info.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,182 +16,175 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for info element declaration.
+ * <p>
+ * Java class for info element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="info">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}line" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}column" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}context" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}message" maxOccurs="unbounded"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}longmessage" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;info&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}line&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}column&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}context&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}message&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}longmessage&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "line",
-    "column",
-    "context",
-    "message",
-    "longmessage"
-})
+@XmlType(name = "", propOrder = { "line", "column", "context", "message",
+		"longmessage" })
 @XmlRootElement(name = "info")
 public class Info {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger line;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger column;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected String context;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<String> message;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Longmessage> longmessage;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger line;
 
-    /**
-     * Gets the value of the line property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getLine() {
-        return line;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger column;
 
-    /**
-     * Sets the value of the line property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setLine(BigInteger value) {
-        this.line = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected String context;
 
-    /**
-     * Gets the value of the column property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getColumn() {
-        return column;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<String> message;
 
-    /**
-     * Sets the value of the column property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setColumn(BigInteger value) {
-        this.column = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Longmessage> longmessage;
 
-    /**
-     * Gets the value of the context property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getContext() {
-        return context;
-    }
+	/**
+	 * Gets the value of the line property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getLine() {
+		return line;
+	}
 
-    /**
-     * Sets the value of the context property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setContext(String value) {
-        this.context = value;
-    }
+	/**
+	 * Sets the value of the line property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setLine(BigInteger value) {
+		this.line = value;
+	}
 
-    /**
-     * Gets the value of the message property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the message property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getMessage().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link String }
-     * 
-     * 
-     */
-    public List<String> getMessage() {
-        if (message == null) {
-            message = new ArrayList<String>();
-        }
-        return this.message;
-    }
+	/**
+	 * Gets the value of the column property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getColumn() {
+		return column;
+	}
 
-    /**
-     * Gets the value of the longmessage property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the longmessage property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getLongmessage().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Longmessage }
-     * 
-     * 
-     */
-    public List<Longmessage> getLongmessage() {
-        if (longmessage == null) {
-            longmessage = new ArrayList<Longmessage>();
-        }
-        return this.longmessage;
-    }
+	/**
+	 * Sets the value of the column property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setColumn(BigInteger value) {
+		this.column = value;
+	}
+
+	/**
+	 * Gets the value of the context property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getContext() {
+		return context;
+	}
+
+	/**
+	 * Sets the value of the context property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setContext(String value) {
+		this.context = value;
+	}
+
+	/**
+	 * Gets the value of the message property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the message property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getMessage().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link String }
+	 * 
+	 * 
+	 */
+	public List<String> getMessage() {
+		if (message == null) {
+			message = new ArrayList<String>();
+		}
+		return this.message;
+	}
+
+	/**
+	 * Gets the value of the longmessage property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the longmessage property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getLongmessage().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list
+	 * {@link Longmessage }
+	 * 
+	 * 
+	 */
+	public List<Longmessage> getLongmessage() {
+		if (longmessage == null) {
+			longmessage = new ArrayList<Longmessage>();
+		}
+		return this.longmessage;
+	}
 
 }

Index: InA.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/InA.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- InA.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ InA.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.util.ArrayList;
@@ -16,64 +15,64 @@
 import javax.xml.bind.annotation.XmlMixed;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for inA complex type.
+ * <p>
+ * Java class for inA complex type.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;complexType name="inA">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;choice>
- *         &lt;element ref="{http://www.w3.org/unicorn/observationresponse}img"/>
- *       &lt;/choice>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name=&quot;inA&quot;&gt;
+ *   &lt;complexContent&gt;
+ *     &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *       &lt;choice&gt;
+ *         &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}img&quot;/&gt;
+ *       &lt;/choice&gt;
+ *     &lt;/restriction&gt;
+ *   &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "inA", propOrder = {
-    "content"
-})
+@XmlType(name = "inA", propOrder = { "content" })
 public class InA {
 
-    @XmlElementRef(name = "img", namespace = "http://www.w3.org/unicorn/observationresponse", type = Img.class)
-    @XmlMixed
-    protected List<Object> content;
+	@XmlElementRef(name = "img", namespace = "http://www.w3.org/unicorn/observationresponse", type = Img.class)
+	@XmlMixed
+	protected List<Object> content;
 
-    /**
-     * Gets the value of the content property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the content property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getContent().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Img }
-     * {@link String }
-     * 
-     * 
-     */
-    public List<Object> getContent() {
-        if (content == null) {
-            content = new ArrayList<Object>();
-        }
-        return this.content;
-    }
+	/**
+	 * Gets the value of the content property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the content property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getContent().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link Img }
+	 * {@link String }
+	 * 
+	 * 
+	 */
+	public List<Object> getContent() {
+		if (content == null) {
+			content = new ArrayList<Object>();
+		}
+		return this.content;
+	}
 
 }

Index: Warning.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Warning.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Warning.java	31 Aug 2006 09:09:23 -0000	1.1.1.1
+++ Warning.java	17 Jun 2008 13:41:09 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,210 +16,200 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for warning element declaration.
+ * <p>
+ * Java class for warning element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="warning">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}line" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}column" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}context" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}level" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}message" maxOccurs="unbounded"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}longmessage" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;warning&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}line&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}column&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}context&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}level&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}message&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}longmessage&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "line",
-    "column",
-    "context",
-    "level",
-    "message",
-    "longmessage"
-})
+@XmlType(name = "", propOrder = { "line", "column", "context", "level",
+		"message", "longmessage" })
 @XmlRootElement(name = "warning")
 public class Warning {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger line;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger column;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected String context;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected Integer level;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<String> message;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Longmessage> longmessage;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger line;
 
-    /**
-     * Gets the value of the line property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getLine() {
-        return line;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger column;
 
-    /**
-     * Sets the value of the line property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setLine(BigInteger value) {
-        this.line = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected String context;
 
-    /**
-     * Gets the value of the column property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getColumn() {
-        return column;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected Integer level;
 
-    /**
-     * Sets the value of the column property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setColumn(BigInteger value) {
-        this.column = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<String> message;
 
-    /**
-     * Gets the value of the context property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getContext() {
-        return context;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Longmessage> longmessage;
 
-    /**
-     * Sets the value of the context property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setContext(String value) {
-        this.context = value;
-    }
+	/**
+	 * Gets the value of the line property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getLine() {
+		return line;
+	}
 
-    /**
-     * Gets the value of the level property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Integer }
-     *     
-     */
-    public Integer getLevel() {
-        return level;
-    }
+	/**
+	 * Sets the value of the line property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setLine(BigInteger value) {
+		this.line = value;
+	}
 
-    /**
-     * Sets the value of the level property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Integer }
-     *     
-     */
-    public void setLevel(Integer value) {
-        this.level = value;
-    }
+	/**
+	 * Gets the value of the column property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getColumn() {
+		return column;
+	}
 
-    /**
-     * Gets the value of the message property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the message property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getMessage().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link String }
-     * 
-     * 
-     */
-    public List<String> getMessage() {
-        if (message == null) {
-            message = new ArrayList<String>();
-        }
-        return this.message;
-    }
+	/**
+	 * Sets the value of the column property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setColumn(BigInteger value) {
+		this.column = value;
+	}
 
-    /**
-     * Gets the value of the longmessage property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the longmessage property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getLongmessage().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Longmessage }
-     * 
-     * 
-     */
-    public List<Longmessage> getLongmessage() {
-        if (longmessage == null) {
-            longmessage = new ArrayList<Longmessage>();
-        }
-        return this.longmessage;
-    }
+	/**
+	 * Gets the value of the context property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getContext() {
+		return context;
+	}
+
+	/**
+	 * Sets the value of the context property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setContext(String value) {
+		this.context = value;
+	}
+
+	/**
+	 * Gets the value of the level property.
+	 * 
+	 * @return possible object is {@link Integer }
+	 * 
+	 */
+	public Integer getLevel() {
+		return level;
+	}
+
+	/**
+	 * Sets the value of the level property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link Integer }
+	 * 
+	 */
+	public void setLevel(Integer value) {
+		this.level = value;
+	}
+
+	/**
+	 * Gets the value of the message property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the message property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getMessage().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link String }
+	 * 
+	 * 
+	 */
+	public List<String> getMessage() {
+		if (message == null) {
+			message = new ArrayList<String>();
+		}
+		return this.message;
+	}
+
+	/**
+	 * Gets the value of the longmessage property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the longmessage property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getLongmessage().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list
+	 * {@link Longmessage }
+	 * 
+	 * 
+	 */
+	public List<Longmessage> getLongmessage() {
+		if (longmessage == null) {
+			longmessage = new ArrayList<Longmessage>();
+		}
+		return this.longmessage;
+	}
 
 }

Index: Errorlist.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Errorlist.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Errorlist.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Errorlist.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -17,121 +16,115 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for errorlist element declaration.
+ * <p>
+ * Java class for errorlist element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="errorlist">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}uri"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}errorcount" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}error" maxOccurs="unbounded" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;errorlist&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}uri&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}errorcount&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}error&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "uri",
-    "errorcount",
-    "error"
-})
+@XmlType(name = "", propOrder = { "uri", "errorcount", "error" })
 @XmlRootElement(name = "errorlist")
 public class Errorlist {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected String uri;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected BigInteger errorcount;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
-    protected List<Error> error;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected String uri;
 
-    /**
-     * Gets the value of the uri property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getUri() {
-        return uri;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected BigInteger errorcount;
 
-    /**
-     * Sets the value of the uri property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setUri(String value) {
-        this.uri = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse", required = true)
+	protected List<Error> error;
 
-    /**
-     * Gets the value of the errorcount property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigInteger }
-     *     
-     */
-    public BigInteger getErrorcount() {
-        return errorcount;
-    }
+	/**
+	 * Gets the value of the uri property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getUri() {
+		return uri;
+	}
 
-    /**
-     * Sets the value of the errorcount property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigInteger }
-     *     
-     */
-    public void setErrorcount(BigInteger value) {
-        this.errorcount = value;
-    }
+	/**
+	 * Sets the value of the uri property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setUri(String value) {
+		this.uri = value;
+	}
 
-    /**
-     * Gets the value of the error property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the error property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getError().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link Error }
-     * 
-     * 
-     */
-    public List<Error> getError() {
-        if (error == null) {
-            error = new ArrayList<Error>();
-        }
-        return this.error;
-    }
+	/**
+	 * Gets the value of the errorcount property.
+	 * 
+	 * @return possible object is {@link BigInteger }
+	 * 
+	 */
+	public BigInteger getErrorcount() {
+		return errorcount;
+	}
+
+	/**
+	 * Sets the value of the errorcount property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigInteger }
+	 * 
+	 */
+	public void setErrorcount(BigInteger value) {
+		this.errorcount = value;
+	}
+
+	/**
+	 * Gets the value of the error property.
+	 * 
+	 * <p>
+	 * This accessor method returns a reference to the live list, not a
+	 * snapshot. Therefore any modification you make to the returned list will
+	 * be present inside the JAXB object. This is why there is not a <CODE>set</CODE>
+	 * method for the error property.
+	 * 
+	 * <p>
+	 * For example, to add a new item, do as follows:
+	 * 
+	 * <pre>
+	 * getError().add(newItem);
+	 * </pre>
+	 * 
+	 * 
+	 * <p>
+	 * Objects of the following type(s) are allowed in the list {@link Error }
+	 * 
+	 * 
+	 */
+	public List<Error> getError() {
+		if (error == null) {
+			error = new ArrayList<Error>();
+		}
+		return this.error;
+	}
 
 }

Index: Result.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Result.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Result.java	31 Aug 2006 09:09:23 -0000	1.1.1.1
+++ Result.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import javax.xml.bind.annotation.XmlAccessType;
@@ -14,116 +13,107 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for result element declaration.
+ * <p>
+ * Java class for result element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="result">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *         &lt;sequence>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}errors" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}warnings" minOccurs="0"/>
- *           &lt;element ref="{http://www.w3.org/unicorn/observationresponse}informations" minOccurs="0"/>
- *         &lt;/sequence>
- *       &lt;/restriction>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;result&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
+ *         &lt;sequence&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}errors&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}warnings&quot; minOccurs=&quot;0&quot;/&gt;
+ *           &lt;element ref=&quot;{http://www.w3.org/unicorn/observationresponse}informations&quot; minOccurs=&quot;0&quot;/&gt;
+ *         &lt;/sequence&gt;
+ *       &lt;/restriction&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "errors",
-    "warnings",
-    "informations"
-})
+@XmlType(name = "", propOrder = { "errors", "warnings", "informations" })
 @XmlRootElement(name = "result")
 public class Result {
 
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected Errors errors;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected Warnings warnings;
-    @XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
-    protected Informations informations;
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected Errors errors;
 
-    /**
-     * Gets the value of the errors property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Errors }
-     *     
-     */
-    public Errors getErrors() {
-        return errors;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected Warnings warnings;
 
-    /**
-     * Sets the value of the errors property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Errors }
-     *     
-     */
-    public void setErrors(Errors value) {
-        this.errors = value;
-    }
+	@XmlElement(namespace = "http://www.w3.org/unicorn/observationresponse")
+	protected Informations informations;
 
-    /**
-     * Gets the value of the warnings property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Warnings }
-     *     
-     */
-    public Warnings getWarnings() {
-        return warnings;
-    }
+	/**
+	 * Gets the value of the errors property.
+	 * 
+	 * @return possible object is {@link Errors }
+	 * 
+	 */
+	public Errors getErrors() {
+		return errors;
+	}
 
-    /**
-     * Sets the value of the warnings property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Warnings }
-     *     
-     */
-    public void setWarnings(Warnings value) {
-        this.warnings = value;
-    }
+	/**
+	 * Sets the value of the errors property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link Errors }
+	 * 
+	 */
+	public void setErrors(Errors value) {
+		this.errors = value;
+	}
 
-    /**
-     * Gets the value of the informations property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Informations }
-     *     
-     */
-    public Informations getInformations() {
-        return informations;
-    }
+	/**
+	 * Gets the value of the warnings property.
+	 * 
+	 * @return possible object is {@link Warnings }
+	 * 
+	 */
+	public Warnings getWarnings() {
+		return warnings;
+	}
 
-    /**
-     * Sets the value of the informations property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Informations }
-     *     
-     */
-    public void setInformations(Informations value) {
-        this.informations = value;
-    }
+	/**
+	 * Sets the value of the warnings property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link Warnings }
+	 * 
+	 */
+	public void setWarnings(Warnings value) {
+		this.warnings = value;
+	}
+
+	/**
+	 * Gets the value of the informations property.
+	 * 
+	 * @return possible object is {@link Informations }
+	 * 
+	 */
+	public Informations getInformations() {
+		return informations;
+	}
+
+	/**
+	 * Sets the value of the informations property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link Informations }
+	 * 
+	 */
+	public void setInformations(Informations value) {
+		this.informations = value;
+	}
 
 }

Index: Code.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/Code.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Code.java	31 Aug 2006 09:09:21 -0000	1.1.1.1
+++ Code.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import javax.xml.bind.annotation.XmlAccessType;
@@ -13,21 +12,23 @@
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * <p>Java class for code element declaration.
+ * <p>
+ * Java class for code element declaration.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
- * &lt;element name="code">
- *   &lt;complexType>
- *     &lt;complexContent>
- *       &lt;extension base="{http://www.w3.org/unicorn/observationresponse}Inline">
- *       &lt;/extension>
- *     &lt;/complexContent>
- *   &lt;/complexType>
- * &lt;/element>
+ * &lt;element name=&quot;code&quot;&gt;
+ *   &lt;complexType&gt;
+ *     &lt;complexContent&gt;
+ *       &lt;extension base=&quot;{http://www.w3.org/unicorn/observationresponse}Inline&quot;&gt;
+ *       &lt;/extension&gt;
+ *     &lt;/complexContent&gt;
+ *   &lt;/complexType&gt;
+ * &lt;/element&gt;
  * </pre>
  * 
  * 
@@ -35,9 +36,6 @@
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "")
 @XmlRootElement(name = "code")
-public class Code
-    extends Inline
-{
-
+public class Code extends Inline {
 
 }

Index: ObjectFactory.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/generated/observationresponse/ObjectFactory.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ObjectFactory.java	31 Aug 2006 09:09:22 -0000	1.1.1.1
+++ ObjectFactory.java	17 Jun 2008 13:41:10 -0000	1.2
@@ -5,7 +5,6 @@
 // Generated on: 2006.07.26 at 04:29:37 PM CEST 
 //
 
-
 package org.w3c.unicorn.generated.observationresponse;
 
 import java.math.BigInteger;
@@ -15,306 +14,346 @@
 import javax.xml.datatype.XMLGregorianCalendar;
 import javax.xml.namespace.QName;
 
-
 /**
- * This object contains factory methods for each 
- * Java content interface and Java element interface 
- * generated in the org.w3c.unicorn.generated.observationresponse package. 
- * <p>An ObjectFactory allows you to programatically 
- * construct new instances of the Java representation 
- * for XML content. The Java representation of XML 
- * content can consist of schema derived interfaces 
- * and classes representing the binding of schema 
- * type definitions, element declarations and model 
- * groups.  Factory methods for each of these are 
- * provided in this class.
+ * This object contains factory methods for each Java content interface and Java
+ * element interface generated in the
+ * org.w3c.unicorn.generated.observationresponse package.
+ * <p>
+ * An ObjectFactory allows you to programatically construct new instances of the
+ * Java representation for XML content. The Java representation of XML content
+ * can consist of schema derived interfaces and classes representing the binding
+ * of schema type definitions, element declarations and model groups. Factory
+ * methods for each of these are provided in this class.
  * 
  */
 @XmlRegistry
 public class ObjectFactory {
 
-    private final static QName _Message_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "message");
-    private final static QName _Checkedby_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "checkedby");
-    private final static QName _Warningcount_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "warningcount");
-    private final static QName _Version_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "version");
-    private final static QName _Passed_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "passed");
-    private final static QName _Date_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "date");
-    private final static QName _Context_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "context");
-    private final static QName _Errortype_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "errortype");
-    private final static QName _Errorcount_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "errorcount");
-    private final static QName _Column_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "column");
-    private final static QName _Level_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "level");
-    private final static QName _Line_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "line");
-    private final static QName _Infocount_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "infocount");
-    private final static QName _Uri_QNAME = new QName("http://www.w3.org/unicorn/observationresponse", "uri");
+	private final static QName _Message_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "message");
 
-    /**
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3c.unicorn.generated.observationresponse
-     * 
-     */
-    public ObjectFactory() {
-    }
+	private final static QName _Checkedby_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "checkedby");
 
-    /**
-     * Create an instance of {@link Info }
-     * 
-     */
-    public Info createInfo() {
-        return new Info();
-    }
+	private final static QName _Warningcount_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "warningcount");
 
-    /**
-     * Create an instance of {@link Warninglist }
-     * 
-     */
-    public Warninglist createWarninglist() {
-        return new Warninglist();
-    }
+	private final static QName _Version_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "version");
 
-    /**
-     * Create an instance of {@link InA }
-     * 
-     */
-    public InA createInA() {
-        return new InA();
-    }
+	private final static QName _Passed_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "passed");
 
-    /**
-     * Create an instance of {@link Longmessage }
-     * 
-     */
-    public Longmessage createLongmessage() {
-        return new Longmessage();
-    }
+	private final static QName _Date_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "date");
 
-    /**
-     * Create an instance of {@link A }
-     * 
-     */
-    public A createA() {
-        return new A();
-    }
+	private final static QName _Context_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "context");
 
-    /**
-     * Create an instance of {@link Warnings }
-     * 
-     */
-    public Warnings createWarnings() {
-        return new Warnings();
-    }
+	private final static QName _Errortype_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "errortype");
 
-    /**
-     * Create an instance of {@link Errorlist }
-     * 
-     */
-    public Errorlist createErrorlist() {
-        return new Errorlist();
-    }
+	private final static QName _Errorcount_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "errorcount");
 
-    /**
-     * Create an instance of {@link Error }
-     * 
-     */
-    public Error createError() {
-        return new Error();
-    }
+	private final static QName _Column_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "column");
 
-    /**
-     * Create an instance of {@link Code }
-     * 
-     */
-    public Code createCode() {
-        return new Code();
-    }
+	private final static QName _Level_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "level");
 
-    /**
-     * Create an instance of {@link Observationresponse }
-     * 
-     */
-    public Observationresponse createObservationresponse() {
-        return new Observationresponse();
-    }
+	private final static QName _Line_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "line");
 
-    /**
-     * Create an instance of {@link Informations }
-     * 
-     */
-    public Informations createInformations() {
-        return new Informations();
-    }
+	private final static QName _Infocount_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "infocount");
 
-    /**
-     * Create an instance of {@link Errors }
-     * 
-     */
-    public Errors createErrors() {
-        return new Errors();
-    }
+	private final static QName _Uri_QNAME = new QName(
+			"http://www.w3.org/unicorn/observationresponse", "uri");
 
-    /**
-     * Create an instance of {@link Result }
-     * 
-     */
-    public Result createResult() {
-        return new Result();
-    }
+	/**
+	 * Create a new ObjectFactory that can be used to create new instances of
+	 * schema derived classes for package:
+	 * org.w3c.unicorn.generated.observationresponse
+	 * 
+	 */
+	public ObjectFactory() {
+	}
 
-    /**
-     * Create an instance of {@link Warning }
-     * 
-     */
-    public Warning createWarning() {
-        return new Warning();
-    }
+	/**
+	 * Create an instance of {@link Info }
+	 * 
+	 */
+	public Info createInfo() {
+		return new Info();
+	}
 
-    /**
-     * Create an instance of {@link Infolist }
-     * 
-     */
-    public Infolist createInfolist() {
-        return new Infolist();
-    }
+	/**
+	 * Create an instance of {@link Warninglist }
+	 * 
+	 */
+	public Warninglist createWarninglist() {
+		return new Warninglist();
+	}
 
-    /**
-     * Create an instance of {@link Inline }
-     * 
-     */
-    public Inline createInline() {
-        return new Inline();
-    }
+	/**
+	 * Create an instance of {@link InA }
+	 * 
+	 */
+	public InA createInA() {
+		return new InA();
+	}
 
-    /**
-     * Create an instance of {@link Img }
-     * 
-     */
-    public Img createImg() {
-        return new Img();
-    }
+	/**
+	 * Create an instance of {@link Longmessage }
+	 * 
+	 */
+	public Longmessage createLongmessage() {
+		return new Longmessage();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "message")
-    public JAXBElement<String> createMessage(String value) {
-        return new JAXBElement<String>(_Message_QNAME, String.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link A }
+	 * 
+	 */
+	public A createA() {
+		return new A();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "checkedby")
-    public JAXBElement<String> createCheckedby(String value) {
-        return new JAXBElement<String>(_Checkedby_QNAME, String.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Warnings }
+	 * 
+	 */
+	public Warnings createWarnings() {
+		return new Warnings();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "warningcount")
-    public JAXBElement<BigInteger> createWarningcount(BigInteger value) {
-        return new JAXBElement<BigInteger>(_Warningcount_QNAME, BigInteger.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Errorlist }
+	 * 
+	 */
+	public Errorlist createErrorlist() {
+		return new Errorlist();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "version")
-    public JAXBElement<String> createVersion(String value) {
-        return new JAXBElement<String>(_Version_QNAME, String.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Error }
+	 * 
+	 */
+	public Error createError() {
+		return new Error();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "passed")
-    public JAXBElement<Boolean> createPassed(Boolean value) {
-        return new JAXBElement<Boolean>(_Passed_QNAME, Boolean.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Code }
+	 * 
+	 */
+	public Code createCode() {
+		return new Code();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "date")
-    public JAXBElement<XMLGregorianCalendar> createDate(XMLGregorianCalendar value) {
-        return new JAXBElement<XMLGregorianCalendar>(_Date_QNAME, XMLGregorianCalendar.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Observationresponse }
+	 * 
+	 */
+	public Observationresponse createObservationresponse() {
+		return new Observationresponse();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "context")
-    public JAXBElement<String> createContext(String value) {
-        return new JAXBElement<String>(_Context_QNAME, String.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Informations }
+	 * 
+	 */
+	public Informations createInformations() {
+		return new Informations();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "errortype")
-    public JAXBElement<String> createErrortype(String value) {
-        return new JAXBElement<String>(_Errortype_QNAME, String.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Errors }
+	 * 
+	 */
+	public Errors createErrors() {
+		return new Errors();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "errorcount")
-    public JAXBElement<BigInteger> createErrorcount(BigInteger value) {
-        return new JAXBElement<BigInteger>(_Errorcount_QNAME, BigInteger.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Result }
+	 * 
+	 */
+	public Result createResult() {
+		return new Result();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "column")
-    public JAXBElement<BigInteger> createColumn(BigInteger value) {
-        return new JAXBElement<BigInteger>(_Column_QNAME, BigInteger.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Warning }
+	 * 
+	 */
+	public Warning createWarning() {
+		return new Warning();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "level")
-    public JAXBElement<Integer> createLevel(Integer value) {
-        return new JAXBElement<Integer>(_Level_QNAME, Integer.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Infolist }
+	 * 
+	 */
+	public Infolist createInfolist() {
+		return new Infolist();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "line")
-    public JAXBElement<BigInteger> createLine(BigInteger value) {
-        return new JAXBElement<BigInteger>(_Line_QNAME, BigInteger.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Inline }
+	 * 
+	 */
+	public Inline createInline() {
+		return new Inline();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "infocount")
-    public JAXBElement<BigInteger> createInfocount(BigInteger value) {
-        return new JAXBElement<BigInteger>(_Infocount_QNAME, BigInteger.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link Img }
+	 * 
+	 */
+	public Img createImg() {
+		return new Img();
+	}
 
-    /**
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
-     * 
-     */
-    @XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "uri")
-    public JAXBElement<String> createUri(String value) {
-        return new JAXBElement<String>(_Uri_QNAME, String.class, null, value);
-    }
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "message")
+	public JAXBElement<String> createMessage(String value) {
+		return new JAXBElement<String>(_Message_QNAME, String.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "checkedby")
+	public JAXBElement<String> createCheckedby(String value) {
+		return new JAXBElement<String>(_Checkedby_QNAME, String.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "warningcount")
+	public JAXBElement<BigInteger> createWarningcount(BigInteger value) {
+		return new JAXBElement<BigInteger>(_Warningcount_QNAME,
+				BigInteger.class, null, value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "version")
+	public JAXBElement<String> createVersion(String value) {
+		return new JAXBElement<String>(_Version_QNAME, String.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "passed")
+	public JAXBElement<Boolean> createPassed(Boolean value) {
+		return new JAXBElement<Boolean>(_Passed_QNAME, Boolean.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "date")
+	public JAXBElement<XMLGregorianCalendar> createDate(
+			XMLGregorianCalendar value) {
+		return new JAXBElement<XMLGregorianCalendar>(_Date_QNAME,
+				XMLGregorianCalendar.class, null, value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "context")
+	public JAXBElement<String> createContext(String value) {
+		return new JAXBElement<String>(_Context_QNAME, String.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "errortype")
+	public JAXBElement<String> createErrortype(String value) {
+		return new JAXBElement<String>(_Errortype_QNAME, String.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "errorcount")
+	public JAXBElement<BigInteger> createErrorcount(BigInteger value) {
+		return new JAXBElement<BigInteger>(_Errorcount_QNAME, BigInteger.class,
+				null, value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "column")
+	public JAXBElement<BigInteger> createColumn(BigInteger value) {
+		return new JAXBElement<BigInteger>(_Column_QNAME, BigInteger.class,
+				null, value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "level")
+	public JAXBElement<Integer> createLevel(Integer value) {
+		return new JAXBElement<Integer>(_Level_QNAME, Integer.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "line")
+	public JAXBElement<BigInteger> createLine(BigInteger value) {
+		return new JAXBElement<BigInteger>(_Line_QNAME, BigInteger.class, null,
+				value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "infocount")
+	public JAXBElement<BigInteger> createInfocount(BigInteger value) {
+		return new JAXBElement<BigInteger>(_Infocount_QNAME, BigInteger.class,
+				null, value);
+	}
+
+	/**
+	 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
+	 * 
+	 */
+	@XmlElementDecl(namespace = "http://www.w3.org/unicorn/observationresponse", name = "uri")
+	public JAXBElement<String> createUri(String value) {
+		return new JAXBElement<String>(_Uri_QNAME, String.class, null, value);
+	}
 
 }

Received on Tuesday, 17 June 2008 13:42:20 UTC