<?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="U.N.A.">
	<!-- Main squad name, also page title when XML is viewed in web browser -->
	<name>United Nations Academy</name>
	<!-- Squadmaster email address -->
	<email>N/A</email>
	<!-- Main web site of the squad -->
	<web>N/A</web>
	<!-- Squad picture URL (will be documented later) -->
	<picture>una.jpg</picture>
	<!-- Squad name - displayed on vehicles manned by squad members -->
	<title>U.N.A.</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="3209077" nick="[UNA-A2]Hulky">
	<!-- additonal information about this member, accessible by pressing 'P' -->
	<!-- all this information is optional and may be set to N/A -->
		<!-- Full name -->
		<name>[UNA-A2]Hulky</name>
		<!-- E-mail address -->
		<email>greghogg22@hotmail.com</email>
		<!-- ICQ number -->
		<icq>N/A</icq>
		<!-- short description -->
		<remark>I'm A Tank Driver</remark>
	<!-- end of additional member iformation -->
	</member>

	
<!-- End of member list -->

</squad>
