xref: /minix3/tests/lib/libppath/personnel.plist (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc<?xml version="1.0" encoding="UTF-8"?>
2*11be35a1SLionel Sambuc<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*11be35a1SLionel Sambuc<plist version="1.0">
4*11be35a1SLionel Sambuc<dict>
5*11be35a1SLionel Sambuc	<key>John Doe</key>
6*11be35a1SLionel Sambuc	<dict>
7*11be35a1SLionel Sambuc		<key>children</key>
8*11be35a1SLionel Sambuc		<array>
9*11be35a1SLionel Sambuc			<string>Jane Doe</string>
10*11be35a1SLionel Sambuc			<string>John Doe, Jr.</string>
11*11be35a1SLionel Sambuc		</array>
12*11be35a1SLionel Sambuc
13*11be35a1SLionel Sambuc		<key>pets</key>
14*11be35a1SLionel Sambuc		<array>
15*11be35a1SLionel Sambuc			<string>Fido</string>
16*11be35a1SLionel Sambuc			<string>Spot</string>
17*11be35a1SLionel Sambuc		</array>
18*11be35a1SLionel Sambuc
19*11be35a1SLionel Sambuc		<key>job title</key>
20*11be35a1SLionel Sambuc		<string>computer programmer</string>
21*11be35a1SLionel Sambuc
22*11be35a1SLionel Sambuc		<key>u.s. citizen</key>
23*11be35a1SLionel Sambuc		<true/>
24*11be35a1SLionel Sambuc	</dict>
25*11be35a1SLionel Sambuc</dict>
26*11be35a1SLionel Sambuc</plist>
27