Collection of content restriction ratings that are applicable to a title.
Your application manifest should specify all ratings that are appropriate for the title. These ratings are checked against the current content restrictions on the system during activation. If you do not specify any ratings, your title is considered “Unrated”, which indicates that your title is appropriate only for adults. See the Content Restriction overview for more information on ratings and content restriction.
<mx:Ratings
Category = string >
</mx:Ratings>
Category
The rating category that applies to the title. Must be “game” or “application”.
| Parent elements | Application |
|---|---|
| Child elements | mx:Rating |
Ratings for a Game:
<Application>
...
<mx:Ratings Category="game">
<mx:Rating>ESRB:T</mx:Rating>
<mx:Rating>USK:12</mx:Rating>
<mx:Rating>COB-AU:PG</mx:Rating>
<mx:Rating>OFLC-NZ:PG</mx:Rating>
<mx:Rating>DJCTQ:12</mx:Rating>
<mx:Rating>PEGI:12</mx:Rating>
<mx:Rating>Microsoft:16</mx:Rating>
</mx:Ratings>
</Application>
Ratings for an app:
<Application>
...
<mx:Ratings Category="application">
<mx:Rating>Microsoft:16</mx:Rating>
</mx:Ratings>
</Application>
White Paper: Title Ratings for Xbox One (Developer Education Materials > All NDA Whitepapers)