/** * User Tracking service implementation classes */ @XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, namespace = "http://usertracking.opencastproject.org") package org.opencastproject.usertracking.endpoint; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;