@XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, namespace = "http://fileupload.opencastproject.org") package org.opencastproject.fileupload.api.job; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;