<playerEmblem> inside a UMLprofile will accept keywords listed in the next section.
<emblemId> inside <fixedEmblem> will accept keywords listed in the next section, in addition to actual digital emblem ID.
<emblemId> inside <fixedEmblem> also accept keywords defined in maps\UMLplayerEmblems\@index.xml

in fact when invoking UMLplayerEmblem items, one should only use text form keyword instead of digital ID, so that if in the future there is a need to relocate UMLplayerEmblem to a different ID range, one can simply change <offset> of @index.xml instead of having to also update very remodel released to date to reflect the new digital ID.


for example you can have:

<a_new_UML_profile>
	<models>
		<a_new_tank_vatiant>
			<playerEmblem> japanese_sun </playerEmblem>
			...
			<hull>
				<emblemSlots>
					...
					<fixedEmblem>
						<rayStart>-1.710576 0.159234 1.694995</rayStart>
						<rayEnd>-1.509574 0.159234 1.694995</rayEnd>
						<rayUp>0.000000 1 0.000000</rayUp>
						<size>0.26</size>
						<hideIfDamaged>	false	</hideIfDamaged>
						<emblemId>	union_jack	</emblemId>	
					</fixedEmblem>
				</emblemSlots>
				...
			</hull>
			...
		</a_new_tank_vatiant>
	</models>
</a_new_UML_profile>

--------------------------------------------------------------------------------------------------------------
or more traditionally:

<a_new_UML_profile>
	<models>
		<a_new_tank_vatiant>
			<playerEmblem> japanese_sun </playerEmblem>
			...
			<hull>
				<emblemSlots>
					...
					<fixedEmblem>
						<rayStart>-1.710576 0.159234 1.694995</rayStart>
						<rayEnd>-1.509574 0.159234 1.694995</rayEnd>
						<rayUp>0.000000 1 0.000000</rayUp>
						<size>0.26</size>
						<hideIfDamaged>	false	</hideIfDamaged>
						<emblemId>	15720	</emblemId>	
					</fixedEmblem>
				</emblemSlots>
				...
			</hull>
			...
		</a_new_tank_vatiant>
	</models>
</a_new_UML_profile>
		

*****************************************************************************************************************	
	ussr_star
	germany_cross
	usa_star
	french_rose
	china_star
	britain_color
	germany_bundecross
	japanese_sun
	china_kuomintang
	alpha_tester
	beta_tester
	germany_ddr
	moder_ring
	czech_round
	italian_flag
	poland_chekers
	poland_flag
	finland_flag
	myanmar_flag
	canada_flag
	denmark_flag
	southafrica_flag
	bulgaria_flag
	switzerland_flag
	russia_flag
	sweden_flag
	croatia_flag
	israel_flag
	belarus_flag
	spain_flag
	newzealand_flag
	australia_flag
	slovakia_flag
	germany_flag
	italy_flag
	india_flag
	southkorea_flag
	japan_flag
	ireland_flag
	soviet_guard_emblem
	turkey_flag
	ukraine_flag
	us_flag
	serbia_flag
	roc_flag
	belgium_flag
	vietnam_flag
	georgia_flag
	kyrgyzstan_flag
	union_jack
	soviet_flag
	france_flag
	china_flag
	hksar_flag
	thailand_flag
	chile_flag
	czech_flag
	iceland_flag
	romania_flag
