/** * Utility classes for dealing with media packages, collections, URLs, files, and streams. */ @XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED) package org.opencastproject.util; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;