<!DOCTYPE bank 
	SYSTEM "bank_att.dtd">
<bank>
<customer customer_num="_1"
	social_sec_num="2223334444"
	name="Joe"
	city="New Orleans"
	state="LA">
	<account_type
		account_type_code="C"
		balance="100">
		<account_activity
			operation_type="D"
			operation_date="2007-04-06T15:46:15" 
			amount="99"/>
	</account_type>
	<account_type
		account_type_code="S"
		balance="1"/>
</customer>
<customer
	customer_num="_2"
	social_sec_num="1223334444"
	name="Joe1"
	city="San Francisco"
	state="CA">
	<account_type
		account_type_code="C"
		balance="1">
	</account_type>
</customer>
</bank>

