<?xml version="1.0" encoding="UTF-8"?>
<!-- This is an annotated instance to represent payments, and especially cheques/checks (US), with annotations (the instance, not the cheques). Version 1.0.70628.1 -->
<!-- This file contains data fields considered very important to representing its subject. Annotations have been provided for the "most important" of those fields. XBRL GL has many other fields that could be helpful in expressing the information, but have been omitted because their presence is more circumstantial. This file was created for educational purposes only, does not represent real company data, and we welcome suggestions on improvement. Contact xbrlgl@xbrl.org with comments. -->
<!-- The "root" of every XBRL file ("instance document") is xbrl, whether XBRL GL or XBRL FR. -->
<xbrl xmlns="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gl-cor="http://www.xbrl.org/int/gl/cor/2006-10-25" xmlns:gl-muc="http://www.xbrl.org/int/gl/muc/2006-10-25" xmlns:gl-bus="http://www.xbrl.org/int/gl/bus/2006-10-25" xmlns:gl-plt="http://www.xbrl.org/int/gl/plt/2006-10-25" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:iso639="http://www.xbrl.org/2005/iso639" xsi:schemaLocation="http://www.xbrl.org/int/gl/plt/2006-10-25 ../plt/case-c-b-m-u-t/gl-plt-2006-10-25.xsd">
	<!-- XBRL files require the schemaRef as the discovery tool for the DTS. XBRL GL is XBRL; it also lives by the basic rules of XML, and the schemaLocation provided above is suitable for XML Schema only work. Primarily, you lose the human readable labels and definitions stored in the XBRL linkbases. -->
	<link:schemaRef xlink:type="simple" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:href="../plt/case-c-b-m-u-t/gl-plt-2006-10-25.xsd"/>
	<!-- Contexts, mandatory according to the XBRL 2.1, Specification, are not meant to describe the information in XBRL GL and appear only by convention. All facts are "instant" and developers are encouraged to duplicate/provide the date the XBRL GL information is created as the period's date. Contexts and units should be used or relied upoin optionally only in closed environments. -->
	<context id="now">
		<entity>
			<identifier scheme="http://www.xbrl.org/xbrlgl/sample">SAMPLE</identifier>
		</entity>
		<!-- The XBRL GL WG recommends using the file creation data as the period. -->
		<period>
			<instant>2007-12-31</instant>
		</period>
	</context>
	<!-- Units of measure in XBRL GL are handled within the measurable and multicurrency elements. The unit structure here is provided by convention and should not be relied upon in interpreting XBRL GL data. -->
	<unit id="EUR">
		<measure>iso4217:EUR</measure>
	</unit>
	<!-- The container for XBRL GL, [accountingEntries], is not the root of an XBRL GL file - the actual root, as with all XBRL files, is xbrl. This means that a single "physical" XBRL GL file can store one or more virtual XBRL GL files, through one or more [accountingEntries] structures with data inside. The primary key to understanding an XBRL GL file is the [entriesType]. A single physical XBRL GL file can have multiple [accountingEntries] structures to represent both transactions and master files; the differences are signified by the appropriate [entriesType] enumerated values, such as {account} or {other}. This is especially important in a representation of this kind. A file creator can create a single physical file but have information about the vendors in one [accountingEntries] section and information about payments in another referencing only the vendor number, thereby reducing the duplicated information (vendor name, address, etc.) in the file resulting in smaller file sizes. This instance document uses this approach, identified as "normalized" as opposed to "monolithic", where all the information is stored at detail line level. -->
	<!-- The first [accountingEntries] structure contains the information about banks, the second to the parties relating to the payments; in this case, customers, vendors, and employees, and the third to payments. There are ways to combine these or to separate them more fully as well.  As all such parties are represented with the same [identifierReference] structure, a combination of [identifierCode] and [identifierType] is necessary to unambiguously cross-reference between the detail and the master file. The order in which the different [accountingEntries] structures appear is insignificant, but FRIS recommends that "referred to" information be presented first. In this case, that would be the masterfile information. -->
	<!-- Bank Account entries -->
	<!-- illustrating the following information:
Bank: HSBC Canada ID:XXXXX-016
With accounts:
Checking ac# 123-45678-1
Payroll ac# 124-35679-1 (which is associated by default with gl account 1100, Cash-Payroll)

