<?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>DataClasses</key>
	<array>
		<dict>
			<key>Category</key>
			<string>Personal Data</string>
			<key>ImagePath</key>
			<string>com.apple.Notes.tiff</string>
			<key>Name</key>
			<string>com.apple.Notes</string>
		</dict>
	</array>
	<key>Entities</key>
	<array>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>dateCreated</string>
					<key>Type</key>
					<string>date</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>dateModified</string>
					<key>Type</key>
					<string>date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>author</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>subject</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>EnumValues</key>
					<array>
						<string>text/plain</string>
						<string>text/html</string>
					</array>
					<key>Name</key>
					<string>contentType</string>
					<key>Type</key>
					<string>enum</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>content</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>noteID</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Notes</string>
			<key>CompoundIdentityProperties</key>
			<array>
				<array>
					<string>noteID</string>
				</array>
				<array>
					<string>author</string>
					<string>dateCreated</string>
					<string>subject</string>
				</array>
			</array>
			<key>Name</key>
			<string>com.apple.notes.Note</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>contentType</string>
					<string>content</string>
					<string>subject</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.notes.Attachment</string>
							<key>RelationshipName</key>
							<string>note</string>
						</dict>
					</array>
					<key>Name</key>
					<string>attachments</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Target</key>
					<array>
						<string>com.apple.notes.Attachment</string>
					</array>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>keywords</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Target</key>
					<array>
						<string>com.apple.notes.Keyword</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>ExcludeFromDataChangeAlert</key>
			<true/>
			<key>Attributes</key>
			<array>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>name</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>attachmentID</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>contentType</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>content</string>
					<key>Type</key>
					<string>data</string>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Notes</string>
			<key>IdentityProperties</key>
			<array>
				<string>attachmentID</string>
				<string>note</string>
			</array>
			<key>Name</key>
			<string>com.apple.notes.Attachment</string>
			<key>Parent</key>
			<string>note</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>contentType</string>
					<string>content</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>DeleteRule</key>
					<string>nullify</string>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.notes.Note</string>
							<key>RelationshipName</key>
							<string>attachments</string>
						</dict>
					</array>
					<key>Name</key>
					<string>note</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
					<key>Target</key>
					<array>
						<string>com.apple.notes.Note</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>ExcludeFromDataChangeAlert</key>
			<true/>
			<key>Attributes</key>
			<array>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>name</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Notes</string>
			<key>IdentityProperties</key>
			<array>
				<string>name</string>
			</array>
			<key>Name</key>
			<string>com.apple.notes.Keyword</string>
		</dict>
	</array>
	<key>Name</key>
	<string>com.apple.Notes</string>
	<key>MajorVersion</key>
	<integer>1</integer>
	<key>MinorVersion</key>
	<integer>1</integer>
	<key>UIHelperClass</key>
	<string>NotesUIHelper</string>
</dict>
</plist>
