<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>RealKeyValue</key>
<real>0.123</real>
<key>DataKeyValue</key>
<data>SGVsbG8sIHdvcmxkIQ==</data>
<key>Key1</key>
<dict>
<key>SubKey1</key>
<dict>
<key>StringKeyValue</key>
<string>string</string>
<key>IntegerKeyValue</key>
<integer>100</integer>
</dict>
<key>BooleanKeyValue</key>
<true/>
</dict>
</dict>
</plist>