nl.vpro.domain.subtitles.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subtitles-domain Show documentation
Show all versions of subtitles-domain Show documentation
Subtitles are related to media, but are implemented completely parallel. Classes to contain, parse, and assemble subtitle objects are here.
The newest version!
@XmlSchema(
xmlns =
{
@XmlNs(
prefix = "subtitles",
namespaceURI = Xmlns.MEDIA_SUBTITLES_NAMESPACE),
@XmlNs(
prefix = "shared",
namespaceURI = Xmlns.SHARED_NAMESPACE)
},
namespace = Xmlns.MEDIA_SUBTITLES_NAMESPACE,
elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED,
attributeFormDefault = jakarta.xml.bind.annotation.XmlNsForm.UNQUALIFIED
)
package nl.vpro.domain.subtitles;
import jakarta.xml.bind.annotation.XmlNs;
import jakarta.xml.bind.annotation.XmlSchema;
import nl.vpro.domain.Xmlns;