@XmlSchema(xmlns = { @XmlNs(namespaceURI = "http://www.w3.org/2005/Atom", prefix = "atom") }, elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package feed.parser; import javax.xml.bind.annotation.XmlNs; import javax.xml.bind.annotation.XmlSchema;