Bank: Bank of Montreal ID: XXXXX-001
With account:
Payroll ac# 32203344201
-->
	<gl-cor:accountingEntries>
		<gl-cor:documentInfo>
			<!-- The [entriesType] is the only required field in XBRL GL. The enumerated value of {account} means that this is a batch of things related to a master file listing. An [account] structure is not required in such a set of files'; the [identifierReference] structure is often sufficient. There may be [accountType]={account} provided, such as default sales or expenses accounts. There may also be [accountType] for customer, vendor or employee, for hierarchies or other reasons. In the case of bank accounts, we have [accountType]={bank}; we may associate that bank or bank account with a general ledger account for cash - [accountType]={account} -->
			<gl-cor:entriesType contextRef="now">account</gl-cor:entriesType>
			<gl-cor:uniqueID contextRef="now">00171231001</gl-cor:uniqueID>
			<!-- The optional default language signifier provides guidance for tools about how to display or transform information. -->
			<gl-cor:language contextRef="now">iso639:en</gl-cor:language>
			<gl-cor:creationDate contextRef="now">2007-12-31</gl-cor:creationDate>
			<gl-bus:creator contextRef="now">EEC</gl-bus:creator>
			<gl-cor:entriesComment contextRef="now">Bank account information</gl-cor:entriesComment>
			<gl-cor:periodCoveredStart contextRef="now">2007-01-01</gl-cor:periodCoveredStart>
			<gl-cor:periodCoveredEnd contextRef="now">2007-12-31</gl-cor:periodCoveredEnd>
			<gl-bus:sourceApplication contextRef="now">QuickEric</gl-bus:sourceApplication>
			<!-- The optional default currency can be used with or instead of specific identification. -->
			<gl-muc:defaultCurrency contextRef="now">iso4217:EUR</gl-muc:defaultCurrency>
		</gl-cor:documentInfo>
		<gl-cor:entityInformation>
			<gl-bus:organizationIdentifiers>
				<gl-bus:organizationIdentifier contextRef="now">SWIFTCO</gl-bus:organizationIdentifier>
				<gl-bus:organizationDescription contextRef="now">Ticker</gl-bus:organizationDescription>
			</gl-bus:organizationIdentifiers>
		</gl-cor:entityInformation>
		<!-- Representing banks and bank accounts can be done in different ways - at least until the user community decides that one way is a best practice. Banks can be set up as parents, and associated accounts as child with [parentAccountMainID] pointing to the parent bank; alternatively, accounts can be set up as "subaccounts" under the bank as the main account. -->
		<gl-cor:entryHeader>
			<gl-cor:entryComment contextRef="now">Bank accounts</gl-cor:entryComment>
			<!-- Example of individual bank accounts being show separately from bank definition -->
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">1</gl-cor:lineNumber>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">XXXXX-016</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">HSBC Canada</gl-cor:accountMainDescription>
					<gl-cor:accountType contextRef="now">bank</gl-cor:accountType>
				</gl-cor:account>
			</gl-cor:entryDetail>
			<!-- under some circumstances, all of the [account] structures could be represented under a single [entryDetail] parent. Here, we use a separate [entryDetail] to associate each bank with a [lineNumber]. It also lets us associate a particular bank account with a general ledger account -->
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">1.1</gl-cor:lineNumber>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">123-45678-1</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Checking</gl-cor:accountMainDescription>
					<gl-cor:parentAccountMainID contextRef="now">XXXXX-016</gl-cor:parentAccountMainID>
					<gl-cor:accountType contextRef="now">bank</gl-cor:accountType>
				</gl-cor:account>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">1.2</gl-cor:lineNumber>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">124-35679-1</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Payroll</gl-cor:accountMainDescription>
					<gl-cor:parentAccountMainID contextRef="now">XXXXX-016</gl-cor:parentAccountMainID>
					<gl-cor:accountType contextRef="now">bank</gl-cor:accountType>
				</gl-cor:account>
				<!-- The second account structure here is provided only to show a default general ledger account associated with the above bank account. -->
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">1100</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Cash - Payroll</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">asset</gl-cor:mainAccountType>
					<gl-cor:mainAccountTypeDescription contextRef="now">Cash account</gl-cor:mainAccountTypeDescription>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
			</gl-cor:entryDetail>
			<!-- Example of individual bank accounts being show as subaccount as part of bank definition -->
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">2</gl-cor:lineNumber>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">XXXXX-001</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Bank of Montreal</gl-cor:accountMainDescription>
					<gl-cor:accountType contextRef="now">bank</gl-cor:accountType>
					<gl-cor:accountSub>
						<gl-cor:accountSubDescription contextRef="now">Payroll account - BOM</gl-cor:accountSubDescription>
						<gl-cor:accountSubID contextRef="now">32203344201</gl-cor:accountSubID>
						<gl-cor:accountSubType contextRef="now">checking</gl-cor:accountSubType>
					</gl-cor:accountSub>
				</gl-cor:account>
			</gl-cor:entryDetail>
		</gl-cor:entryHeader>
	</gl-cor:accountingEntries>
	<!-- Customer, vendor and employee entries -->
	<!-- Representing the following information:
CUSTOMER #1
Internal ID: 100
Tax ID: 1234567
Name: Theta Co.
Type: RETAIL
Phone: 555-671-2345
Address: 1 Penny Lane, London, New York, USA 10101
Contact: Arnie Artichoke
Contact Email: arnie@alphaco.com
Memo: It is "Theta Co", not "The Taco". They are very sensitive about that.
Default shipping location: WH!
Default terms: NET 30

CUSTOMER #2 
Internal ID: 110
Tax ID: 2345678
Name: Beta Inc.
Type: WHOLESALE
Phone: (44) 555-948-23829
Address: 200 Balmer Building, Paris, Portugal 2345
Contact: Bernie Broccoli
Contact Email: bbroc@betainc.com
Default shipping location: WH!
Default terms: 2% 10 NET 30

