This folder contains your Pop'n Navy XML export - it's the file that ends in ".xml".  You can use this file to re-import your scores into another score site.  Please note that this file DOES contain your private scores, while public exports will not.

For more details about other score sites that are available to take your import, visit the PNN Closure wiki page:
http://vjarmy.com/wiki/index.php/VJA:Closure

The remainder of this document describes the XML format, in case you're looking to do something with the file yourself.

THANK YOU FOR PLAYING!

=================================

<pnndata> 
The main wrapper.
Attributes:
	version is currently 0.2 as of this doc.
	The namespace can be parsed to make sure this is the doc you
want.  It should be <http://popnnavy.com/ns#>

Children:
<user> - user information wrapper.
<scoredata> - wrapper for all regular scores.
<s-scoredata> - wrapper for all S-challenge scores.

----------------------
<user>
Wrapper for user data.

Children:
<id> - integer, user id number
<login> - string, user login name
<poppername> - string, user's short Popper name

----------------------
<scoredata>
Wrapper for all regular score data.

Children:
<song> - entry for an individual song and difficulty entry.

----------------------
<s-scoredata>
Wrapper for all S-challenge score data.

Children:
<song> - entry for an individual song and difficulty entry.

----------------------
<song>
Container for the score data.

Attributes:
diff - string, difficulty: { 5, 9, hyper, ex }
Children:
<id> - req. string, song id
<songname> - req. cdata string, name of the song
<artist> - req. cdata string, name of the artist
<genre> - req. cdata string, name of the genre
<bpm> - req. integer, beats per minute
<games> - req. string, list of games the song appears on (comma delimited)
<notes> - req. integer, number of notes at this difficulty
<score> - req. integer, user's score
<combo> - req. integer, user's combo score
<public> - required integer, whether or not the score was public.  1 = public, 0 = private.
<grade> - req. string, grade. { AAA, AA, A, B, C, D, E, F }
<djpoints> - req. integer from 0-10, dj points, per the 10th style calculation method.
<scorebreakdown> - req. container for note judgement counts
<mods> - req. container for mods
<cleartype> - req. string, type of clear.  {played, cleared, combo, perfect }
<comment> - opt. cdata string, user's comment
<picurl> - opt. string, url for picture if given.
<date> - req. string, timestamp of last score update.  yyyymmddhhmmss

----------------------
<scorebreakdown>
Container for note judgement counts.

Children, all required if element is present:
<greats> - integer, # of greats
<good> - integer, # of goods
<bad> - integer, # of bads

Children, not required:
<cool> - integer, # of cools, only will appear within an <s-scoredata> section.
----------------------
<mods>
Container for mods.

Children, all optional:
<highspeed> - integer, highspeed setting.
    2 = 2x
    3 = 3x
    4 = 4x
    5 = 5x
    6 = 6x
    8 = 8x
<hidsud> - character, hidden/sudden setting.
    S = Sudden
    H = Hidden
    B = Sudden + Hidden
    T = Towel
<ranmir> - character, random / mirror setting
    R = Random
    M = Mirror
    B = Random + Mirror
    S = S-Random
<poptype> - character, pop type setting
    B = Beat-Pop
    C = Chara-Pop