<?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>ConflictResolverClass</key>
	<string>BookmarksConflictResolver</string>
	<key>UIHelperClass</key>
	<string>BookmarksUIHelper</string>
	<key>DataClasses</key>
	<array>
		<dict>
			<key>ImagePath</key>
			<string>com.apple.Bookmarks.icns</string>
			<key>Name</key>
			<string>com.apple.Bookmarks</string>
			<key>Category</key>
			<string>Application Settings</string>
		</dict>
	</array>
	<key>Entities</key>
	<array>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>name</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>position</string>
					<key>Type</key>
					<string>number</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>Folder to contain Bookmarks and Sub folders</string>
			<key>DataClass</key>
			<string>com.apple.Bookmarks</string>
			<key>IdentityProperties</key>
			<array>
				<string>name</string>
				<string>parent</string>
			</array>
			<key>Name</key>
			<string>com.apple.bookmarks.Folder</string>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Mapping between a folder and bookmarks and sub folders</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>children</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Target</key>
					<array>
						<string>com.apple.bookmarks.Folder</string>
						<string>com.apple.bookmarks.Bookmark</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Back mapping from a Folder to its enclosing Folder</string>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.bookmarks.Folder</string>
							<key>RelationshipName</key>
							<string>children</string>
						</dict>
					</array>
					<key>Name</key>
					<string>parent</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Target</key>
					<array>
						<string>com.apple.bookmarks.Folder</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>name</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>url</string>
					<key>Type</key>
					<string>url</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>position</string>
					<key>Type</key>
					<string>number</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
			</array>
			<key>Comment</key>
			<string>No Comment</string>
			<key>DataClass</key>
			<string>com.apple.Bookmarks</string>
			<key>IdentityProperties</key>
			<array>
				<string>name</string>
				<string>url</string>
				<string>parent</string>
			</array>
			<key>Name</key>
			<string>com.apple.bookmarks.Bookmark</string>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Back mapping from a Bookmark to its enclosing Folder</string>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.bookmarks.Folder</string>
							<key>RelationshipName</key>
							<string>children</string>
						</dict>
					</array>
					<key>Name</key>
					<string>parent</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.bookmarks.Folder</string>
					</array>
				</dict>
			</array>
		</dict>
	</array>
	<key>Name</key>
	<string>com.apple.Bookmarks</string>
	<key>MajorVersion</key>
	<integer>1</integer>
	<key>MinorVersion</key>
	<integer>2</integer>
</dict>
</plist>
