/**
* This package holds all classes that are used to define a tank.
*
* @author Sebastian Straub <sebastian-straub@gmx.net>
*/
@XmlSchema (
xmlns = {},
namespace = "http://nx42.de/projects/wot/schema121",
elementFormDefault = XmlNsForm.QUALIFIED,
attributeFormDefault = XmlNsForm.UNSET
)
package de.nx42.wotcrawler.db.tank;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;