CUSTOMER #3
Internal ID: 120
Tax ID: 3456789
Name: Gamma Ltd.
Type: COMMERCIAL
Phone: (31) 555-4837-3940
Address: #115 Interface Blvd., Zurich, Spain AVFD
Contact: Clarrise Carrot
Contact Email: carrotcl@gamma.es
Default shipping location: WH!
Default terms: ON DEMAND
Default Sales Account: 6000, Default Sales Account

VENDOR #1
Internal ID: 130
Tax ID: 162566
Name: Delta LLC
Type: PROFSVCS
Phone: (23) 555-30
Address: Sunnyvale Acres, Utrecht, France S6D8
Contact: David Duck
Contact Email: dadu@deltainc.fr
Default shipping location: WH2
Default terms: NET 40
Default Expense Account: 7100, Professional Services

VENDOR #2
Internal ID: 140
Tax ID: 16-2346
Name: Epsilon LLC
Type: SVCS
Phone: 888-777-6666
Address: Muggles Court 103, Lisbon, England 1234
Contact: Ernie Eagle
Contact Email: eeagle@epsilonllc.com
Default shipping location: WH1
Default terms: 10% 30 NET 31
Memo:Only give orders to Sandy;Bob gets things mixed up.
Default Expense Account: 7200, Repairs and Maintenance

VENDOR #3
Internal ID: 150
Tax ID: AAS-FFG
Name: Zeta Jones AG
Type: FREIGHT
Phone: (23) 49-49-0-99
Address: RFD #202, Prague, Germany 1L3K5-2D
Contact: Frederick Frankfurter
Contact Email: Kathy@ff.de
Default shipping location: WH1
Default terms: 50% 30, 50% 60
Default Expense Account: 7300, Shipping/Freight

EMPLOYEE #1
Internal ID: 160
Tax ID: 123-45-6789
Name: Smith, Robert E.
Phone: (83) (0) 3940293
Address: 15 Xihpi Rd, Stockholm, Luxembourg YUIYU
Contact Email: thegiblet@eta.lu
Default Expense Account: 7800, Executive Payroll
Salutation: Dear Bob

Employee #2
Internal ID: 170
Tax ID: 124-56-7890
Date Verified: 1/1/2007
Name: Hemlock, Hank
Phone: (51) 394-309-0939
Address: 10807 Manor Hudson Terrace, Seville, Sweden 67850
Contact Email: hankh@thetaco.com
Default Expense Account: 7900, Direct Labour
Salutation: Dear Mr. Hemlock

