Author: ygrego Date: 2015-05-15 13:26:16 +0000 (Fri, 15 May 2015) New Revision: 1344 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1344 Log: Addition of a class's comment. Modified: oipf/js/impl/model/ParentalRatingScheme.js Modified: oipf/js/impl/model/ParentalRatingScheme.js =================================================================== --- oipf/js/impl/model/ParentalRatingScheme.js 2015-05-15 13:22:55 UTC (rev 1343) +++ oipf/js/impl/model/ParentalRatingScheme.js 2015-05-15 13:26:16 UTC (rev 1344) @@ -1,7 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * typedef Collection<String> ParentalRatingScheme + * A ParentalRatingScheme describes a single parental rating scheme that may be + * in use for rating content, e.g. the MPAA or BBFC rating schemes. It is a + * collection of strings representing rating values, which next to + * the properties and methods defined below SHALL support the array notation + * to access the rating values in this collection. For the natively OITF + * supported parental rating systems the values SHALL be ordered by the OITF + * to allow the rating values to be compared in the manner as defined for + * property threshold for the respective parental rating system. + * Using a threshold as defined in this API may not necessarily be the proper + * way in which parental rating filtering is applied on the OITF, + * e.g. the US FCC requirements take precedence for device to be imported + * to the US. The parental rating schemes supported by a receiver MAY vary + * between deployments. See Annex K for the definition of the collection + * template. In addition to the methods and properties defined for generic + * collections, the ParentalRatingScheme class supports the additional + * properties and methods defined below. */ var ParentalRatingScheme = Array.extend({