@XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, namespace = IndexObject.INDEX_XML_NAMESPACE) package org.opencastproject.index.service.impl.index.series; import org.opencastproject.index.service.impl.index.IndexObject; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;