Do I need to include all tags in an XMT?  I used:
#Ship Classes
$Name:                          GTC Aeolus
+nocreate        ;;Don't create the ship, just change the attributes
$Subsystem:                     turret01
	$animation=triggered
	$type="inital"
	+relative_angle:			70,180,0
$Subsystem:                     turret02
	$animation=triggered
	$type="inital"
	+relative_angle:			70,0,0
$Subsystem:                     turret03
	$animation=triggered
	$type="inital"
	+relative_angle:			70,180,0
$Subsystem:                     turret04
	$animation=triggered
	$type="inital"
	+relative_angle:			70,0,0
$Subsystem:                     turret05
	$animation=triggered
	$type="inital"
	+relative_angle:			70,0,0
$Subsystem:                     turret06
	$animation=triggered
	$type="inital"
	+relative_angle:			70,180,0
#End
and got:
Error: Nelson-shp.tbm(3):
Error: Required token = [$Species:], found [$Subsystem:                     ] 
in ship: GTC Aeolus.
So obviously it want species to appear in here too -- does that mean I need to repeat all mandatory tags?
Incidentially, you'll note I put the turrets at a 20 degree slant, not perfectly flat, as I thought that looked unnatural.  Comments?