A content restriction rating applicable to the 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:Rating />
| Parent elements | mx:Ratings |
The following ratings are valid values for this element:
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)