EMPLOYEE #3
Internal ID: 400
Tax ID: 134-53-9377
Name: Bernhardson, Bernie 
-->
	<gl-cor:accountingEntries>
		<gl-cor:documentInfo>
			<!-- An [entriesType] of {account} means this is a batch of master file information. -->
			<gl-cor:entriesType contextRef="now">account</gl-cor:entriesType>
			<gl-cor:uniqueID contextRef="now">00171231002</gl-cor:uniqueID>
			<gl-cor:language contextRef="now">iso639:en</gl-cor:language>
			<gl-cor:creationDate contextRef="now">2007-12-31</gl-cor:creationDate>
			<gl-cor:entriesComment contextRef="now">Customer, vendor and employee master file entries</gl-cor:entriesComment>
			<!-- The [periodCoveredStart] and [periodCoveredEnd] can be used as the applicability date of the information covered by this [accountingEntries] structure. -->
			<gl-cor:periodCoveredStart contextRef="now">2007-01-01</gl-cor:periodCoveredStart>
			<gl-cor:periodCoveredEnd contextRef="now">2007-12-31</gl-cor:periodCoveredEnd>
		</gl-cor:documentInfo>
		<!-- The [entityInformation] section is optional, but desirable at least for identifying the reporting company, here in not many details. -->
		<gl-cor:entityInformation>
			<gl-bus:organizationIdentifiers>
				<gl-bus:organizationIdentifier contextRef="now">SWIFTCO</gl-bus:organizationIdentifier>
				<gl-bus:organizationDescription contextRef="now">Ticker</gl-bus:organizationDescription>
			</gl-bus:organizationIdentifiers>
		</gl-cor:entityInformation>
		<gl-cor:entryHeader>
			<!-- A single [entryHeader] can represent a batch of similar information. Depending on the need, you may use different [accountingEntries], different [entryHeader], different [entryDetail] or just multiple [identifierReference] structures to represent the customers, vendors and employees necessary.  -->
			<gl-cor:entryDetail>
				<!-- The [account] structure is a generic structure for representing "traditional" accounts and customers, vendors and employees, as well as other entities. Some infomation about customer, vendors and employees could go in an [account] structure - this is especially important in the case of interrelated entities (e.g., master customer/branches or other parent/child relationships, which is best represented with the [account] structure). In this example, the traditional [identifierReference] is used to hold the customer, vendor and employee information.  -->
				<!-- CUSTOMER #1 -->
				<gl-cor:identifierReference>
					<!-- XBRL GL differentiates between an internal identifier - [identifierCode] - and external identifiers, such as those fixed by a regulator. -->
					<gl-cor:identifierCode contextRef="now">100</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">1234567</gl-cor:identifierAuthorityCode>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierOrganizationTypeDescription contextRef="now">I</gl-cor:identifierOrganizationTypeDescription>
					<gl-cor:identifierDescription contextRef="now">Theta Co.</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">customer</gl-cor:identifierType>
					<gl-cor:identifierCategory contextRef="now">RETAIL</gl-cor:identifierCategory>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">555-671-2345</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">1 Penny Lane</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">London</gl-bus:identifierCity>
						<gl-bus:identifierStateOrProvince contextRef="now">New York</gl-bus:identifierStateOrProvince>
						<gl-bus:identifierCountry contextRef="now">USA</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">10101</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Arnie Artichoke</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">arnie@alphaco.com</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
				<gl-cor:detailComment contextRef="now">It is &quot;Theta Co&quot;, not &quot;The Taco&quot;. They are very sensitive about that.)</gl-cor:detailComment>
				<gl-cor:shipFrom contextRef="now">WH!</gl-cor:shipFrom>
				<gl-cor:terms contextRef="now">NET 30</gl-cor:terms>
			</gl-cor:entryDetail>
			<!-- CUSTOMER #2 -->
			<gl-cor:entryDetail>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">110</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">2345678</gl-cor:identifierAuthorityCode>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierOrganizationTypeDescription contextRef="now">C</gl-cor:identifierOrganizationTypeDescription>
					<gl-cor:identifierDescription contextRef="now">Beta Inc.</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">customer</gl-cor:identifierType>
					<gl-cor:identifierCategory contextRef="now">WHOLESALE</gl-cor:identifierCategory>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">(44) 555-948-23829</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">200 Balmer Building</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Paris</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">Portugal</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">2345</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Bernie Broccoli</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">bbroc@betainc.com</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
				<gl-cor:shipFrom contextRef="now">WH!</gl-cor:shipFrom>
				<gl-cor:terms contextRef="now">2% 10 NET 30</gl-cor:terms>
			</gl-cor:entryDetail>
			<!-- CUSTOMER #3 -->
			<gl-cor:entryDetail>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">6000</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Default Sales Account</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">income</gl-cor:mainAccountType>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">120</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">3456789</gl-cor:identifierAuthorityCode>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierOrganizationTypeDescription contextRef="now">C</gl-cor:identifierOrganizationTypeDescription>
					<gl-cor:identifierDescription contextRef="now">Gamma Ltd.</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">customer</gl-cor:identifierType>
					<gl-cor:identifierCategory contextRef="now">COMMERCIAL</gl-cor:identifierCategory>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">(31) 555-4837-3940</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">#115 Interface Blvd.</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Zurich</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">Spain</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">AVFD</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Clarrise Carrot</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">carrotcl@gamma.es</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
				<gl-cor:shipFrom contextRef="now">WH!</gl-cor:shipFrom>
				<gl-cor:terms contextRef="now">ON DEMAND</gl-cor:terms>
			</gl-cor:entryDetail>
			<!-- VENDOR #1 -->
			<gl-cor:entryDetail>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">7100</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Professional Services</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">expense</gl-cor:mainAccountType>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">130</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">162566</gl-cor:identifierAuthorityCode>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierDescription contextRef="now">Delta LLC</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">vendor</gl-cor:identifierType>
					<gl-cor:identifierCategory contextRef="now">PROFSVCS</gl-cor:identifierCategory>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">(23) 555-30</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">Sunnyvale Acres</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Utrecht</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">France</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">S6D8</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">David Duck</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">dadu@deltainc.fr</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
				<gl-cor:shipFrom contextRef="now">WH2</gl-cor:shipFrom>
				<gl-cor:terms contextRef="now">NET 40</gl-cor:terms>
			</gl-cor:entryDetail>
			<!-- VENDOR #2 -->
			<gl-cor:entryDetail>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">7200</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Repairs and Maintenance</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">expense</gl-cor:mainAccountType>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">140</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">16-2346</gl-cor:identifierAuthorityCode>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierDescription contextRef="now">Epsilon LLC</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">vendor</gl-cor:identifierType>
					<gl-cor:identifierCategory contextRef="now">SVCS</gl-cor:identifierCategory>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">888-777-6666</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">Muggles Court 103</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Lisbon</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">England</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">1234</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Ernie Eagle</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">eeagle@epsilonllc.com</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
				<gl-cor:detailComment contextRef="now">Only give orders to &quot;Sandy&quot;; &quot;Bob&quot; gets things mixed up.</gl-cor:detailComment>
				<gl-cor:shipFrom contextRef="now">WH1</gl-cor:shipFrom>
				<gl-cor:terms contextRef="now">10% 30 NET 31</gl-cor:terms>
			</gl-cor:entryDetail>
			<!-- VENDOR #3 -->
			<gl-cor:entryDetail>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">7300</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Shipping/Freight</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">expense</gl-cor:mainAccountType>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">150</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">AAS-FFG</gl-cor:identifierAuthorityCode>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierOrganizationTypeDescription contextRef="now">C</gl-cor:identifierOrganizationTypeDescription>
					<gl-cor:identifierDescription contextRef="now">Zeta Jones AG</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">vendor</gl-cor:identifierType>
					<gl-cor:identifierCategory contextRef="now">FREIGHT</gl-cor:identifierCategory>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">(23) 49-49-0-99</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">RFD #202</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Prague</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">Germany</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">1L3K5-2D</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Frederick Frankfurter</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">Kathy@ff.de</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
				<gl-cor:shipFrom contextRef="now">WH1</gl-cor:shipFrom>
				<gl-cor:terms contextRef="now">50% 30, 50% 60</gl-cor:terms>
			</gl-cor:entryDetail>
			<!-- EMPLOYEE #1 -->
			<gl-cor:entryDetail>
				<!-- Illustrating a default expense account -->
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">7800</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Executive Payroll</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">expense</gl-cor:mainAccountType>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">160</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">123-45-6789</gl-cor:identifierAuthorityCode>
						<gl-cor:identifierAuthority contextRef="now">SSA</gl-cor:identifierAuthority>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierDescription contextRef="now">Smith, Robert E.</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">employee</gl-cor:identifierType>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">(83) (0) 3940293</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">15 Xihpi Rd</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Stockholm</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">Luxembourg</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">YUIYU</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Dear Bob</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">thegiblet@eta.lu</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
			</gl-cor:entryDetail>
			<!-- Employee #2 -->
			<gl-cor:entryDetail>
				<gl-cor:account>
					<gl-cor:accountMainID contextRef="now">7900</gl-cor:accountMainID>
					<gl-cor:accountMainDescription contextRef="now">Direct Labour</gl-cor:accountMainDescription>
					<gl-cor:mainAccountType contextRef="now">expense</gl-cor:mainAccountType>
					<gl-cor:accountType contextRef="now">account</gl-cor:accountType>
				</gl-cor:account>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">170</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">124-56-7890</gl-cor:identifierAuthorityCode>
						<gl-cor:identifierAuthority contextRef="now">SSA</gl-cor:identifierAuthority>
						<gl-cor:identifierAuthorityVerificationDate contextRef="now">2007-01-01</gl-cor:identifierAuthorityVerificationDate>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierDescription contextRef="now">Hemlock, Hank</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">employee</gl-cor:identifierType>
					<gl-cor:identifierPhoneNumber>
						<gl-cor:identifierPhone contextRef="now">(51) 394-309-0939</gl-cor:identifierPhone>
					</gl-cor:identifierPhoneNumber>
					<gl-bus:identifierAddress>
						<gl-bus:identifierStreet contextRef="now">10807 Manor Hudson Terrace</gl-bus:identifierStreet>
						<gl-bus:identifierCity contextRef="now">Seville</gl-bus:identifierCity>
						<gl-bus:identifierCountry contextRef="now">Sweden</gl-bus:identifierCountry>
						<gl-bus:identifierZipOrPostalCode contextRef="now">67850</gl-bus:identifierZipOrPostalCode>
					</gl-bus:identifierAddress>
					<gl-cor:identifierContactInformationStructure>
						<gl-cor:identifierContactAttentionLine contextRef="now">Dear Mr. Hemlock</gl-cor:identifierContactAttentionLine>
						<gl-cor:identifierContactEmail>
							<gl-cor:identifierContactEmailAddress contextRef="now">hankh@thetaco.com</gl-cor:identifierContactEmailAddress>
						</gl-cor:identifierContactEmail>
					</gl-cor:identifierContactInformationStructure>
				</gl-cor:identifierReference>
			</gl-cor:entryDetail>
			<!-- EMPLOYEE #3 -->
			<gl-cor:entryDetail>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">400</gl-cor:identifierCode>
					<gl-cor:identifierExternalReference>
						<gl-cor:identifierAuthorityCode contextRef="now">134-53-9377</gl-cor:identifierAuthorityCode>
						<gl-cor:identifierAuthority contextRef="now">SSA</gl-cor:identifierAuthority>
					</gl-cor:identifierExternalReference>
					<gl-cor:identifierDescription contextRef="now">Bernie Bernhardson</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">E</gl-cor:identifierType>
				</gl-cor:identifierReference>
			</gl-cor:entryDetail>
		</gl-cor:entryHeader>
	</gl-cor:accountingEntries>
	<!-- Our last [accountingEntries] structure is used for the detail. -->
	<!-- We want to represent the following details:
