transactionファイル:
Date:日付 LeftDr_Cr:左貸借 LeftMajorDivision:大分類 LeftClass:グループ LeftAccount:勘定科目 LeftAux:補助科目 Money:金額 RightDr_Cr:右貸借 RightMajorDivision:大分類 RightClass:グループ RightAccount:勘定科目 RightAux:補助科目 Remark:摘要 BookDate:記帳日時 UserName:記帳したユーザー名
AppleのPropertyList形式です。
すなわち
<?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">
<array>
<dict>
上で説明したキーと値の組み合わせ。例えば<key>Date</key><date>2004-12-31T15:00:00Z</date>
</dict>
</array>
</plist>
DateとBookDateのElementは<date>で値はISO-8601形式でなければなりません。このアプリケーションからはグリニジ標準時が書き出されます。
MoneyのElementは<integer>です。
Date,BookDate,Money以外のElementは<string>です。