<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<?xml-stylesheet href="squad.xsl?" type="text/xsl"?>

<!-- Squad properties follow - change values as necessary -->
<!-- Keep nick short - it is displayed together with players nick -->
<squad nick="RenSeki">
	<!-- Main squad name, also page title when XML is viewed in web browser -->
	<name>- Rengo Sekigun -</name>
	<!-- Squadmaster email address -->
	<email>mori@sekigun.com</email>
	<!-- Main web site of the squad -->
	<web>http://www12.ocn.ne.jp/~chi0010/nagata.htm</web>
	<!-- Squad picture URL (will be documented later) -->
	<picture>ss1.jpg</picture>
	<!-- Squad name - displayed on vehicles manned by squad members -->
	<title>- Hiroko -</title>
<!-- End of squad properties  -->

<!-- Member list follows - change values as necessary -->
<!-- user ID and nick nick must be the same as given in OFP Edit Player dialog -->
	<member id="888717" nick="Mori">
	<!-- additonal information about this member, accessible by pressing 'P' -->
	<!-- all this information is optional and may be set to N/A -->
		<!-- Full name -->
		<name>Sakaguchi Hiroshi</name>
		<!-- E-mail address -->
		<email>hiroshi@sekigun.com</email>
		<!-- ICQ number -->
		<icq>99758668</icq>
		<!-- short description -->
		<remark>Thx All</remark>
	<!-- end of additional member iformation -->
	</member>
        <!-- Next member -->
	<member id="830684" nick="Hiroko Nagata">
		<name>Hiroko Nagata</name>
		<email>hiroko@sekigun.com</email>
		<icq>N/A</icq>
		<remark>SOUKATSU</remark>
	</member>
	<!-- End of member list -->

</squad>
