/** * Service implementation classes */ @XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, namespace = "http://serviceregistry.opencastproject.org") package org.opencastproject.serviceregistry.api; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;