You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
616 B
Plaintext
31 lines
616 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Year Of Birth</key>
|
|
<integer>1965</integer>
|
|
|
|
<key>Date Of Graduation</key>
|
|
<date>2004-06-22T19:23:43Z</date>
|
|
|
|
<key>Pets Names</key>
|
|
<array/>
|
|
|
|
<key>Picture</key>
|
|
<data>PEKBpYGlmYFCPA==</data>
|
|
|
|
<key>City Of Birth</key>
|
|
<string>Springfield</string>
|
|
|
|
<key>Name</key>
|
|
<string>John Doe</string>
|
|
|
|
<key>Kids Names</key>
|
|
<array>
|
|
<string>John</string>
|
|
<string>Kyra</string>
|
|
</array>
|
|
|
|
</dict>
|
|
</plist>
|