-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from paulhiggs/master
updated DVBServiceType (2019) classification scheme
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ClassificationScheme uri="urn:dvb:metadata:cs:ServiceTypeCS:2019" xmlns="urn:tva:mpeg7:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tva:mpeg7:2008 tva_mpeg7.xsd" xsi:type="ClassificationSchemeType"> | ||
<!-- ##################################################################### --> | ||
<!-- ServiceType --> | ||
<!-- Definition: Definitions for the different types of service --> | ||
<!-- ##################################################################### --> | ||
<Term termID="linear"> | ||
<Name xml:lang="en">The service contains linear television programming</Name> | ||
</Term> | ||
<Term termID="linear-radio"> | ||
<Name xml:lang="en">The service contains linear radio programming</Name> | ||
</Term> | ||
<Term termID="ondemand"> | ||
<Name xml:lang="en">The service contains on demand television programming</Name> | ||
</Term> | ||
<Term termID="ondemand-radio"> | ||
<Name xml:lang="en">The service contains on demand radio programming</Name> | ||
</Term> | ||
<Term termID="data"> | ||
<Name xml:lang="en">The service contains only data signalling (no audio or video | ||
service component)</Name> | ||
</Term> | ||
<Term termID="mosaic"> | ||
<Name xml:lang="en">The service contains a visually structured composition | ||
derived from other services</Name> | ||
</Term> | ||
<Term termID="other"> | ||
<Name xml:lang="en">The service cannot be described by one of the categories | ||
in this scheme</Name> | ||
</Term> | ||
</ClassificationScheme> | ||
|