For cash receipts:
1. A check #1009 received 2007-06-15 from Customer 100 for €500, paid against our invoice #50998.
2. A check #9765 received 2007-06-16 from Customer 110 for €400 as a deposit ("on account")
3. A check #0080035 received from the insurance company (a miscellaneous "customer") 2007-07-01for €2000 because of the "fork lift incident"
4. An electronic transfer from Customer 120 on 2007-07-15 for €1000 against our invoice #50999

For cash disbursements:
5. A check #7984 to vendor 130 on 2007-07-16 of €100 against their invoice #6766
6. A check #7985 for a COD delivery to UPS on 2007-07-17 of €100 for a special order part (miscellanous vendor)
7. A credit card payment to vendor 140 for $100 (US) as a deposit; it represents €75 on 2007-07-22.

For payroll:
8. A payroll check to employee 170 on 2007-08-31 for €150
9. A direct deposit/giro to employee 160 on 2007-11-01 for €53000000.00 for a bonus.

From bank transactions:
10. A withdrawal on 2007-11-15 to a certified check for a down-payment on a property.

-->
	<gl-cor:accountingEntries>
		<gl-cor:documentInfo>
			<!-- This field, entriesType, provides the automated guidance on the purpose of the XBRL GL information. This use of XBRL GL, to represent a grouping of payments, uses the enumerated value "other". Automated consumption would be based on other factors, such as "vendor" for [identifierType], {cd} for [sourceJournal] and "check" for [documentType]. -->
			<gl-cor:entriesType contextRef="now">other</gl-cor:entriesType>
			<gl-cor:uniqueID contextRef="now">00171231003</gl-cor:uniqueID>
			<gl-cor:language contextRef="now">iso639:en</gl-cor:language>
			<gl-cor:creationDate contextRef="now">2007-12-31</gl-cor:creationDate>
			<gl-bus:creator contextRef="now">EEC</gl-bus:creator>
			<!-- A description related to the batch of information express in the accountingEntries structure. Why was this batch of information put together and published? It would be helpful to put that information in the entriesComment. -->
			<gl-cor:entriesComment contextRef="now">A listing of payments instance document</gl-cor:entriesComment>
			<!-- The period of time reflected by the listing of invoies. Future discussion of what date is used - the document date or the accounting relevance data - may be necessary. For a start, all invoices have their document date within that period, and all of the invoices with a document date within that period are included. -->
			<gl-cor:periodCoveredStart contextRef="now">2007-01-01</gl-cor:periodCoveredStart>
			<gl-cor:periodCoveredEnd contextRef="now">2007-12-31</gl-cor:periodCoveredEnd>
			<gl-bus:sourceApplication contextRef="now">S'Mores-acle</gl-bus:sourceApplication>
			<gl-muc:defaultCurrency contextRef="now">iso4217:EUR</gl-muc:defaultCurrency>
		</gl-cor:documentInfo>
		<gl-cor:entityInformation>
			<gl-bus:organizationIdentifiers>
				<gl-bus:organizationIdentifier contextRef="now">SWIFTCO</gl-bus:organizationIdentifier>
				<gl-bus:organizationDescription contextRef="now">Ticker</gl-bus:organizationDescription>
			</gl-bus:organizationIdentifiers>
		</gl-cor:entityInformation>
		<!-- Each [sourceJournal] requires its own [entryHeader]. Other information about each batch may require additional breakdowns into [entryHeader] structures. -->
		<!-- The CASH RECEIPTS section -->
		<gl-cor:entryHeader>
			<!-- It is important to differentiate between the many dates of XBRL GL. In particular, postedDate (the date information was posted to the computer) should be differentiated from postingDate (accounting significance) or documentDate (the date printed on the form). -->
			<gl-cor:postedDate contextRef="now">2007-12-31</gl-cor:postedDate>
			<!-- For audit purposes, the person who entered/created the documents in the original system may be helpful. -->
			<gl-cor:enteredBy contextRef="now">Otto Wellwood</gl-cor:enteredBy>
			<!-- For audit purposes, the date the documents were actually entered into/printed by the original system may be helpful. -->
			<gl-cor:enteredDate contextRef="now">2007-08-02</gl-cor:enteredDate>
			<!-- This is an enumerated entry that ties the source journal from the reporting organization to a fixed list that helps in data interchange. Cash receipts are likely sourced from the cash receipts journal, which is enumerated by {cr} -->
			<gl-cor:sourceJournalID contextRef="now">cr</gl-cor:sourceJournalID>
			<!-- Since sourceJournalID is enumerated (you must pick one of the entries already identified within XBRL GL), sourceJournalDescription lets you capture the actual code or term used to describe the source journal by the organization. -->
			<gl-bus:sourceJournalDescription contextRef="now">Cash receipts journal</gl-bus:sourceJournalDescription>
			<!-- The entry origin would indicate whether the invoices came in from another automated system or were manually entered-->
			<gl-bus:entryOrigin contextRef="now">imported entry</gl-bus:entryOrigin>
			<!-- Documents are defined at the line level. Primary amounts are also fixed to the line level. When representing detailed allocations of payments to documents, an individual document is represented at the header level, so the entryDetail lines can represent the detailed lines of the invoices being paid off. The entryNumber can also be used to represent the documentNumber (which would be repeated in the entryDetail). Our example are simple entries with only one apply to number at most.  -->
			<gl-cor:entryNumber contextRef="now">1</gl-cor:entryNumber>
			<!-- The reason for making an entry goes here. If a comment is associated with an payment or batch of payments , it can go here. -->
			<gl-cor:entryComment contextRef="now">Accumulated payments from customers</gl-cor:entryComment>
			<gl-cor:entryDetail>
				<!-- A unique identifier for each entry detail line within an entry header, this should at the least be a counter, representing the line relative to others on the invoice form. -->
				<gl-cor:lineNumber contextRef="now">1</gl-cor:lineNumber>
				<!-- General ledger accounts may or may not be associated with entry lines; they are omitted here for the sake of this instance. Where appropriate, we have indicated a BANK account. -->
				<!-- Amounts in systems may be a signed number, a separate sign, and/or a separate debit/credit indicator. While the use of the sign indicator or the separate debit/credit indicator is more likely with journal entries, it is unlikely with payments. -->
				<!-- The unit of measure is Euros - not because of the unitRef, but because of the [defaultCurrency] -->
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">500</gl-cor:amount>
				<!-- This date is the accounting significance date, not the date that entries were actually entered or posted to the system, nor the date on the document proper. -->
				<gl-cor:postingDate contextRef="now">2007-06-15</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">100</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">customer</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentNumber contextRef="now">1009</gl-cor:documentNumber>
				<gl-cor:documentApplyToNumber contextRef="now">50998</gl-cor:documentApplyToNumber>
				<gl-cor:documentDate contextRef="now">2007-06-13</gl-cor:documentDate>
				<gl-bus:documentReceivedDate contextRef="now">2007-06-15</gl-bus:documentReceivedDate>
				<gl-cor:detailComment contextRef="now">Customer#: 100 Check#: 1009 Date: 2007-06-15</gl-cor:detailComment>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">2</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">400</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-06-16</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">110</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">customer</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentNumber contextRef="now">9765</gl-cor:documentNumber>
				<gl-cor:documentApplyToNumber contextRef="now">0</gl-cor:documentApplyToNumber>
				<gl-cor:documentDate contextRef="now">2007-06-16</gl-cor:documentDate>
				<gl-bus:documentReceivedDate contextRef="now">2007-06-16</gl-bus:documentReceivedDate>
				<gl-cor:detailComment contextRef="now">Deposit on future order.</gl-cor:detailComment>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">3</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">2000</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-07-01</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">*MISC</gl-cor:identifierCode>
					<gl-cor:identifierDescription contextRef="now">Insurance Company</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">other</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentNumber contextRef="now">0080035</gl-cor:documentNumber>
				<gl-cor:documentDate contextRef="now">2007-07-01</gl-cor:documentDate>
				<gl-bus:documentReceivedDate contextRef="now">2007-06-16</gl-bus:documentReceivedDate>
				<gl-cor:detailComment contextRef="now">Insurance recovery on forklift incident.</gl-cor:detailComment>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">4</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">1000</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-07-15</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">120</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">customer</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">payment-other</gl-cor:documentType>
				<gl-cor:documentTypeDescription contextRef="now">Electronic transfer</gl-cor:documentTypeDescription>
				<gl-cor:documentDate contextRef="now">2007-07-15</gl-cor:documentDate>
				<gl-bus:documentReceivedDate contextRef="now">2007-07-15</gl-bus:documentReceivedDate>
				<gl-bus:paymentMethod contextRef="now">Electronic transfer</gl-bus:paymentMethod>
				<gl-cor:detailComment contextRef="now">Insurance recovery on forklift incident.</gl-cor:detailComment>
			</gl-cor:entryDetail>
		</gl-cor:entryHeader>
		<!-- The CASH DISBURSEMENTS section -->
		<gl-cor:entryHeader>
			<gl-cor:postedDate contextRef="now">2007-12-31</gl-cor:postedDate>
			<gl-cor:enteredBy contextRef="now">Otto Wellwood</gl-cor:enteredBy>
			<gl-cor:enteredDate contextRef="now">2007-08-02</gl-cor:enteredDate>
			<gl-cor:sourceJournalID contextRef="now">cd</gl-cor:sourceJournalID>
			<gl-bus:sourceJournalDescription contextRef="now">Cash disbursements journal</gl-bus:sourceJournalDescription>
			<gl-bus:entryOrigin contextRef="now">imported entry</gl-bus:entryOrigin>
			<gl-cor:entryNumber contextRef="now">2</gl-cor:entryNumber>
			<gl-cor:entryComment contextRef="now">Accumulated payments to others</gl-cor:entryComment>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">5</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">100</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-07-16</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">130</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">vendor</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentNumber contextRef="now">7984</gl-cor:documentNumber>
				<gl-cor:documentApplyToNumber contextRef="now">6766</gl-cor:documentApplyToNumber>
				<gl-cor:documentDate contextRef="now">2007-07-16</gl-cor:documentDate>
				<gl-cor:detailComment contextRef="now">Vendor#: 130 Check#: 7984 Date: 2007-07-16</gl-cor:detailComment>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">6</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">100</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-07-17</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">*MISC</gl-cor:identifierCode>
					<gl-cor:identifierDescription contextRef="now">UPS</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">other</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentNumber contextRef="now">7985</gl-cor:documentNumber>
				<gl-cor:documentDate contextRef="now">2007-07-17</gl-cor:documentDate>
				<gl-cor:detailComment contextRef="now">COD payment on special order part.</gl-cor:detailComment>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">7</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">75</gl-cor:amount>
				<gl-muc:amountCurrency contextRef="now">iso4217:EUR</gl-muc:amountCurrency>
				<gl-muc:amountOriginalAmount contextRef="now" unitRef="EUR" decimals="4">100</gl-muc:amountOriginalAmount>
				<gl-muc:amountOriginalCurrency contextRef="now">iso4217:USD</gl-muc:amountOriginalCurrency>
				<gl-cor:postingDate contextRef="now">2007-07-01</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">140</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">vendor</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">payment-other</gl-cor:documentType>
				<gl-cor:documentDate contextRef="now">2007-07-01</gl-cor:documentDate>
				<gl-bus:paymentMethod contextRef="now">AMEX_9234667561</gl-bus:paymentMethod>
				<gl-cor:detailComment contextRef="now">Use of Amex for special deal.</gl-cor:detailComment>
			</gl-cor:entryDetail>
		</gl-cor:entryHeader>
		<!-- The PAYROLL section -->
		<gl-cor:entryHeader>
			<gl-cor:postedDate contextRef="now">2007-12-31</gl-cor:postedDate>
			<gl-cor:enteredBy contextRef="now">Otto Wellwood</gl-cor:enteredBy>
			<gl-cor:enteredDate contextRef="now">2007-08-02</gl-cor:enteredDate>
			<gl-cor:sourceJournalID contextRef="now">pl</gl-cor:sourceJournalID>
			<gl-bus:sourceJournalDescription contextRef="now">Payroll journal</gl-bus:sourceJournalDescription>
			<gl-bus:entryOrigin contextRef="now">imported entry</gl-bus:entryOrigin>
			<gl-cor:entryNumber contextRef="now">3</gl-cor:entryNumber>
			<gl-cor:entryComment contextRef="now">Payroll entries</gl-cor:entryComment>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">8</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">150</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-08-31</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">170</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">employee</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentNumber contextRef="now">17</gl-cor:documentNumber>
				<gl-cor:documentDate contextRef="now">2007-08-31</gl-cor:documentDate>
			</gl-cor:entryDetail>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">9</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">53000000</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-11-01</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">160</gl-cor:identifierCode>
					<gl-cor:identifierType contextRef="now">employee</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">payment-other</gl-cor:documentType>
				<gl-cor:documentDate contextRef="now">2007-11-01</gl-cor:documentDate>
				<!-- Giro is a separate journal; this could have been done as part of a separate journal -->
				<gl-bus:paymentMethod contextRef="now">direct deposit/giro</gl-bus:paymentMethod>
				<gl-cor:detailComment contextRef="now">Direct deposit.</gl-cor:detailComment>
			</gl-cor:entryDetail>
		</gl-cor:entryHeader>
		<!-- The BANK TRANSACTIONS section -->
		<gl-cor:entryHeader>
			<gl-cor:postedDate contextRef="now">2007-12-31</gl-cor:postedDate>
			<gl-cor:enteredBy contextRef="now">Otto Wellwood</gl-cor:enteredBy>
			<gl-cor:enteredDate contextRef="now">2007-08-02</gl-cor:enteredDate>
			<gl-cor:sourceJournalID contextRef="now">gi</gl-cor:sourceJournalID>
			<gl-bus:sourceJournalDescription contextRef="now">Bank/electronic transactions</gl-bus:sourceJournalDescription>
			<gl-bus:entryOrigin contextRef="now">manual entry</gl-bus:entryOrigin>
			<gl-cor:entryNumber contextRef="now">4</gl-cor:entryNumber>
			<gl-cor:entryComment contextRef="now">Other transactions</gl-cor:entryComment>
			<gl-cor:entryDetail>
				<gl-cor:lineNumber contextRef="now">10</gl-cor:lineNumber>
				<gl-cor:amount contextRef="now" decimals="2" unitRef="EUR">275000</gl-cor:amount>
				<gl-cor:postingDate contextRef="now">2007-11-15</gl-cor:postingDate>
				<gl-cor:identifierReference>
					<gl-cor:identifierCode contextRef="now">*MISC</gl-cor:identifierCode>
					<gl-cor:identifierDescription contextRef="now">Always Ready Real Estate"</gl-cor:identifierDescription>
					<gl-cor:identifierType contextRef="now">other</gl-cor:identifierType>
				</gl-cor:identifierReference>
				<gl-cor:documentType contextRef="now">check</gl-cor:documentType>
				<gl-cor:documentTypeDescription contextRef="now">Certified Check</gl-cor:documentTypeDescription>
				<gl-cor:documentNumber contextRef="now">90000928717</gl-cor:documentNumber>
				<gl-cor:documentDate contextRef="now">2007-11-15</gl-cor:documentDate>
				<gl-bus:paymentMethod contextRef="now">Certified Check</gl-bus:paymentMethod>
				<gl-cor:detailComment contextRef="now">Deposit on 1313 Mockingbird Lane property, Mockingbird Heights.</gl-cor:detailComment>
			</gl-cor:entryDetail>
		</gl-cor:entryHeader>
	</gl-cor:accountingEntries>
</xbrl>
